updated comments and annotations
authorTim L <lebot@rpi.edu>
Wed, 30 May 2012 20:37:33 -0400
changeset 3099 17a7b43968b7
parent 3098 5ba37159c19f
child 3100 49de0250f69d
updated comments and annotations
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Wed May 30 20:35:28 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Wed May 30 20:37:33 2012 -0400
@@ -1088,6 +1088,7 @@
         <category>qualified</category>
         <rdfs:comment>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. This property is predominantly used on Involvements such as Generation, Usage, and Invalidation.</rdfs:comment>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
         <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
--- a/ontology/prov.ttl	Wed May 30 20:35:28 2012 -0400
+++ b/ontology/prov.ttl	Wed May 30 20:37:33 2012 -0400
@@ -540,6 +540,7 @@
     rdfs:range xsd:dateTime ;
     :category "qualified" ;
     :component "entities-activities" ;
+    :sharesDefinitionWith :InstantaneousEvent ;
     :unqualifiedForm :endedAtTime, :generatedAtTime, :invalidatedAtTime, :startedAtTime .
 
 :category