--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/component-aggregations/prov.ttl Thu Oct 06 14:01:24 2011 +0100
@@ -0,0 +1,18 @@
+@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#> .
+
+#
+# This is the component aggregation that creates the authoritative PROV OWL encoding.
+# (though, it is not authoritative yet)
+#
+# This component aggregation needs to be reconciled with the FPWD OWL encoding
+# http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl
+# which was at version http://dvcs.w3.org/hg/prov/file/a3bfb267402a/ontology/ProvenanceOntology.owl on 2011-10-06
+#
+# tlebo 2011-10-06
+
+<>
+ a owl:Ontology;
+ owl:imports <../components/wasDerivedFrom.ttl>;
+.