Class: Analysis
"An analysis is an action of detailed examination of something in order to understand its nature, context or essential features."
URI: analysis:Analysis
classDiagram
class Analysis
Action <|-- Analysis
Analysis : actionCount
Analysis ..> non negative integer type : actionCount
Analysis : actionStatus
Analysis ..> ActionStatusTypeEnum : actionStatus
Analysis : createdBy
Analysis ..> string : createdBy
Analysis : description
Analysis ..> string : description
Analysis : endTime
Analysis ..> datetime : endTime
Analysis : environment
Analysis ..> UcoObject : environment
Analysis : error
Analysis ..> UcoObject : error
Analysis : externalReference
Analysis ..> string : externalReference
Analysis : hasFacet
Analysis ..> string : hasFacet
Analysis : instrument
Analysis ..> UcoObject : instrument
Analysis : location
Analysis ..> Location : location
Analysis : modifiedTime
Analysis ..> datetime : modifiedTime
Analysis : name
Analysis ..> string : name
Analysis : object
Analysis ..> UcoObject : object
Analysis : objectCreatedTime
Analysis ..> datetime : objectCreatedTime
Analysis : objectMarking
Analysis ..> MarkingDefinitionAbstraction : objectMarking
Analysis : participant
Analysis ..> UcoObject : participant
Analysis : performer
Analysis ..> UcoObject : performer
Analysis : result
Analysis ..> UcoObject : result
Analysis : specVersion
Analysis ..> string : specVersion
Analysis : startTime
Analysis ..> datetime : startTime
Analysis : subaction
Analysis ..> Action : subaction
Analysis : tag
Analysis ..> 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 |
Usages
used by | used in | type | used |
---|---|---|---|
AnalyticResult | originatingAnalysis | range | Analysis |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-analysis
Mappings
Mapping Type | Mapped Value |
---|---|
self | analysis:Analysis |
native | analysis:Analysis |
LinkML Source
Direct
name: Analysis
description: '"An analysis is an action of detailed examination of something in order
to understand its nature, context or essential features."'
from_schema: https://w3id.org/lmodel/uco-analysis
rank: 1000
is_a: Action
Induced
name: Analysis
description: '"An analysis is an action of detailed examination of something in order
to understand its nature, context or essential features."'
from_schema: https://w3id.org/lmodel/uco-analysis
rank: 1000
is_a: Action
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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
domain_of:
- 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: Analysis
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: Analysis
domain_of:
- 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: Analysis
domain_of:
- 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: Analysis
domain_of:
- 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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
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: Analysis
domain_of:
- 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: Analysis
domain_of:
- 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: Analysis
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: Analysis
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: Analysis
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: Analysis
domain_of:
- UcoObject
range: string