You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: