syntax error on role component
authorTim L <lebot@rpi.edu>
Tue, 08 Nov 2011 21:59:36 -0500
changeset 859 15ce687795a7
parent 858 63887c796f43
child 860 b69196715935
syntax error on role component
ontology/components/role.ttl
--- 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..";
 .