added generated
authorTim L <lebot@rpi.edu>
Mon, 19 Sep 2011 14:26:23 -0400
changeset 334 9223059a606f
parent 333 335018a0975e
child 335 8657c7f0f2f5
added generated
ontology/components/generated.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/generated.ttl	Mon Sep 19 14:26:23 2011 -0400
@@ -0,0 +1,10 @@
+@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/file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:generated
+   a owl:ObjectProperty;
+   owl:inverseOf prov:wasGeneratedBy;
+   rdfs:comment "Defined for syntactic sugar when describing ONLY a Process Execution. It permits asserting everything on the same subject.";
+   rdfs:comment "Minimal axioms should be asserted on this axiom directly; they should follow from whatever is asserted about prov:wasGeneratedBy";
+.