blob: af8d98c2d704187e9e6da7b4abd01d0d45452ed0 [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 ;
ja:graph <#graph> .
<#graph> a ja:MemoryModel ;
ja:content [ja:externalContent <file:data.ttl> ] ;
.