added annotations to annotation properties prov:category and componnet
authorJun Zhao <jun.zhao@zoo.ox.ac.uk>
Mon, 23 Apr 2012 11:19:43 +0100
changeset 2440 8892b9fa1534
parent 2439 5068ef761cff
child 2442 0c96776eecb4
child 2445 0fb0672dc000
added annotations to annotation properties prov:category and componnet
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Mon Apr 23 09:15:41 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Mon Apr 23 11:19:43 2012 +0100
@@ -56,11 +56,15 @@
     <owl:AnnotationProperty rdf:about="&prov;inverse"/>
     <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
     <owl:AnnotationProperty rdf:about="&rdfs;seeAlso"/>
-    <owl:AnnotationProperty rdf:about="&prov;category"/>
+    <owl:AnnotationProperty rdf:about="&prov;category">
+	<rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including starting-point, qualifed, and extended. This classification is used to gently introduce prov-o terms to its users. </rdfs:comment>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;prov-dm-constraints">
         <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&prov;component"/>
+    <owl:AnnotationProperty rdf:about="&prov;component">
+	<rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including . This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment> 
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;qualifiedForm">
         <rdfs:comment xml:lang="en">This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified.