added rdfs: label description for class Role
authorSatya Sahoo <satya.sahoo@case.edu>
Thu, 08 Sep 2011 12:32:40 -0400
changeset 257 9acff7571ca6
parent 256 ae6e6e726627
child 258 e72e01c775d9
added rdfs: label description for class Role
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Thu Sep 08 12:25:44 2011 -0400
+++ b/ontology/ProvenanceOntology.owl	Thu Sep 08 12:32:40 2011 -0400
@@ -177,9 +177,9 @@
     <!-- http://w3.org/ProvenanceOntology.owl#Role -->
 
     <owl:Class rdf:about="#Role">
+        <rdfs:label rdf:datatype="&xsd;string"
+            >Role is defined to be &quot;a function assumed by a Entity or an agent.&quot;</rdfs:label>
         <rdfs:subClassOf rdf:resource="#Entity"/>
-        <rdfs:comment rdf:datatype="&xsd;string"
-            >Role is defined to be &quot;a function assumed by a Entity or an agent.&quot;</rdfs:comment>
     </owl:Class>