component aggregation for qualified involvements
authorTim L <lebot@rpi.edu>
Sun, 06 Nov 2011 17:10:06 -0500
changeset 829 c5aef2fe4f33
parent 828 c4ac2bbec4cc
child 830 71c7cb9feccf
component aggregation for qualified involvements
ontology/component-aggregations/qualified-involvements.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/component-aggregations/qualified-involvements.ttl	Sun Nov 06 17:10:06 2011 -0500
@@ -0,0 +1,22 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov-o/> .
+
+# Modified 2011-11-06
+#    Added @base
+#
+# Created 2011-11-06 by tlebo
+#    This is the component aggregation for the QualifiedInvolvement proposal
+#    http://www.w3.org/2011/prov/wiki/Qualifed_Involvements_in_PROV-O#Qualified_Involvements
+
+@base <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/component-aggregations/> .
+
+<> 
+   a owl:Ontology;
+   owl:imports <http://dvcs.w3.org/hg/prov/raw-file/bd18d799b6fc/ontology/components/generated.ttl>,
+               <../components/QualifiedInvolvement.ttl>;
+               <../components/Usage.ttl>;
+               <../components/Participation.ttl>;
+               <../components/Control.ttl>;
+               <../components/Generation.ttl>;
+.