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

prov:wasInfluencedBy a owl:ObjectProperty ;
    rdfs:label "wasInfluencedBy"^^rdf:string ;
    rdfs:comment "This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href=\"#owl-profile\">PROV-O OWL Profile</a>."^^rdf:string,
        "Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable."@en ;
    rdfs:domain _:N2b83c7dc8bab4ee7b244e9f5cb28716f ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#>,
        <http://www.w3.org/ns/prov-o-inverses#> ;
    rdfs:range _:N2b83c7dc8bab4ee7b244e9f5cb28716f ;
    owl:inverseOf prov:influenced ;
    prov:category "qualified"^^rdf:string ;
    prov:component "agents-responsibility"^^rdf:string ;
    prov:editorialNote """The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .

Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.

prov:wasInfluencedBy should not be used without also using one of its subproperties. 
"""@en ;
    prov:inverse "influenced"^^rdf:string ;
    prov:qualifiedForm prov:Influence,
        prov:qualifiedInfluence ;
    prov:sharesDefinitionWith prov:Influence .

_:N193de466de79482e8c4dedc5942760cb rdf:first prov:Agent ;
    rdf:rest ( prov:Entity ) .

_:N888c1992ad6047678946a4f27956197b rdf:first prov:Activity ;
    rdf:rest _:N193de466de79482e8c4dedc5942760cb .

_:N2b83c7dc8bab4ee7b244e9f5cb28716f a owl:Class ;
    owl:unionOf _:N888c1992ad6047678946a4f27956197b .