Location: SPARC MIS Data Model @ c664f73a3975 / prov-o.owl

Author:
David Nickerson <david.nickerson@gmail.com>
Date:
2018-11-15 17:55:53+13:00
Desc:
Adding initial attempt at basic provenance classes and properties. * Treating existing 'Resource' class as the core entity as per PROV-O * Adding new 'Agent' and 'Activity' classes * Make the existing 'Researcher' class a subclass of Agent * Adding new 'Software' class as a subclass of the Agent class * Defining the relevant properties to describe the provenance linkages * Software can be described with a text description and/or a URI pointing to the software
Permanent Source URI:
https://models.physiomeproject.org/workspace/526/rawfile/c664f73a3975f999b8369a2bbc02aa9ead9f1329/prov-o.owl

<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
     xml:base="http://www.w3.org/ns/prov"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
        <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-o-20130430"/>
        <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 

If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.</rdfs:comment>
        <rdfs:label xml:lang="en">W3C PROVenance Interchange Ontology (PROV-O)</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
        <owl:versionInfo xml:lang="en">Recommendation version 2013-04-30</owl:versionInfo>
        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
        <wasRevisionOf rdf:resource="http://www.w3.org/ns/prov-o-20130312"/>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2000/01/rdf-schema#comment -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
        <rdfs:comment xml:lang="en"></rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#isDefinedBy -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#label -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
        <rdfs:comment xml:lang="en"></rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso">
        <rdfs:comment xml:lang="en"></rdfs:comment>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/2002/07/owl#versionInfo -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
    


    <!-- http://www.w3.org/ns/prov#aq -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#category -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &apos;starting-point&apos;, &apos;qualifed&apos;, and &apos;extended&apos;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#component -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &apos;agents-responsibility&apos;, &apos;alternate&apos;, &apos;annotations&apos;, &apos;collections&apos;, &apos;derivations&apos;, and &apos;entities-activities&apos;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#constraints -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#constraints">
        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#definition -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#definition">
        <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#dm -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#dm">
        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#editorialNote -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#editorsDefinition -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorsDefinition">
        <rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#inverse -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse">
        <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#n -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#order -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#order">
        <rdfs:comment xml:lang="en">The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedForm -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 

Example annotation:

    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .

Then this unqualified assertion:

    :entity1 prov:wasGeneratedBy :activity1 .

can be qualified by adding:

   :entity1 prov:qualifiedGeneration :entity1Gen .
   :entity1Gen 
       a prov:Generation, prov:Influence;
       prov:activity :activity1;
       :customValue 1337 .

Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#sharesDefinitionWith -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#sharesDefinitionWith">
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#specializationOf -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#todo -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#todo"/>
    


    <!-- http://www.w3.org/ns/prov#unqualifiedForm -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->

    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
    </owl:AnnotationProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>actedOnBehalfOf</rdfs:label>
        <category>starting-point</category>
        <component>agents-responsibility</component>
        <inverse>hadDelegate</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#activity -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>activity</rdfs:label>
        <category>qualified</category>
        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
        <inverse>activityOfInfluence</inverse>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#agent -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>agent</rdfs:label>
        <category>qualified</category>
        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
        <editorsDefinition xml:lang="en">The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
        <inverse>agentOfInfluence</inverse>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#alternateOf -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>alternateOf</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
        <category>expanded</category>
        <component>alternate</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate</dm>
        <inverse>alternateOf</inverse>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate</n>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#atLocation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>atLocation</rdfs:label>
        <category>expanded</category>
        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
        <inverse>locationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#entity -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>entity</rdfs:label>
        <category>qualified</category>
        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
        <inverse>entityOfInfluence</inverse>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#generated -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>generated</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
        <inverse>wasGeneratedBy</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#hadActivity -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Delegation"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Derivation"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#End"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Start"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadActivity</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
        <inverse>wasActivityOfInfluence</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#hadGeneration -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&apos;s Derivation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadGeneration</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>generatedAsDerivation</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#hadMember -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadMember</rdfs:label>
        <category>expanded</category>
        <component>expanded</component>
        <inverse>wasMemberOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Collection"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:comment xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</rdfs:comment>
        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection</dm>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#hadPlan -->

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


    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadPrimarySource</rdfs:label>
        <category>expanded</category>
        <component>derivations</component>
        <inverse>wasPrimarySourceOf</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedPrimarySource"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:comment>hadPrimarySource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#hadRole -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
        <rdfs:comment xml:lang="en">The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadRole</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <editorsDefinition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of an instantaneous usage, generation, association, start, and end.</editorsDefinition>
        <inverse>wasRoleIn</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#hadUsage -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&apos;s Derivation.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>hadUsage</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>wasUsedInDerivation</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#influenced -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>influenced</rdfs:label>
        <category>expanded</category>
        <component>agents-responsibility</component>
        <inverse>wasInfluencedBy</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#influencer -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
        <rdfs:comment xml:lang="en">Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>influencer</rdfs:label>
        <category>qualified</category>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
        <editorialNote xml:lang="en">This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple.</editorialNote>
        <editorsDefinition xml:lang="en">This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified.</editorsDefinition>
        <inverse>hadInfluence</inverse>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#invalidated -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>invalidated</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
        <inverse>wasInvalidatedBy</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedAssociation</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <inverse>qualifiedAssociationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
        <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedAttribution</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <inverse>qualifiedAttributionOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
        <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedCommunication</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedCommunicationOf</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedDelegation</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <inverse>qualifiedDelegationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedDerivation</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>qualifiedDerivationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
        <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedEnd</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedEndOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
        <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedGeneration</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedGenerationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:comment xml:lang="en">Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedInfluence</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>qualifiedInfluenceOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
        <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedInvalidation</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedInvalidationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedPrimarySource -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedPrimarySource">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
        <rdfs:comment xml:lang="en">If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedPrimarySource</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>qualifiedSourceOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#PrimarySource"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedQuotation</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>qualifiedQuotationOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
        <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedRevision</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <inverse>revisedEntity</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedStart -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
        <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedStart</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedStartOf</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
        <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>qualifiedUsage</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <inverse>qualifiedUsingActivity</inverse>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#specializationOf -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#used -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>used</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <inverse>wasUsedBy</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasAssociatedWith</rdfs:label>
        <category>starting-point</category>
        <component>agents-responsibility</component>
        <inverse>wasAssociateFor</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasAttributedTo</rdfs:label>
        <category>starting-point</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
        <inverse>contributed</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <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.</rdfs:comment>
        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasDerivedFrom</rdfs:label>
        <category>starting-point</category>
        <component>derivations</component>
        <definition xml:lang="en">A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</definition>
        <inverse>hadDerivation</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#wasEndedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasEndedBy</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <inverse>ended</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
        </owl:propertyChainAxiom>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasGeneratedBy</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <inverse>generated</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
        <rdfs:comment xml:lang="en">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.</rdfs:comment>
        <rdfs:comment>This property has multiple RDFS domains to suit multiple OWL Profiles. See &lt;a href=&quot;#owl-profile&quot;&gt;PROV-O OWL Profile&lt;/a&gt;.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasInfluencedBy</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <editorialNote xml:lang="en">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. 
