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

hdt2rdf fails on HDT using TriplesList encoding #82

Open
kasei opened this issue Dec 5, 2018 · 0 comments
Open

hdt2rdf fails on HDT using TriplesList encoding #82

kasei opened this issue Dec 5, 2018 · 0 comments

Comments

@kasei
Copy link

kasei commented Dec 5, 2018

In attempting to encode an HDT file using the TriplesList encoding, I ran into what seems to be an unimplemented code path for loading the triples from a file:

Exception in thread "main" org.rdfhdt.hdt.exceptions.NotImplementedException
	at org.rdfhdt.hdt.triples.impl.TriplesList.mapFromFile(TriplesList.java:499)
	at org.rdfhdt.hdt.hdt.impl.HDTImpl.mapFromHDT(HDTImpl.java:288)
	at org.rdfhdt.hdt.hdt.HDTManagerImpl.doMapHDT(HDTManagerImpl.java:41)
	at org.rdfhdt.hdt.hdt.HDTManager.mapHDT(HDTManager.java:80)
	at org.rdfhdt.hdt.tools.HDT2RDF.execute(HDT2RDF.java:68)
	at org.rdfhdt.hdt.tools.HDT2RDF.main(HDT2RDF.java:118)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants