prov-o bad ascii
authorTim L <lebot@rpi.edu>
Sun, 17 Jun 2012 23:02:05 -0700
changeset 3372 4bd8fe7a78dd
parent 3371 7c42fbd6cf6c
child 3373 0880c43c55a3
prov-o bad ascii
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- 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&#39;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&#39;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