Class: ActionLifecycle
"An action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action lifecycles."
classDiagram
class ActionLifecycle
Action <|-- ActionLifecycle
ActionLifecycle : actionCount
ActionLifecycle ..> non negative integer type : actionCount
ActionLifecycle : actionStatus
ActionLifecycle ..> ActionStatusTypeEnum : actionStatus
ActionLifecycle : createdBy
ActionLifecycle ..> string : createdBy
ActionLifecycle : description
ActionLifecycle ..> string : description
ActionLifecycle : endTime
ActionLifecycle ..> datetime : endTime
ActionLifecycle : environment
ActionLifecycle ..> UcoObject : environment
ActionLifecycle : error
ActionLifecycle ..> UcoObject : error
ActionLifecycle : externalReference
ActionLifecycle ..> string : externalReference
ActionLifecycle : hasFacet
ActionLifecycle ..> string : hasFacet
ActionLifecycle : instrument
ActionLifecycle ..> UcoObject : instrument
ActionLifecycle : location
ActionLifecycle ..> Location : location
ActionLifecycle : modifiedTime
ActionLifecycle ..> datetime : modifiedTime
ActionLifecycle : name
ActionLifecycle ..> string : name
ActionLifecycle : object
ActionLifecycle ..> UcoObject : object
ActionLifecycle : objectCreatedTime
ActionLifecycle ..> datetime : objectCreatedTime
ActionLifecycle : objectMarking
ActionLifecycle ..> MarkingDefinitionAbstraction : objectMarking
ActionLifecycle : participant
ActionLifecycle ..> UcoObject : participant
ActionLifecycle : performer
ActionLifecycle ..> UcoObject : performer
ActionLifecycle : phase
ActionLifecycle ..> ArrayOfAction : phase
ActionLifecycle : result
ActionLifecycle ..> UcoObject : result
ActionLifecycle : specVersion
ActionLifecycle ..> string : specVersion
ActionLifecycle : startTime
ActionLifecycle ..> datetime : startTime
ActionLifecycle : subaction
ActionLifecycle ..> Action : subaction
ActionLifecycle : tag
ActionLifecycle ..> string : tag
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
phase | 0..1 ArrayOfAction |
"The ordered set of actions or sub action-lifecycles that represent the actio... | direct |
error | 0..1 UcoObject |
"A characterization of the differences between the expected and the actual pe... | direct |
endTime | 0..1 xsd:dateTime |
The ending time of a time range | direct |
startTime | 0..1 xsd:dateTime |
The initial time of a time range | direct |
actionCount | 0..1 NonNegativeIntegerType |
"The number of times that the action was performed | direct |
subaction | 0..* Action |
"References to other actions that make up part of a larger more complex actio... | Action |
environment | 0..1 UcoObject |
"The environment wherein an action occurs | Action |
performer | 0..1 UcoObject |
"The primary performer of an action | Action |
instrument | 0..* UcoObject |
"The things used to perform an action | Action |
object | 0..* UcoObject |
"The things that the action is performed on/against | Action |
participant | 0..* UcoObject |
"The supporting (non-primary) performers of an action | Action |
result | 0..* UcoObject |
"The things resulting from performing an action | Action |
location | 0..* Location |
"The locations where an action occurs | Action |
actionStatus | 0..1 ActionStatusTypeEnum |
"The current state of the action | Action |
createdBy | 0..1 xsd:string |
The identity that created a characterization of a concept | UcoObject |
description | 0..* xsd:string |
A human-readable description of an entity | UcoObject |
externalReference | 0..* xsd:string |
Specifies a reference to a resource outside of the UCO | UcoObject |
hasFacet | 0..* xsd:string |
Further sets of properties characterizing a concept based on the particular c... | UcoObject |
modifiedTime | 0..* xsd:dateTime |
Specifies the time that this particular version of the object was modified | UcoObject |
name | 0..1 xsd:string |
The name of a particular concept characterization | UcoObject |
objectMarking | 0..* MarkingDefinitionAbstraction |
Marking definitions to be applied to a particular concept characterization in... | UcoObject |
objectCreatedTime | 0..1 xsd:dateTime |
The time at which a characterization of a concept is created | UcoObject |
specVersion | 0..1 xsd:string |
The version of UCO ontology or subontology specification used to characterize... | UcoObject |
tag | 0..* xsd:string |
A generic tag/label | UcoObject |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-action
Mappings
Mapping Type | Mapped Value |
---|---|
self | action:ActionLifecycle |
native | action:ActionLifecycle |
LinkML Source
Direct
name: ActionLifecycle
description: '"An action lifecycle is an action pattern consisting of an ordered set
of multiple actions or subordinate action lifecycles."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: Action
slots:
- phase
- error
- endTime
- startTime
- actionCount
slot_usage:
phase:
name: phase
domain_of:
- ActionLifecycle
required: true
minimum_cardinality: 1
maximum_cardinality: 1
error:
name: error
domain_of:
- Action
- ActionLifecycle
maximum_cardinality: 0
endTime:
name: endTime
description: '"The time at which performance of the action ended."'
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
maximum_cardinality: 0
startTime:
name: startTime
description: '"The time at which performance of the action began."'
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
maximum_cardinality: 0
actionCount:
name: actionCount
domain_of:
- Action
- ActionLifecycle
maximum_cardinality: 0
actionStatus:
name: actionStatus
domain_of:
- Action
maximum_cardinality: 0
Induced
name: ActionLifecycle
description: '"An action lifecycle is an action pattern consisting of an ordered set
of multiple actions or subordinate action lifecycles."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: Action
slot_usage:
phase:
name: phase
domain_of:
- ActionLifecycle
required: true
minimum_cardinality: 1
maximum_cardinality: 1
error:
name: error
domain_of:
- Action
- ActionLifecycle
maximum_cardinality: 0
endTime:
name: endTime
description: '"The time at which performance of the action ended."'
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
maximum_cardinality: 0
startTime:
name: startTime
description: '"The time at which performance of the action began."'
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
maximum_cardinality: 0
actionCount:
name: actionCount
domain_of:
- Action
- ActionLifecycle
maximum_cardinality: 0
actionStatus:
name: actionStatus
domain_of:
- Action
maximum_cardinality: 0
attributes:
phase:
name: phase
description: '"The ordered set of actions or sub action-lifecycles that represent
the action lifecycle."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: subaction
alias: phase
owner: ActionLifecycle
domain_of:
- ActionLifecycle
range: ArrayOfAction
required: true
minimum_cardinality: 1
maximum_cardinality: 1
error:
name: error
description: '"A characterization of the differences between the expected and
the actual performance of the action."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: error
owner: ActionLifecycle
domain_of:
- Action
- ActionLifecycle
range: UcoObject
maximum_cardinality: 0
endTime:
name: endTime
description: '"The time at which performance of the action ended."'
from_schema: https://w3id.org/lmodel/uco-core
alias: endTime
owner: ActionLifecycle
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
range: datetime
maximum_cardinality: 0
startTime:
name: startTime
description: '"The time at which performance of the action began."'
from_schema: https://w3id.org/lmodel/uco-core
alias: startTime
owner: ActionLifecycle
domain_of:
- CalendarEntryFacet
- CallFacet
- CapturedTelecommunicationsInformationFacet
- EventRecordFacet
- GeoLocationTrackFacet
- NetworkConnectionFacet
- Relationship
- Action
- ActionLifecycle
range: datetime
maximum_cardinality: 0
actionCount:
name: actionCount
description: '"The number of times that the action was performed."'
from_schema: https://w3id.org/lmodel/uco-action
alias: actionCount
owner: ActionLifecycle
domain_of:
- Action
- ActionLifecycle
range: non negative integer type
maximum_cardinality: 0
subaction:
name: subaction
description: '"References to other actions that make up part of a larger more
complex action."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: subaction
owner: ActionLifecycle
domain_of:
- Action
range: Action
environment:
name: environment
description: '"The environment wherein an action occurs."'
from_schema: https://w3id.org/lmodel/uco-action
alias: environment
owner: ActionLifecycle
domain_of:
- Action
range: UcoObject
performer:
name: performer
description: '"The primary performer of an action."'
from_schema: https://w3id.org/lmodel/uco-action
alias: performer
owner: ActionLifecycle
domain_of:
- Action
range: UcoObject
instrument:
name: instrument
description: '"The things used to perform an action."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: instrument
owner: ActionLifecycle
domain_of:
- Action
range: UcoObject
object:
name: object
description: '"The things that the action is performed on/against."'
from_schema: https://w3id.org/lmodel/uco-core
multivalued: true
alias: object
owner: ActionLifecycle
domain_of:
- Annotation
- ContextualCompilation
- EnclosingCompilation
- Action
range: UcoObject
participant:
name: participant
description: '"The supporting (non-primary) performers of an action."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: participant
owner: ActionLifecycle
domain_of:
- CallFacet
- MessageThreadFacet
- Action
range: UcoObject
result:
name: result
description: '"The things resulting from performing an action."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: result
owner: ActionLifecycle
domain_of:
- Action
range: UcoObject
location:
name: location
description: '"The locations where an action occurs."'
from_schema: https://w3id.org/lmodel/uco-action
multivalued: true
alias: location
owner: ActionLifecycle
domain_of:
- CalendarEntryFacet
- GeoLocationEntryFacet
- OnlineServiceFacet
- Action
range: Location
actionStatus:
name: actionStatus
description: '"The current state of the action."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: ActionStatusTypeVocab
alias: actionStatus
owner: ActionLifecycle
domain_of:
- Action
range: ActionStatusTypeEnum
maximum_cardinality: 0
createdBy:
name: createdBy
description: The identity that created a characterization of a concept.
from_schema: https://w3id.org/lmodel/uco-core
domain: IdentityAbstraction
alias: createdBy
owner: ActionLifecycle
domain_of:
- UcoObject
range: string
maximum_cardinality: 0
description:
name: description
description: A human-readable description of an entity
from_schema: https://w3id.org/lmodel/uco-core
slot_uri: dcterms:description
multivalued: true
alias: description
owner: ActionLifecycle
domain_of:
- UcoObject
range: string
externalReference:
name: externalReference
description: Specifies a reference to a resource outside of the UCO.
from_schema: https://w3id.org/lmodel/uco-core
domain: ExternalReference
multivalued: true
alias: externalReference
owner: ActionLifecycle
domain_of:
- UcoObject
range: string
required: false
minimum_cardinality: 0
hasFacet:
name: hasFacet
description: Further sets of properties characterizing a concept based on the
particular context of the class and of the particular instance of the concept
being characterized.
from_schema: https://w3id.org/lmodel/uco-core
domain: Facet
multivalued: true
alias: hasFacet
owner: ActionLifecycle
domain_of:
- UcoObject
range: string
modifiedTime:
name: modifiedTime
description: Specifies the time that this particular version of the object was
modified. The object creator can use the time it deems most appropriate as the
time this version of the object was modified. The value of the modified property
for a given object version MUST be later than or equal to the value of the created
property. Object creators MUST update the modified property when creating a
new version of an object. The modified timestamp MUST be precise to the nearest
millisecond (exactly three digits after the decimal place in seconds).
from_schema: https://w3id.org/lmodel/uco-core
multivalued: true
alias: modifiedTime
owner: ActionLifecycle
domain_of:
- AccountFacet
- BrowserBookmarkFacet
- CalendarEntryFacet
- EmailMessageFacet
- FileFacet
- NoteFacet
- WindowsRegistrykeyFacet
- UcoObject
range: datetime
name:
name: name
description: The name of a particular concept characterization.
from_schema: https://w3id.org/lmodel/uco-core
slot_uri: rdfs:label
alias: name
owner: ActionLifecycle
domain_of:
- AlternateDataStreamFacet
- EnvironmentVariable
- OnlineServiceFacet
- ProfileFacet
- WindowsPESection
- WindowsRegistryValue
- UcoObject
range: string
maximum_cardinality: 1
objectMarking:
name: objectMarking
description: Marking definitions to be applied to a particular concept characterization
in its entirety.
from_schema: https://w3id.org/lmodel/uco-core
multivalued: true
alias: objectMarking
owner: ActionLifecycle
domain_of:
- UcoObject
range: MarkingDefinitionAbstraction
objectCreatedTime:
name: objectCreatedTime
description: The time at which a characterization of a concept is created. This
time pertains to the time of creating the record object, and is not an intrinsic
characteristic of the concept.
from_schema: https://w3id.org/lmodel/uco-core
alias: objectCreatedTime
owner: ActionLifecycle
domain_of:
- UcoObject
range: datetime
maximum_cardinality: 1
specVersion:
name: specVersion
description: The version of UCO ontology or subontology specification used to
characterize a concept.
from_schema: https://w3id.org/lmodel/uco-core
alias: specVersion
owner: ActionLifecycle
domain_of:
- UcoObject
range: string
maximum_cardinality: 1
tag:
name: tag
description: A generic tag/label.
from_schema: https://w3id.org/lmodel/uco-core
multivalued: true
alias: tag
owner: ActionLifecycle
domain_of:
- UcoObject
range: string