--- /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>;
+.