steven-bioinfo opened a new issue, #1722:
URL: https://github.com/apache/jena/issues/1722

   ### Version
   
   4.7.0
   
   ### What happened?
   
   It is possible to put several times the --loc argument in the command line 
tdb2.tdbquery  but in the results, we have only the triple matches to the 2nd 
folder.
   
   ### Relevant output and stacktrace
   
   ```shell
   example with Order 1 :
   
   apache-jena-4.7.0/bin/tdb2.tdbquery --loc Demo_2/ --loc Demo_1/ --query 
demo.sparql
   
   ?s    ?p    ?o
   <<http://example.org/#spiderman>>    
<<http://www.perceive.net/schemas/relationship/enemyOf>>    
<<http://example.org/#green-goblin>>
   
   
   example with Order 2:
   ```bash
   apache-jena-4.7.0/bin/tdb2.tdbquery --loc Demo_1/ --loc Demo_2/ --query 
demo.sparql
   
   ?s    ?p    ?o
   <<http://example.org/#spiderman>>    
<<http://www.perceive.net/schemas/relationship/loveOf>> 
<<http://example.org/#lois_lane>>
   ```
   
   demo.sparql:
   ```sparql
   SELECT *
   WHERE {?s ?p ?o}
   ```
   ```
   
   
   ### Are you interested in making a pull request?
   
   None


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