renaming prov:role to prov:hadRole
authorTim L <lebot@rpi.edu>
Wed, 16 Nov 2011 11:00:07 -0500
changeset 919 03b757be9117
parent 918 0ba4a0136d55
child 920 2a10c7ca20e5
renaming prov:role to prov:hadRole
ontology/components/hadRole.ttl
ontology/components/role.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/hadRole.ttl	Wed Nov 16 11:00:07 2011 -0500
@@ -0,0 +1,30 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://www.w3.org/ns/prov-o/> .
+
+prov:hadRole
+   a owl:ObjectProperty;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#extensibility-section>;
+   rdfs:comment "The PROV-DM namespace declares a reserved qualifier: role.";
+   rdfs:domain prov:QualifiedInvolvement;
+   rdfs:range  prov:Role;
+. 
+
+prov:Role
+   a owl:Class;
+   rdfs:label "Role";
+.
+
+prov:controller  
+   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;
+   rdfs:label "participant";
+   rdfs:comment "The role of participating in a ProcessExecution. This is an implied role when asserting hadParticipant and qualifiedParticipation..";
+.
--- a/ontology/components/role.ttl	Wed Nov 16 10:38:54 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix time: <http://www.w3.org/2006/time#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix prov: <http://www.w3.org/ns/prov-o/> .
-
-prov:role
-   a owl:ObjectProperty;
-   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#extensibility-section>;
-   rdfs:comment "The PROV-DM namespace declares a reserved qualifier: role.";
-   rdfs:domain prov:QualifiedInvolvement;
-   rdfs:range  prov:Role;
-. 
-
-prov:Role
-   a owl:Class;
-   rdfs:label "Role";
-.
-
-prov:controller  
-   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;
-   rdfs:label "participant";
-   rdfs:comment "The role of participating in a ProcessExecution. This is an implied role when asserting hadParticipant and qualifiedParticipation..";
-.