Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Service 3 - SPARQL processor only handling a given dataset
  2. <#service3>
  3. rdf:type joseki:Service ;
  4. rdfs:label "My New Service" ;
  5. joseki:serviceRef "myservice" ; # web.xml must route this name to Joseki
  6.  
  7. # dataset part
  8. joseki:dataset <#mydatasetname> ;
  9.  
  10. # Service part.
  11. # This processor will not allow either the protocol,
  12. # nor the query, to specify the dataset.
  13. joseki:processor joseki:ProcessorSPARQL_FixedDS ;
  14. .
Add Comment
Please, Sign In to add comment