Class: PlannedProcess
A process to realize a plan.
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class PlannedProcess
click PlannedProcess href "../PlannedProcess"
NamedThing <|-- PlannedProcess
click NamedThing href "../NamedThing"
PlannedProcess <|-- Investigation
click Investigation href "../Investigation"
PlannedProcess <|-- SpecimenCollection
click SpecimenCollection href "../SpecimenCollection"
PlannedProcess <|-- SpecimenProcessing
click SpecimenProcessing href "../SpecimenProcessing"
PlannedProcess <|-- Assay
click Assay href "../Assay"
PlannedProcess <|-- Assessment
click Assessment href "../Assessment"
PlannedProcess <|-- Simulation
click Simulation href "../Simulation"
PlannedProcess : akc_id
PlannedProcess : description
PlannedProcess : name
Inheritance
- AKObject
- NamedThing
- PlannedProcess
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
akc_id | 1 Uriorcurie |
A unique identifier for a thing in the AKC | AKObject |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:PlannedProcess |
native | ak_schema:PlannedProcess |
LinkML Source
Direct
name: PlannedProcess
description: A process to realize a plan.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
abstract: true
Induced
name: PlannedProcess
description: A process to realize a plan.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
abstract: true
attributes:
name:
name: name
description: A human-readable name for a thing
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: PlannedProcess
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: PlannedProcess
domain_of:
- NamedThing
range: string
akc_id:
name: akc_id
description: A unique identifier for a thing in the AKC.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: akc_id
owner: PlannedProcess
domain_of:
- AKObject
range: uriorcurie
required: true