Mercurial > hg > semantic-sia
changeset 41:4dfe6b3ac58d
new
author | stevenh |
---|---|
date | Tue, 02 Apr 2013 21:19:05 +0100 |
parents | 88a8c6a05b5f |
children | f2d9567c6591 |
files | src/assemblers/tdb-assembler.ttl |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/assemblers/tdb-assembler.ttl Tue Apr 02 21:19:05 2013 +0100 @@ -0,0 +1,14 @@ +@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 ; + . + \ No newline at end of file