prov:Plan


URI

http://www.w3.org/ns/prov#Plan

Label

Plan

Description

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. - A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.

Usage

Instances of prov:Plan can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class owl:Thing
dc:creator -- owl:Thing
dc:date -- owl:Thing
dc:rights -- owl:Thing
http://creativecommons.org/ns#license Associated License for a specific dataset. http://creativecommons.org/ns#License
onto:hasStepConfig A Step can have different configurations associated to with which specifies the Workflow how to perform the given step. owl:Thing
onto:hasStrategyType The current strategy if a derivate of a specific type of Linking Strategy. owl:Thing
onto:usesArtifact An artifact can be used by any type of entity or resource in order to perform certain steps/activities. onto:Artifact
prov:agent 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. prov:Agent
prov:hadDerivation Inverse of wasDerivedFrom property owl:Thing
prov:qualifiedAssociation 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. owl:Thing
prov:wasDerivedFrom 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. owl:Thing
prov:wasGeneratedBy 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. owl:Thing
rdfs:comment -- owl:Thing
skos:altLabel -- owl:Thing
skos:prefLabel -- owl:Thing

Implementation

@prefix : <http://data.hulib.helsinki.fi/attx/onto#> .
@prefix cc: <https://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

prov:Plan a owl:Class ;
    rdfs:label "Plan"@en ;
    rdfs:comment "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals."@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."@en .