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

prov:hadPlan a owl:ObjectProperty ;
    rdfs:label "hadPlan" ;
    rdfs:comment "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification." ;
    rdfs:domain prov:Association ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
    rdfs:range prov:Plan ;
    skos:definition "The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification." ;
    prov:category "qualified" ;
    prov:component "agents-responsibility" ;
    prov:inverse "wasPlanOf" ;
    prov:sharesDefinitionWith prov:Plan .

