@prefix tdb: . @prefix rdfs: . @prefix rdf: . @prefix ja: . [] ja:loadClass "com.hp.hpl.jena.tdb.TDB" . ## Tell the system of the new model types. ## Can the init do this? ##tdb:GraphBTree rdfs:subClassOf ja:Model . ##tdb:GraphBDB rdfs:subClassOf ja:Model . <#dataset> rdf:type ja:RDFDataset ; ja:defaultGraph <#graph> ; . <#graph> rdf:type tdb:GraphTDB ; tdb:location "tmp" ; .