auto publish of prov-o as OWL, TTL, and OWL+order
authorTim L <lebot@rpi.edu>
Fri, 26 Apr 2013 08:29:59 -0400
changeset 6319 b3c88419f362
parent 6318 b845532b714c
child 6323 3fc230aff35d
child 6324 9540c6adfb0d
auto publish of prov-o as OWL, TTL, and OWL+order
ontology/ProvenanceOntology.owl
ontology/prov-o.ttl
ontology/working-dir/ProvenanceOntology-ordered.owl
--- a/ontology/ProvenanceOntology.owl	Fri Apr 26 08:28:10 2013 -0400
+++ b/ontology/ProvenanceOntology.owl	Fri Apr 26 08:29:59 2013 -0400
@@ -28,6 +28,7 @@
         <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20130430"/>
     </owl:Ontology>
     
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
 
 
     <!-- 
--- a/ontology/prov-o.ttl	Fri Apr 26 08:28:10 2013 -0400
+++ b/ontology/prov-o.ttl	Fri Apr 26 08:29:59 2013 -0400
@@ -27,6 +27,9 @@
 owl:versionInfo
     a owl:AnnotationProperty .
 
+<http://www.w3.org/ns/prov#>
+    a owl:Ontology .
+
 :Activity
     a owl:Class ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
--- a/ontology/working-dir/ProvenanceOntology-ordered.owl	Fri Apr 26 08:28:10 2013 -0400
+++ b/ontology/working-dir/ProvenanceOntology-ordered.owl	Fri Apr 26 08:29:59 2013 -0400
@@ -33,6 +33,9 @@
   <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
   </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
   </rdf:Description>