superceded note from Luc
authorTim L <lebot@rpi.edu>
Fri, 02 Dec 2011 19:45:49 -0500
changeset 1164 d9bb254a7f58
parent 1163 ac00854c0c3d
child 1165 4ab87044c8d4
superceded note from Luc
ontology/components/Agent.ttl
ontology/components/Entity.ttl
ontology/components/Participation.ttl
--- a/ontology/components/Agent.ttl	Fri Dec 02 19:42:28 2011 -0500
+++ b/ontology/components/Agent.ttl	Fri Dec 02 19:45:49 2011 -0500
@@ -5,7 +5,8 @@
 
 prov:Agent
    a owl:Class;
-   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Agent>,
+                <http://www.w3.org/mid/CDFD3D2D-6354-4618-BB05-B541B84DC5EB@ISI.EDU>;
    rdfs:comment "A characterized thing capable of activity.";
    rdfs:subClassOf prov:Entity;
 .
--- a/ontology/components/Entity.ttl	Fri Dec 02 19:42:28 2011 -0500
+++ b/ontology/components/Entity.ttl	Fri Dec 02 19:45:49 2011 -0500
@@ -7,5 +7,15 @@
    a owl:Class;
    rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Entity>;
    rdfs:comment "entity is a perspective on a thing";
+   rdfs:seeAlso [
+      a prov:Quote;
+      rdf:value "( Note: PROV-O already allows this as hadTemporalValue takes time:TemporalEntity which is either an instant or an interval - although I would prefer to define ProcessExecution and Entity *as* an time:TemporalEntity - then we can talk about one PE preceeding another, etc.)"
+      prov:wasQuotedFrom <http://www.w3.org/mid/CAPRnXtm24AV7BdRsYXokSo6iu98-uKjjuLM272X647DD4_uW2w@mail.gmail.com>;
+      prov:wasGeneratedBy [ 
+         a prov:Quotivity; 
+         prov:hadQuoter <purl.org/twc/id/person/TimLebo>; 
+         prov:hadQuotee [ foaf:isPrimaryTopicOf <http://www.mygrid.org.uk/about-us/people/core-mygrid-team/stian-soiland-reyes/>; 
+      ];
+   ]
 .
 
--- a/ontology/components/Participation.ttl	Fri Dec 02 19:42:28 2011 -0500
+++ b/ontology/components/Participation.ttl	Fri Dec 02 19:45:49 2011 -0500
@@ -16,6 +16,10 @@
    a owl:Class;
    rdfs:subClassOf prov:QualifiedEntityInvolvement;
    rdfs:comment "This class is reifying the prov:hadParticipant triple from the Activity to the Entity: subClassOf onProperty rdf:predicate/owl:annotatedProperty; hasValue prov:hadParticipant -tlebo 2011-11-06";
+
+   rdfs:seeAlso <http://www.w3.org/mid/EMEW3|bc6e7291f546f832aef15409cf6d3330nAY8cG08L.Moreau|ecs.soton.ac.uk|4ED5EB74.3060509@ecs.soton.ac.uk>;
+   rdfs:comment "Participation is now superseded by the Traceability Record
+http://dvcs.w3.org/hg/prov/raw-file/default/model/ProvenanceModel.html#record-traceability";
 .
 
 prov:qualifiedParticipation