@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 _:Nc35b0084bfe24ccfa83612be45ad7a7d ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#>,
        <http://www.w3.org/ns/prov-o-inverses#> ;
    rdfs:range _:Nc35b0084bfe24ccfa83612be45ad7a7d ;
    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 .

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

_:Nd58f01ab21cd4c1390e8957cc8940b1b rdf:first prov:Activity ;
    rdf:rest _:N001619438f4d4080add4f65232d7f4e8 .

_:Nc35b0084bfe24ccfa83612be45ad7a7d a owl:Class ;
    owl:unionOf _:Nd58f01ab21cd4c1390e8957cc8940b1b .