post-FPWD prov.ttl stub.
authorTim L <lebot@rpi.edu>
Thu, 06 Oct 2011 09:00:10 -0400
changeset 550 056d5d418bc2
parent 549 ecb890741234
child 553 4305523cdc28
child 554 7ebab33c11c4
post-FPWD prov.ttl stub.
ontology/component-aggregations/prov.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/component-aggregations/prov.ttl	Thu Oct 06 09:00:10 2011 -0400
@@ -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>;
+.