--- a/ontology/components/role.ttl Tue Nov 08 17:07:39 2011 -0500
+++ b/ontology/components/role.ttl Tue Nov 08 21:59:36 2011 -0500
@@ -18,13 +18,13 @@
.
prov:controller
- a prov:Role
+ a prov:Role;
rdfs:label "controller";
rdfs:comment "The role of controling a ProcessExecution. This is an implied role when asserting wasControlledBy and qualifedControl.";
.
prov:participant
- a prov:Role
+ a prov:Role;
rdfs:label "participant";
rdfs:comment "The role of participating in a ProcessExecution. This is an implied role when asserting hadParticipant and qualifiedParticipation..";
.