added one rdfs:isDefinedBy
authorTim L <lebot@rpi.edu>
Fri, 01 Jun 2012 21:02:08 -0400
changeset 3156 83a9dbcae95c
parent 3155 de6e05d5d196
child 3157 b6828795475e
added one rdfs:isDefinedBy
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Fri Jun 01 20:24:52 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Fri Jun 01 21:02:08 2012 -0400
@@ -889,6 +889,7 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <inverse>hadDerivation</inverse>
         <definition xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</definition>
         <rdfs:comment xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</rdfs:comment>
--- a/ontology/prov.ttl	Fri Jun 01 20:24:52 2012 -0400
+++ b/ontology/prov.ttl	Fri Jun 01 21:02:08 2012 -0400
@@ -1131,6 +1131,7 @@
     a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
     rdfs:domain :Entity ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:range :Entity ;
     rdfs:subPropertyOf :tracedTo ;
     owl:propertyChainAxiom (:qualifiedDerivation