blob: 167d4bc1d14343053c679065aa8d61b51f58aa84 [file] [log] [blame]
@prefix schema: <http://jena.hpl.hp.com/2005/12/schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://jena.hpl.hp.com/2005/12/schema> .
: rdfs:comment "Vocabulary for SDB schema configuration" ;
dc:creator "Andy Seaborne" ;
dc:subject "" ;
dc:publisher "Hewlett-Packard" ;
dc:title "Vocabulary for SDB schema configuration" ;
dc:description "Vocabulary for SDB schema configuration" ;
dc:date "2005-12-20" ;
dc:format "RDF" ;
dc:identifier schema: ;
.
## ---- Classes
schema:Simple rdf:type rdfs:Class .
## ---- Properties
schema:version rdf:type rdf:Property .