prov:Activity


URI

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

Label

Activity

Description

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.

Usage

Instances of prov:Activity can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class prov:Activity
onto:hasConfig An Activity can have different configurations associated to with which specifies paramters for executing the activity. rdfs:Literal
onto:hasStatus An Activity should have a status with respect to its finality. Possible values: "failed", "success", "warning". rdfs:Literal
prov:endedAtTime 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'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. xsd:dateTime
prov:startedAtTime 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'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. xsd:dateTime
prov:generated 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
prov:used 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. owl:Thing
prov:wasAssociatedWith 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. prov:Agent
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:Activity a owl:Class ;
    rdfs:label "Activity"@en ;
    rdfs:comment "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."@en .