Skip to content

Instantly share code, notes, and snippets.

@ricroberts
Created October 15, 2010 12:56
Show Gist options
  • Save ricroberts/628135 to your computer and use it in GitHub Desktop.
Save ricroberts/628135 to your computer and use it in GitHub Desktop.
# Service 3 - SPARQL processor only handling a given dataset
<#service3>
rdf:type joseki:Service ;
rdfs:label "My New Service" ;
joseki:serviceRef "myservice" ; # web.xml must route this name to Joseki
# dataset part
joseki:dataset <#mydatasetname> ;
# Service part.
# This processor will not allow either the protocol,
# nor the query, to specify the dataset.
joseki:processor joseki:ProcessorSPARQL_FixedDS ;
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment