demonstrating how to aggregate different subsets of PROV axioms to make variants of PROV.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/component-aggregations/prov-variant-1.ttl Sun Oct 02 19:09:16 2011 -0400
@@ -0,0 +1,8 @@
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+<>
+ a owl:Ontology;
+ owl:imports <../components/Account.ttl>;
+.