annotations, imports and base new_cert_ont
authorDominik Tomaszuk <ddooss@wp.pl>
Sun, 24 Mar 2013 01:13:12 +0100
branchnew_cert_ont
changeset 357 db5dae845920
parent 356 61f776284445
child 358 26c457f1bdc0
annotations, imports and base
ontologies/cert.n3
--- a/ontologies/cert.n3	Sun Mar 24 00:19:57 2013 +0100
+++ b/ontologies/cert.n3	Sun Mar 24 01:13:12 2013 +0100
@@ -12,7 +12,9 @@
 @prefix : <cert#> .
 
 
-<cert#> a owl:Ontology ;
+<#> a owl:Ontology ;
+   owl:imports <http://xmlns.com/foaf/0.1/>;
+   owl:imports <http://xmlns.com/wot/0.1/>;
    dc:created "2008-11-13"^^xsd:date;
    foaf:maker <http://bblfish.net/people/henry/card#me>;
    vs:term_status "unstable";
@@ -46,6 +48,8 @@
 
 vs:term_status rdf:type owl:AnnotationProperty .
 skos:editorialNote rdf:type owl:AnnotationProperty .
+foaf:maker rdf:type owl:AnnotationProperty .
+dc:created rdf:type owl:AnnotationProperty 
 
 :Certificate a owl:Class;
     vs:term_status "unstable";