</editorialNote>
        <inverse>influenced</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#domain"/>
        <owl:annotatedTarget>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                </owl:unionOf>
            </owl:Class>
        </owl:annotatedTarget>
        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
    </owl:Axiom>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
        <owl:annotatedTarget>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
                </owl:unionOf>
            </owl:Class>
        </owl:annotatedTarget>
        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
        <dm>http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#wasInformedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasInformedBy</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <inverse>informed</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
        </owl:propertyChainAxiom>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasInvalidatedBy</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <inverse>invalidated</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &apos;quoting&apos;, some or all of it.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasQuotedFrom</rdfs:label>
        <category>expanded</category>
        <component>derivations</component>
        <inverse>quotedAs</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
    </owl:ObjectProperty>
    <owl:Axiom>
        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
        <owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#term-Revision 23 April 2012 &apos;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&apos;</rdfs:comment>
    </owl:Axiom>
    


    <!-- http://www.w3.org/ns/prov#wasStartedBy -->

    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <owl:propertyChainAxiom rdf:parseType="Collection">
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
        </owl:propertyChainAxiom>
        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>wasStartedBy</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <inverse>started</inverse>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/ns/prov#atTime -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>atTime</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.w3.org/ns/prov#endedAtTime -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>endedAtTime</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.w3.org/ns/prov#generatedAtTime -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The time at which an entity was completely created and is available for use.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>generatedAtTime</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The time at which an entity was invalidated (i.e., no longer usable).</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>invalidatedAtTime</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.w3.org/ns/prov#startedAtTime -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>startedAtTime</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.w3.org/ns/prov#value -->

    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>value</rdfs:label>
        <category>expanded</category>
        <component>entities-activities</component>
        <definition xml:lang="en">Provides a value that is a direct representation of an entity.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-value</dm>
        <editorialNote>The editor&apos;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &apos;may be used in describing structured values&apos;).</editorialNote>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

    <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
    


    <!-- http://www.w3.org/ns/prov#Activity -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Activity</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Activity</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Activity</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
                <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:comment xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&apos;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</rdfs:comment>
        <rdfs:comment xml:lang="en">It is not recommended that the type ActivityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>ActivityInfluence</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
        <category>qualified</category>
        <editorsDefinition xml:lang="en">ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.</editorsDefinition>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Agent -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Agent</rdfs:label>
        <category>starting-point</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&apos;s activity. </definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Agent</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#AgentInfluence -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:comment xml:lang="en">AgentInfluence provides additional descriptions of an Agent&apos;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</rdfs:comment>
        <rdfs:comment xml:lang="en">It is not recommended that the type AgentInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>AgentInfluence</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
        <category>qualified</category>
        <editorsDefinition xml:lang="en">AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.</editorsDefinition>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Association -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Association</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Attribution -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Attribution</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.

