@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov-o/> .

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";
   rdfs:seeAlso <http://www.w3.org/2011/prov/wiki/Qualifed_Involvements_in_PROV-O>;
.
