Replaced references to Bob from rdfs: label
authorSatya Sahoo <satya.sahoo@case.edu>
Thu, 08 Sep 2011 12:25:44 -0400
changeset 256 ae6e6e726627
parent 255 9d6c5dcfbcb9
child 257 9acff7571ca6
Replaced references to Bob from rdfs: label
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Thu Sep 08 12:33:53 2011 +0100
+++ b/ontology/ProvenanceOntology.owl	Thu Sep 08 12:25:44 2011 -0400
@@ -82,7 +82,7 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:label rdf:datatype="&xsd;string"
-            >isGeneratedBy links BOB with ProcessExecution representing that BOB was generated as a result of ProcessExecution</rdfs:label>
+            >isGeneratedBy links Entity with ProcessExecution representing that Entity was generated as a result of ProcessExecution</rdfs:label>
         <rdfs:domain rdf:resource="#Entity"/>
         <rdfs:range rdf:resource="#ProcessExecution"/>
     </owl:ObjectProperty>
@@ -135,7 +135,7 @@
 
     <owl:Class rdf:about="#Entity">
         <rdfs:label rdf:datatype="&xsd;string"
-            >A BOB represents an identifiable characterized entity.</rdfs:label>
+            >An Entity represents an identifiable characterized entity.</rdfs:label>
     </owl:Class>
     
 
@@ -169,7 +169,7 @@
 
     <owl:Class rdf:about="#Revision">
         <rdfs:label rdf:datatype="&xsd;string"
-            >Revision is defined as a modified version of a BOB.</rdfs:label>
+            >Revision is defined as a modified version of an Entity.</rdfs:label>
     </owl:Class>
     
 
@@ -179,7 +179,7 @@
     <owl:Class rdf:about="#Role">
         <rdfs:subClassOf rdf:resource="#Entity"/>
         <rdfs:comment rdf:datatype="&xsd;string"
-            >Role is defined to be &quot;a function assumed by a BOB or an agent.&quot;</rdfs:comment>
+            >Role is defined to be &quot;a function assumed by a Entity or an agent.&quot;</rdfs:comment>
     </owl:Class>