blob: cc8400a0ed2e59501c922935b0dafa05189b4435 [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
PREFIX : <#>
PREFIX fuseki: <http://jena.apache.org/fuseki#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>
<#serviceInMemoryShacl> rdf:type fuseki:Service;
rdfs:label "Dataset with SHACL validation";
fuseki:name "ds";
fuseki:serviceReadWriteGraphStore "" ;
fuseki:serviceShacl "shacl" ;
fuseki:dataset <#dataset> ;
.
<#dataset> rdf:type ja:MemoryDataset .