Skip to content

Class: ActionPattern

"An action pattern is a grouping of characteristics unique to a combination of actions forming a consistent or characteristic arrangement."

URI: action:ActionPattern

classDiagram class ActionPattern Pattern <|-- ActionPattern Action <|-- ActionPattern ActionPattern : actionCount ActionPattern ..> non negative integer type : actionCount ActionPattern : actionStatus ActionPattern ..> ActionStatusTypeEnum : actionStatus ActionPattern : createdBy ActionPattern ..> string : createdBy ActionPattern : description ActionPattern ..> string : description ActionPattern : endTime ActionPattern ..> datetime : endTime ActionPattern : environment ActionPattern ..> UcoObject : environment ActionPattern : error ActionPattern ..> UcoObject : error ActionPattern : externalReference ActionPattern ..> string : externalReference ActionPattern : hasFacet ActionPattern ..> string : hasFacet ActionPattern : instrument ActionPattern ..> UcoObject : instrument ActionPattern : location ActionPattern ..> Location : location ActionPattern : modifiedTime ActionPattern ..> datetime : modifiedTime ActionPattern : name ActionPattern ..> string : name ActionPattern : object ActionPattern ..> UcoObject : object ActionPattern : objectCreatedTime ActionPattern ..> datetime : objectCreatedTime ActionPattern : objectMarking ActionPattern ..> MarkingDefinitionAbstraction : objectMarking ActionPattern : participant ActionPattern ..> UcoObject : participant ActionPattern : performer ActionPattern ..> UcoObject : performer ActionPattern : result ActionPattern ..> UcoObject : result ActionPattern : specVersion ActionPattern ..> string : specVersion ActionPattern : startTime ActionPattern ..> datetime : startTime ActionPattern : subaction ActionPattern ..> Action : subaction ActionPattern : tag ActionPattern ..> string : tag

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
error 0..*
UcoObject
"A characterization of the differences between the expected and the actual pe... 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
endTime 0..1
xsd:dateTime
"The time at which performance of the action ended Action
startTime 0..1
xsd:dateTime
"The time at which performance of the action began Action
actionCount 0..1
NonNegativeIntegerType
"The number of times that the action was performed 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:ActionPattern
native action:ActionPattern

LinkML Source

Direct

name: ActionPattern
description: '"An action pattern is a grouping of characteristics unique to a combination
  of actions forming a consistent or characteristic arrangement."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: Action
mixins:
- Pattern

Induced

name: ActionPattern
description: '"An action pattern is a grouping of characteristics unique to a combination
  of actions forming a consistent or characteristic arrangement."'
from_schema: https://w3id.org/lmodel/uco-action
is_a: Action
mixins:
- Pattern
attributes:
  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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    domain_of:
    - Action
    range: UcoObject
  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: ActionPattern
    domain_of:
    - Action
    - ActionLifecycle
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    domain_of:
    - CalendarEntryFacet
    - GeoLocationEntryFacet
    - OnlineServiceFacet
    - Action
    range: Location
  endTime:
    name: endTime
    description: '"The time at which performance of the action ended."'
    from_schema: https://w3id.org/lmodel/uco-core
    alias: endTime
    owner: ActionPattern
    domain_of:
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Relationship
    - Action
    - ActionLifecycle
    range: datetime
  startTime:
    name: startTime
    description: '"The time at which performance of the action began."'
    from_schema: https://w3id.org/lmodel/uco-core
    alias: startTime
    owner: ActionPattern
    domain_of:
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Relationship
    - Action
    - ActionLifecycle
    range: datetime
  actionCount:
    name: actionCount
    description: '"The number of times that the action was performed."'
    from_schema: https://w3id.org/lmodel/uco-action
    alias: actionCount
    owner: ActionPattern
    domain_of:
    - Action
    - ActionLifecycle
    range: non negative integer type
  actionStatus:
    name: actionStatus
    description: '"The current state of the action."'
    from_schema: https://w3id.org/lmodel/uco-action
    is_a: ActionStatusTypeVocab
    alias: actionStatus
    owner: ActionPattern
    domain_of:
    - Action
    range: ActionStatusTypeEnum
  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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    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: ActionPattern
    domain_of:
    - UcoObject
    range: string