Skip to content

Class: DataGeneratingActivity

An Activity (process) that has the objective to produce information (in form of a dataset) about another Activity or Entity.

URI: prov:Activity

classDiagram class DataGeneratingActivity click DataGeneratingActivity href "../DataGeneratingActivity" Activity <|-- DataGeneratingActivity click Activity href "../Activity" DataGeneratingActivity <|-- NMRSpectroscopy click NMRSpectroscopy href "../NMRSpectroscopy" DataGeneratingActivity <|-- DataAnalysis click DataAnalysis href "../DataAnalysis" DataGeneratingActivity : carried_out_by DataGeneratingActivity --> "* _recommended_" AgenticEntity : carried_out_by click AgenticEntity href "../AgenticEntity" DataGeneratingActivity : description DataGeneratingActivity : evaluated_activity DataGeneratingActivity --> "* _recommended_" EvaluatedActivity : evaluated_activity click EvaluatedActivity href "../EvaluatedActivity" DataGeneratingActivity : evaluated_entity DataGeneratingActivity --> "* _recommended_" EvaluatedEntity : evaluated_entity click EvaluatedEntity href "../EvaluatedEntity" DataGeneratingActivity : had_input_activity DataGeneratingActivity --> "* _recommended_" Activity : had_input_activity click Activity href "../Activity" DataGeneratingActivity : had_input_entity DataGeneratingActivity --> "* _recommended_" Entity : had_input_entity click Entity href "../Entity" DataGeneratingActivity : had_output_entity DataGeneratingActivity --> "* _recommended_" Entity : had_output_entity click Entity href "../Entity" DataGeneratingActivity : has_part DataGeneratingActivity --> "0..1" Activity : has_part click Activity href "../Activity" DataGeneratingActivity : has_qualitative_attribute DataGeneratingActivity --> "* _recommended_" QualitativeAttribute : has_qualitative_attribute click QualitativeAttribute href "../QualitativeAttribute" DataGeneratingActivity : has_quantitative_attribute DataGeneratingActivity --> "* _recommended_" QuantitativeAttribute : has_quantitative_attribute click QuantitativeAttribute href "../QuantitativeAttribute" DataGeneratingActivity : id DataGeneratingActivity : occurred_in DataGeneratingActivity --> "0..1" Surrounding : occurred_in click Surrounding href "../Surrounding" DataGeneratingActivity : other_identifier DataGeneratingActivity --> "*" Identifier : other_identifier click Identifier href "../Identifier" DataGeneratingActivity : rdf_type DataGeneratingActivity --> "0..1 _recommended_" DefinedTerm : rdf_type click DefinedTerm href "../DefinedTerm" DataGeneratingActivity : realized_plan DataGeneratingActivity --> "0..1" Plan : realized_plan click Plan href "../Plan" DataGeneratingActivity : title DataGeneratingActivity : type DataGeneratingActivity --> "0..1" DefinedTerm : type click DefinedTerm href "../DefinedTerm"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
evaluated_entity * recommended
EvaluatedEntity
The slot to specify the Entity about which the DataGeneratingActivity produce... direct
evaluated_activity * recommended
EvaluatedActivity
The slot to specify the Activity about which the DataGeneratingActivity produ... direct
realized_plan 0..1
Plan
The slot to specify the Plan (i direct
occurred_in 0..1
Surrounding
The slot to specify the Surrounding in which an Activity took place direct
id 1
Uriorcurie
A slot to provide an URI for an entity within this schema Activity
title *
String
The slot to provide a title for the Activity Activity
description *
String
The slot to provide a description for the Activity Activity
other_identifier *
Identifier
The slot to provide a secondary identifier of the Activity Activity
has_part 0..1
Activity
The slot to provide an Activity that is part of the Activity Activity
had_input_entity * recommended
Entity
The slot to specify the Entity that was used as an input of an Activity that ... Activity
had_output_entity * recommended
Entity
The slot to specify the Entity that was generated as an output of an Activity Activity
had_input_activity * recommended
Activity
The slot to provide a previous Activity that informed the Activity by being c... Activity
carried_out_by * recommended
AgenticEntity
The slot to specify the AgenticEntity that played a certain part in carrying ... Activity
has_qualitative_attribute * recommended
QualitativeAttribute
The slot to relate a qualitative attribute to an EvaluatedEntity, EvaluatedAc... Activity
has_quantitative_attribute * recommended
QuantitativeAttribute
The slot to relate a quantitative attribute to an EvaluatedEntity, EvaluatedA... Activity
type 0..1
DefinedTerm
This slot is described in more detail within the class in which it is used ClassifierMixin
rdf_type 0..1 recommended
DefinedTerm
The slot to specify the ontology class that is instantiated by an entity ClassifierMixin

Usages

used by used in type used
AnalysisSourceData was_generated_by range DataGeneratingActivity
Dataset was_generated_by range DataGeneratingActivity

Identifier and Mapping Information

Schema Source

  • from schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap

Mappings

Mapping Type Mapped Value
self prov:Activity
native nfdi4c:DataGeneratingActivity

LinkML Source

Direct

name: DataGeneratingActivity
description: An Activity (process) that has the objective to produce information (in
  form of a dataset) about another Activity or Entity.
in_subset:
- domain_agnostic_core
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: Activity
slots:
- evaluated_entity
- evaluated_activity
- realized_plan
- occurred_in
class_uri: prov:Activity

Induced

name: DataGeneratingActivity
description: An Activity (process) that has the objective to produce information (in
  form of a dataset) about another Activity or Entity.
in_subset:
- domain_agnostic_core
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: Activity
attributes:
  evaluated_entity:
    name: evaluated_entity
    description: The slot to specify the Entity about which the DataGeneratingActivity
      produced information.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    is_a: had_input_entity
    slot_uri: prov:used
    alias: evaluated_entity
    owner: DataGeneratingActivity
    domain_of:
    - DataGeneratingActivity
    range: EvaluatedEntity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  evaluated_activity:
    name: evaluated_activity
    description: The slot to specify the Activity about which the DataGeneratingActivity
      produced information.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    is_a: had_input_activity
    slot_uri: prov:wasInformedBy
    alias: evaluated_activity
    owner: DataGeneratingActivity
    domain_of:
    - DataGeneratingActivity
    range: EvaluatedActivity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  realized_plan:
    name: realized_plan
    description: The slot to specify the Plan (i.e. directive information or procedure)
      that was realized by an Activity.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:used
    alias: realized_plan
    owner: DataGeneratingActivity
    domain_of:
    - DataGeneratingActivity
    range: Plan
  occurred_in:
    name: occurred_in
    description: The slot to specify the Surrounding in which an Activity took place.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:atLocation
    alias: occurred_in
    owner: DataGeneratingActivity
    domain_of:
    - DataGeneratingActivity
    range: Surrounding
  id:
    name: id
    description: A slot to provide an URI for an entity within this schema.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    identifier: true
    alias: id
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Dataset
    - DefinedTerm
    - Entity
    range: uriorcurie
    required: true
  title:
    name: title
    description: The slot to provide a title for the Activity.
    notes:
    - not in DCAT-AP
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - DefinedTerm
    - Distribution
    - Entity
    - Plan
    - QualitativeAttribute
    - QuantitativeAttribute
    - Surrounding
    range: string
    multivalued: true
    inlined_as_list: true
  description:
    name: description
    description: The slot to provide a description for the Activity.
    notes:
    - not in DCAT-AP
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Catalogue
    - CatalogueRecord
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    - Entity
    - Plan
    - QualitativeAttribute
    - QuantitativeAttribute
    - Surrounding
    range: string
    multivalued: true
    inlined_as_list: true
  other_identifier:
    name: other_identifier
    description: The slot to provide a secondary identifier of the Activity.
    notes:
    - not in DCAT-AP
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: adms:identifier
    alias: other_identifier
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Dataset
    - Entity
    range: Identifier
    multivalued: true
    inlined_as_list: true
  has_part:
    name: has_part
    description: The slot to provide an Activity that is part of the Activity.
    notes:
    - not in DCAT-AP
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:hasPart
    alias: has_part
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Catalogue
    - Entity
    - EvaluatedActivity
    range: Activity
    inlined: true
  had_input_entity:
    name: had_input_entity
    description: The slot to specify the Entity that was used as an input of an Activity
      that is to be changed, consumed or transformed.
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:used
    alias: had_input_entity
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    range: Entity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  had_output_entity:
    name: had_output_entity
    description: The slot to specify the Entity that was generated as an output of
      an Activity.
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:generated
    alias: had_output_entity
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    range: Entity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  had_input_activity:
    name: had_input_activity
    description: The slot to provide a previous Activity that informed the Activity
      by being causally via a shared participant.
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:wasInformedBy
    alias: had_input_activity
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    range: Activity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  carried_out_by:
    name: carried_out_by
    description: The slot to specify the AgenticEntity that played a certain part
      in carrying out the Activity, either via having a specific role, function or
      disposition that was realized in the Activity.
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: prov:wasAssociatedWith
    alias: carried_out_by
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    range: AgenticEntity
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_qualitative_attribute:
    name: has_qualitative_attribute
    description: The slot to relate a qualitative attribute to an EvaluatedEntity,
      EvaluatedActivity or AgenticEntity
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:relation
    alias: has_qualitative_attribute
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Entity
    - EvaluatedActivity
    range: QualitativeAttribute
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_quantitative_attribute:
    name: has_quantitative_attribute
    description: The slot to relate a quantitative attribute to an EvaluatedEntity,
      EvaluatedActivity or AgenticEntity
    notes:
    - not in DCAT-AP
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:relation
    alias: has_quantitative_attribute
    owner: DataGeneratingActivity
    domain_of:
    - Activity
    - AgenticEntity
    - Entity
    - EvaluatedActivity
    range: QuantitativeAttribute
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  type:
    name: type
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcterms:type
    alias: type
    owner: DataGeneratingActivity
    domain_of:
    - Agent
    - ClassifierMixin
    - Dataset
    - LicenseDocument
    range: DefinedTerm
    inlined: true
  rdf_type:
    name: rdf_type
    description: The slot to specify the ontology class that is instantiated by an
      entity.
    in_subset:
    - domain_agnostic_core
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: rdf:type
    alias: rdf_type
    owner: DataGeneratingActivity
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true
class_uri: prov:Activity