[owl changed] justified: wasAttributedTo subpropertyOf tracedTo

To resolve ISSUE-299, an annotation was placed on this existing axiom.

http://dvcs.w3.org/hg/prov/diff/4c96e0ed019d/ontology/ProvenanceOntology.owl


[]
    a owl:Axiom ;
    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource :wasAttributedTo ;
    owl:annotatedTarget :tracedTo ;
    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. " ;
    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .


Regards,
Tim

Received on Monday, 21 May 2012 18:59:00 UTC