royassis opened a new issue, #2303:
URL: https://github.com/apache/jena/issues/2303

   ### Version
   
   5.0.0-rc1
   
   ### Question
   
   I am running fuskei as a service using the `./fuseki` executable (Which I 
copied to `/etc/init.d`).
   Is it possible to use service enhancer with fuskei as a service instead of 
using the  `./fuseki-server` executable? 
   
   I am getting:
   `invalid URI scheme loop` When using this query:
   
   ```
   PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
   PREFIX meshep: <loop:bulk+5:http://172.31.39.52:8080/mesh/sparql>
   
   select *
   {
     SERVICE meshep:{
       SELECT * WHERE {
         ?m rdfs:label ?d
       }
       LIMIT 10
     }
   }
   ```
   
   I didn't have any issues when I run it using `./fuseki-server` 


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