added description to constraint example - not all apply; only one.
authorTim L <lebot@rpi.edu>
Sun, 06 Nov 2011 12:23:09 -0500
changeset 816 5129c18bc0d7
parent 815 d92fc1fadf71
child 817 98e0ad1e8119
added description to constraint example - not all apply; only one.
ontology/components/hadParticipant/prov-dm-constraint-participation.ttl
--- a/ontology/components/hadParticipant/prov-dm-constraint-participation.ttl	Sun Nov 06 12:21:52 2011 -0500
+++ b/ontology/components/hadParticipant/prov-dm-constraint-participation.ttl	Sun Nov 06 12:23:09 2011 -0500
@@ -24,6 +24,12 @@
    prov:hadParticipant :e1;
 .
 
+:e
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Participation>;
+   dcterms:description "hadParticipant(pe,e) holds if and only if:";
+   a prov:Entity;
+.
+
 :e1
    rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Participation>;
    dcterms:description "wasComplementOf(e1,e) holds for some entity expression identified by e1, and hadParticipant(pe,e1) holds some process execution expression identified by pe.";