--- a/ontology/ProvenanceOntology.owl Sun Jun 17 22:58:56 2012 -0700
+++ b/ontology/ProvenanceOntology.owl Sun Jun 17 23:02:05 2012 -0700
@@ -1497,8 +1497,8 @@
<owl:Class rdf:about="http://www.w3.org/ns/prov#ContextualizedEntity">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment>expanded</rdfs:comment>
- <definition xml:lang="en">An entity that is a contextualization ◊ of another entity presents all aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity.</definition>
<prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization</prov-dm>
+ <definition xml:lang="en">An entity that is a contextualization of another entity presents all aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity.</definition>
</owl:Class>
--- a/ontology/prov.ttl Sun Jun 17 22:58:56 2012 -0700
+++ b/ontology/prov.ttl Sun Jun 17 23:02:05 2012 -0700
@@ -171,7 +171,7 @@
a owl:Class ;
rdfs:comment "expanded" ;
rdfs:subClassOf :Entity ;
- :definition "An entity that is a contextualization ◊ of another entity presents all aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity."@en ;
+ :definition "An entity that is a contextualization of another entity presents all aspects of the latter as per the latter's description in another bundle (referred to as remote bundle), and therefore constitutes a particular case of specialization of the latter entity."@en ;
:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#term-contextualization" .
:Delegation