All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ontologies.prov-aq.rdf Maven / Gradle / Ivy

There is a newer version: 0.15.1-incubating
Show newest version





    
    
    
    
]>



    
        PROV Access and Query Ontology
        0.2
        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 [email protected] (subscribe [email protected], archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.
        
        
        
    
    


    

    
        Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.
        
        
    
    
        
        
    
    
        
        
    
    
        A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.
        
    
    
        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.
        
    
    
        
        
    
    
        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.
        
        
    
    
        
        
    
    
        A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.
        
        
    
    
    
        
    
    
        A reference to the principal section of the PROV-DM document that describes this concept.
        
        
    
    
        Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. 
        
    
    
    
        When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.
        
        
    
    
        Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.
        
    
    
        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.
        
        
    
    
    
        A reference to the principal section of the PROV-M document that describes this concept.
        
        
    
    


    

    


    

    


    

    
    


    

    
        describesService
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/rovenance-query-service-description
        serviceDescribedBy
        access-and-query
        relates a generic provenance query service resource (type prov:ServiceDescription) to a specific query service description (e.g. a prov:DirectQueryService or a sd:Service).
        
    
    


    

    
        hadUsage
        qualified
        The _optional_ Usage involved in an Entity's Derivation.
        wasUsedInDerivation
        derivations
        
        
    
    


    

    
        has_anchor
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html
        access-and-query
        Indicates anchor URI for a potentially dynamic resource instance.
        anchorOf
        
    
    


    

    
        has_provenance
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#resource-represented-as-html
        provenanceOf
        Indicates a provenance-URI for a resource; the resource identified by this property presents a provenance record about its subject or anchor resource.
        access-and-query
        
    
    


    

    
        hasProvenanceService
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/
        access-and-query
        provenanceQueryServiceOf
        Indicates a provenance query service that can access provenance related to its subject or anchor resource.
        
    
    


    

    
        provenance pingback
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-pingback
        Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.
        access-and-query
        
    
    


    

    
        specializationOf
        http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig
        http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization
        http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization
        alternate
        expanded
        generalizationOf
        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.
        
        
        
    
    


    

    


    

    
        provenanceUriTemplate
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/
        access-and-query
        Relates a provenance service to a URI template string for constructing provenance-URIs.
        
    
    


    

    


    

    
    


    

    
        ProvenanceService
        
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery
        access-and-query
        Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
        
    
    


    

    
        ServiceDescription
        
        http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/#provenance-query-service-discovery
        Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
        access-and-query
        
    
    


    

    
        SoftwareAgent
        
        http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent
        http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types
        agents-responsibility
        A software agent is running software.
        expanded
        
    










© 2015 - 2024 Weber Informatics LLC | Privacy Policy