demonstrating how to aggregate different subsets of PROV axioms to make variants of PROV.
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 19:09:16 -0400
changeset 432 e93b8bfc60f5
parent 431 e2fcb6eaf7fd
child 433 47c30726ac1e
demonstrating how to aggregate different subsets of PROV axioms to make variants of PROV.
ontology/component-aggregations/prov-variant-1.ttl
--- /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>;
+.