Class: Act of Creation (Action)

The act of creation of one or more MBO datasets.

__

todo: Should we merge this with HowTo into one CSV?

__

URI: schema:CreateAction

diagram

Slots

Name Cardinality and Range Description Inheritance
id 1
String
An identifier chosen from the range given to your work package by WP1 direct
metadataPublisherId 1
PersonOrOrganization
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... direct
metadataDescribedForActionId 1
Action
The Action which resulted in this metadata record being described direct
name 1
String
A name/title direct
agentId 1
PersonOrOrganization
The person or organization who performed the action direct
abstract 0..1
String
A short description summarising this entity direct
description 0..1
String
A description for this entity direct
howToPerformActionMboId 0..1
HowTo
How the action was performed direct
participantIds *
PersonOrOrganization
The IDs of the people or organizations who collaborated in the action direct
actionInputPids *
Uri
Inputs to the Action; for example datasets or other data sources direct
resultingDatasetMboIds *
Dataset
The MBO identifiers of any datasets created in this action direct
childActionMboIds *
Action
The MBO identifiers of any child actions created or performed as a result of ... direct

Usages

used by used in type used
Action metadataDescribedForActionId range Action
Action childActionMboIds range Action
HowTo metadataDescribedForActionId range Action
HowToStep metadataDescribedForActionId range Action
HowToTip metadataDescribedForActionId range Action
Dataset metadataDescribedForActionId range Action
Person metadataDescribedForActionId range Action
Organization metadataDescribedForActionId range Action
ContactPoint metadataDescribedForActionId range Action
License metadataDescribedForActionId range Action
PropertyValue metadataDescribedForActionId range Action
DataDownload metadataDescribedForActionId range Action
DatasetComment metadataDescribedForActionId range Action
SoftwareSourceCode metadataDescribedForActionId range Action
SoftwareApplication metadataDescribedForActionId range Action
EmbargoStatement metadataDescribedForActionId range Action
DefinedTerm metadataDescribedForActionId range Action
PublishingStatusDefinedTerm metadataDescribedForActionId range Action
Place metadataDescribedForActionId range Action
GeoShape metadataDescribedForActionId range Action
MonetaryGrant metadataDescribedForActionId range Action
Taxon metadataDescribedForActionId range Action
Audience metadataDescribedForActionId range Action

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:CreateAction
native mbo:Action

LinkML Source

Direct

name: Action
description: 'The act of creation of one or more MBO datasets.


  todo: Should we merge this with `HowTo` into one CSV?

  '
title: Act of Creation
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- name
- agentId
- abstract
- description
- howToPerformActionMboId
- participantIds
- actionInputPids
- resultingDatasetMboIds
- childActionMboIds
class_uri: schema:CreateAction

Induced

name: Action
description: 'The act of creation of one or more MBO datasets.


  todo: Should we merge this with `HowTo` into one CSV?

  '
title: Act of Creation
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
  id:
    name: id
    description: "An identifier chosen from the range given to your work package by\
      \ WP1. \nNote that when inputting into CSV files this should not be the full\
      \ URI, \nbut just the last part, e.g. `mbo_0000001`.\n"
    title: MBO Permanent Identifier
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: Action
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: string
    required: true
    pattern: ^mbo_[_0-9a-z]+$
  metadataPublisherId:
    name: metadataPublisherId
    description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
      row of data.

      '
    title: Data Entry Person (mPID - you)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creator
    alias: metadataPublisherId
    owner: Action
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: PersonOrOrganization
    required: true
    multivalued: false
  metadataDescribedForActionId:
    name: metadataDescribedForActionId
    description: 'The [Action](#action) which resulted in this metadata record being
      described.


      Is likely to be the Action associated with a MARCO-BOLO Task.

      '
    title: Data Entered for Action (mPID)
    comments:
    - "Uses the <https://w3id.org/marco-bolo/isResultOf> predicate but ultimately\
      \ ends up being \nrepresented as a triple in the form `<action> schema:result\
      \ <this-entity>`.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: mbo:isResultOf
    alias: metadataDescribedForActionId
    owner: Action
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: Action
    required: true
    multivalued: false
  name:
    name: name
    description: A name/title
    title: Name
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Action
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: string
    required: true
    multivalued: false
  agentId:
    name: agentId
    description: The person or organization who performed the action.
    title: Agent (mPID)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:agent
    alias: agentId
    owner: Action
    domain_of:
    - Action
    range: PersonOrOrganization
    required: true
    multivalued: false
  abstract:
    name: abstract
    description: A short description summarising this entity.
    title: Abstract
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:abstract
    alias: abstract
    owner: Action
    domain_of:
    - Action
    - HowToStep
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A description for this entity.
    title: Description
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Action
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    range: string
    required: false
    multivalued: false
  howToPerformActionMboId:
    name: howToPerformActionMboId
    description: How the action was performed.
    title: How To (mPID)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:actionProcess
    alias: howToPerformActionMboId
    owner: Action
    domain_of:
    - Action
    range: HowTo
    required: false
    multivalued: false
  participantIds:
    name: participantIds
    description: The IDs of the people or organizations who collaborated in the action.
    title: Participants (mPIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:participant
    alias: participantIds
    owner: Action
    domain_of:
    - Action
    range: PersonOrOrganization
    required: false
    multivalued: true
  actionInputPids:
    name: actionInputPids
    description: Inputs to the `Action`; for example datasets or other data sources.
    title: Inputs (URL PIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:object
    alias: actionInputPids
    owner: Action
    domain_of:
    - Action
    range: uri
    required: false
    multivalued: true
  resultingDatasetMboIds:
    name: resultingDatasetMboIds
    description: The MBO identifiers of any datasets created in this action.
    title: Resulting Datasets (mPIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:result
    alias: resultingDatasetMboIds
    owner: Action
    domain_of:
    - Action
    range: Dataset
    required: false
    multivalued: true
  childActionMboIds:
    name: childActionMboIds
    description: The MBO identifiers of any child actions created or performed as
      a result of this action.
    title: Child Actions (mPIDs)
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:result
    alias: childActionMboIds
    owner: Action
    domain_of:
    - Action
    range: Action
    required: false
    multivalued: true
class_uri: schema:CreateAction