@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:qualifiedPrimarySource a owl:ObjectProperty ;
    rdfs:label "qualifiedPrimarySource" ;
    rdfs:comment "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]." ;
    rdfs:domain prov:Entity ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
    rdfs:range prov:PrimarySource ;
    rdfs:subPropertyOf prov:qualifiedInfluence ;
    skos:definition "If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]." ;
    prov:category "qualified" ;
    prov:component "derivations" ;
    prov:inverse "qualifiedSourceOf" ;
    prov:sharesDefinitionWith prov:PrimarySource ;
    prov:unqualifiedForm prov:hadPrimarySource .

