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

   As @rvesse has noted the file reading relies on graph name being specified 
rather than read from the file.
   
   It should be possible to set the graph name using the arg:
   ```
   -rf test-geosparql.trig#https://example.org/graph-A&trig
   ```
   
   There is also this warning from RIOT though:
   ```
   [2023-02-27 16:57:47] riot WARN Only triples or default graph data expected 
: named graph data ignored
   ```
   
   Setting up the data in TDB first is another option and then launching with 
`-t` arg to use the TDB dataset: `-t <my_tdb>` for TDB or `-t <my_tdb> -t2` for 
TDB2. There are several 
[options](https://jena.apache.org/documentation/geosparql/geosparql-fuseki) 
that may be wanted on first use to add additional GeoSPARQL triples.


-- 
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