Class: ObservableAction
"An observable action is a grouping of characteristics unique to something that may be done or performed within the digital domain."
URI: observable:ObservableAction
classDiagram
class ObservableAction
Observable <|-- ObservableAction
Action <|-- ObservableAction
ObservableAction : actionCount
ObservableAction ..> non negative integer type : actionCount
ObservableAction : actionStatus
ObservableAction ..> ActionStatusTypeEnum : actionStatus
ObservableAction : createdBy
ObservableAction ..> string : createdBy
ObservableAction : description
ObservableAction ..> string : description
ObservableAction : endTime
ObservableAction ..> datetime : endTime
ObservableAction : environment
ObservableAction ..> UcoObject : environment
ObservableAction : error
ObservableAction ..> UcoObject : error
ObservableAction : externalReference
ObservableAction ..> string : externalReference
ObservableAction : hasFacet
ObservableAction ..> string : hasFacet
ObservableAction : instrument
ObservableAction ..> UcoObject : instrument
ObservableAction : location
ObservableAction ..> Location : location
ObservableAction : modifiedTime
ObservableAction ..> datetime : modifiedTime
ObservableAction : name
ObservableAction ..> string : name
ObservableAction : object
ObservableAction ..> UcoObject : object
ObservableAction : objectCreatedTime
ObservableAction ..> datetime : objectCreatedTime
ObservableAction : objectMarking
ObservableAction ..> MarkingDefinitionAbstraction : objectMarking
ObservableAction : participant
ObservableAction ..> UcoObject : participant
ObservableAction : performer
ObservableAction ..> UcoObject : performer
ObservableAction : result
ObservableAction ..> UcoObject : result
ObservableAction : specVersion
ObservableAction ..> string : specVersion
ObservableAction : startTime
ObservableAction ..> datetime : startTime
ObservableAction : subaction
ObservableAction ..> Action : subaction
ObservableAction : tag
ObservableAction ..> string : tag
Inheritance
- UcoThing
- UcoObject
- Action
- ObservableAction [ Observable]
- Action
- UcoObject
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 |
Usages
used by | used in | type | used |
---|---|---|---|
EventRecordFacet | cyberAction | range | ObservableAction |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:ObservableAction |
native | observable:ObservableAction |
LinkML Source
Direct
name: ObservableAction
description: '"An observable action is a grouping of characteristics unique to something
that may be done or performed within the digital domain."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Action
mixins:
- Observable
Induced
name: ObservableAction
description: '"An observable action is a grouping of characteristics unique to something
that may be done or performed within the digital domain."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Action
mixins:
- Observable
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
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: ObservableAction
domain_of:
- UcoObject
range: string