view src/assemblers/tdb-assembler.ttl @ 64:4f981b1f8c04

working ontology and test data set, with some experimental triples still commented out
author stevenh
date Thu, 01 Aug 2013 13:49:49 +0100
parents 4dfe6b3ac58d
children
line wrap: on
line source
@prefix tdb:     <http://jena.hpl.hp.com/2008/tdb#> .
@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#> .

[] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
tdb:DatasetTDB  rdfs:subClassOf  ja:RDFDataset .
tdb:GraphTDB    rdfs:subClassOf  ja:Model      .

<#dataset> rdf:type         tdb:DatasetTDB ;
    tdb:location "/Users/stevenhargreaves/databases/SIA_DB" ;
    tdb:unionDefaultGraph true ;
    .