eg-24 examples of new properties
authorTim L <lebot@rpi.edu>
Fri, 20 Apr 2012 13:24:20 -0400
changeset 2425 e5ee972fb579
parent 2424 14eb41f2e8ba
child 2426 9e1a9cd44e8c
eg-24 examples of new properties
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_generatedAtTime.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidatedAtTime.ttl
ontology/ProvenanceOntology.owl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_generatedAtTime.ttl	Fri Apr 20 13:24:20 2012 -0400
@@ -0,0 +1,7 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidatedAtTime.ttl	Fri Apr 20 13:24:20 2012 -0400
@@ -0,0 +1,7 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+# TODO
--- a/ontology/ProvenanceOntology.owl	Fri Apr 20 12:42:57 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Fri Apr 20 13:24:20 2012 -0400
@@ -793,6 +793,7 @@
         <prov:category>expanded</prov:category>
         <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
+        <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <prov:qualifiedForm rdf:resource="&prov;End"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
@@ -881,6 +882,7 @@
         <prov:component>entities-activities</prov:component>
         <prov:category>expanded</prov:category>
         <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
+        <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <prov:qualifiedForm rdf:resource="&prov;Start"/>