blob: 5ab7911da88a7b720a1e4b41196a7d756c1adb31 [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
PREFIX : <#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX tdb: <http://jena.hpl.hp.com/2008/tdb#>
PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#>
<#dataset> rdf:type ja:RDFDatasetOne ;
## Illegal
ja:namedGraph [ ja:graphName <http://example/graph1> ;
ja:graph :data1 ] ;
.
<#graph> a ja:MemoryModel .