When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribution</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribution</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Bundle -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:comment xml:lang="en">Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Bundle</rdfs:label>
        <category>expanded</category>
        <definition xml:lang="en">A bundle is a named set of provenance descriptions, and is itself an Entity, so allowing provenance of provenance to be expressed.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-bundle-entity</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-bundle-declaration</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Collection -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Collection</rdfs:label>
        <category>expanded</category>
        <component>collections</component>
        <definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-collection</dm>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Communication -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Communication</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Communication</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-wasInformedBy</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Delegation -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Delegation</rdfs:label>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work.

For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-delegation</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-delegation</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Derivation -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
        <rdfs:comment xml:lang="en">The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Derivation</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Derivation</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#Derivation-Relation</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#EmptyCollection -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#EmptyCollection">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Collection"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#End -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &apos;2012-03-09T08:05:08-05:00&apos;^^xsd:dateTime ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>End</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&apos;s end. An end may refer to a trigger entity that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-End</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-End</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Entity -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Entity</rdfs:label>
        <category>starting-point</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-entity</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Entity</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#EntityInfluence -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
        <rdfs:comment xml:lang="en">EntityInfluence provides additional descriptions of an Entity&apos;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</rdfs:comment>
        <rdfs:comment xml:lang="en">It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>EntityInfluence</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
        <category>qualified</category>
        <editorsDefinition xml:lang="en">EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. </editorsDefinition>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Generation -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Generation</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Generation</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Generation</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Influence -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
        <rdfs:comment xml:lang="en">An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.</rdfs:comment>
        <rdfs:comment xml:lang="en">Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Influence</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <definition xml:lang="en">Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-influence</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-influence</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
        <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &apos;event&apos; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>InstantaneousEvent</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#dfn-event</constraints>
        <definition xml:lang="en">The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</definition>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Invalidation -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Invalidation</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Invalidation</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Invalidation</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Location -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Location</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
        <category>expanded</category>
        <definition xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Organization -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Organization</rdfs:label>
        <category>expanded</category>
        <component>agents-responsibility</component>
        <definition>An organization is a social or legal institution such as a company, society, etc.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Person -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Person</rdfs:label>
        <category>expanded</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">Person agents are people.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Plan -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Plan</rdfs:label>
        <category>expanded</category>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Association</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Association</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#PrimarySource -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#PrimarySource">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:comment xml:lang="en">An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>PrimarySource</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <definition xml:lang="en">A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic&apos;s study, without benefit from hindsight.

Because of the directness of primary sources, they &apos;speak for themselves&apos; in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.

A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application&apos;s domain.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-primary-source</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-original-source</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Quotation -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Quotation</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <definition xml:lang="en">A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-quotation</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-quotation</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Revision -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Revision</rdfs:label>
        <category>qualified</category>
        <component>derivations</component>
        <definition xml:lang="en">A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-revision</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Revision</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Role -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Role</rdfs:label>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
        <category>qualified</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-role</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>SoftwareAgent</rdfs:label>
        <category>expanded</category>
        <component>agents-responsibility</component>
        <definition xml:lang="en">A software agent is running software.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-agent</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-types</n>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Start -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &apos;2012-03-09T08:05:08-05:00&apos;^^xsd:dateTime ] .</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Start</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">Start is when an activity is deemed to have been started by an entity, known as trigger. The activity did not exist before its start. Any usage, generation, or invalidation involving an activity follows the activity&apos;s start. A start may refer to a trigger entity that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Start</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Start</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
    </owl:Class>
    


    <!-- http://www.w3.org/ns/prov#Usage -->

    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <rdfs:label>Usage</rdfs:label>
        <category>qualified</category>
        <component>entities-activities</component>
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <definition xml:lang="en">Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</definition>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-Usage</dm>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-Usage</n>
        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/ns/prov#EmptyCollection -->

    <owl:NamedIndividual rdf:about="http://www.w3.org/ns/prov#EmptyCollection"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotations
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <rdf:Description rdf:about="http://www.w3.org/ns/prov#EmptyCollection">
        <definition xml:lang="en">An empty collection is a collection without members.</definition>
        <rdfs:label xml:lang="en">EmptyCollection</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <category>expanded</category>
        <component>collections</component>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.w3.org/ns/prov#specializationOf">
        <constraints rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig</constraints>
        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
        <rdfs:label>specializationOf</rdfs:label>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <category>expanded</category>
        <dm rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-specialization</dm>
        <definition xml:lang="en">An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity.</definition>
        <component>alternate</component>
        <inverse>generalizationOf</inverse>
        <n rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-specialization</n>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
        <rdfs:label>wasRevisionOf</rdfs:label>
        <component>derivations</component>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-o#"/>
        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
        <category>expanded</category>
        <inverse>hadRevision</inverse>
        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
    </rdf:Description>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.6.2018-09-06T00:27:41Z) https://github.com/owlcs/owlapi -->