rvesse commented on issue #1791:
URL: https://github.com/apache/jena/issues/1791#issuecomment-1461671306

   This looks like a limitation of the code, hopefully @galbiston can confirm 
this.
   
   The code looks to assume that each RDF file is read into a specific model 
and doesn't properly support reading an entire dataset from a TriG file AFAICT 
- 
https://github.com/apache/jena/blob/64f96d76324c615a7a98ec96d6f5d97168141359/jena-fuseki2/jena-fuseki-geosparql/src/main/java/org/apache/jena/fuseki/geosparql/DatasetOperations.java#L147-L162
   
   A workaround would be to create a TDB dataset with other Jena commands first 
and then use the `--tdb` option to point to that instead


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to