Created
October 15, 2010 12:56
-
-
Save ricroberts/628135 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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