Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMIE 3.5 does not support TTL #82

Open
lgalarra opened this issue Jun 4, 2024 · 0 comments
Open

AMIE 3.5 does not support TTL #82

lgalarra opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lgalarra
Copy link
Collaborator

lgalarra commented Jun 4, 2024

Running AMIE On a TTL file gives the following error:

2024-06-04 14:49:02,601 [Thread-0] ERROR com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderTransformationBase - ParseInputFiles.parseTTLOrNTFileInLine parse TTL or NT error, filePath:/home/lgalarra/Desktop/RetractionWatch_RDF.ttl
org.eclipse.rdf4j.rio.UnsupportedRDFormatException: Did not recognise RDF format object Turtle (mimeTypes=text/turtle, application/x-turtle; ext=ttl)
at org.eclipse.rdf4j.rio.Rio.lambda$unsupportedFormat$0(Rio.java:761)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at org.eclipse.rdf4j.rio.Rio.createParser(Rio.java:99)
at amie.data.KB.load(KB.java:230)
at amie.data.KB$1.run(KB.java:288)
org.eclipse.rdf4j.rio.UnsupportedRDFormatException: Did not recognise RDF format object Turtle (mimeTypes=text/turtle, application/x-turtle; ext=ttl)
at org.eclipse.rdf4j.rio.Rio.lambda$unsupportedFormat$0(Rio.java:761)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at org.eclipse.rdf4j.rio.Rio.createParser(Rio.java:99)
at amie.data.KB.load(KB.java:230)
at amie.data.KB$1.run(KB.java:288)

@lgalarra lgalarra added the bug Something isn't working label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants