various comments from simon
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 06 Oct 2011 14:01:24 +0100
changeset 553 4305523cdc28
parent 552 99576ec6cf64 (current diff)
parent 550 056d5d418bc2 (diff)
child 555 92ec2cbfc60b
child 558 be0b753ed67c
various comments from simon
--- /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>;
+.