-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplannedprocess.yaml
74 lines (63 loc) · 1.79 KB
/
plannedprocess.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
id: https://w3id.org/linkml-common/plannedprocess
name: linkml-common-plannedprocess
title: linkml-common-plannedprocess
description: |-
Common Data Model Elements
license: MIT
see_also:
- https://linkml.github.io/linkml-common
prefixes:
linkml_common: https://w3id.org/linkml-common/
linkml: https://w3id.org/linkml/
biolink: https://w3id.org/biolink/
schema: http://schema.org/
OBI: http://purl.obolibrary.org/obo/OBI_
fhir: http://hl7.org/fhir/
default_prefix: linkml_common
default_range: string
imports:
- linkml:types
- measurements
- time
classes:
ExecutionOfProcedure:
is_a: Event
PlannedProcessConfiguration:
is_a: Intangible
PlannedProcess:
description: A process that follows a defined procedure or plan
is_a: ExecutionOfProcedure
attributes:
follows_procedure:
range: Procedure
uses_physical_device:
range: PhysicalDevice
uses_configuration:
range: PlannedProcessConfiguration
exact_mappings:
- OBI:0000011
ComputationalPlannedProcess:
description: >-
Application of a mathematical operation to one or more inputs to produce one or more outputs
is_a: PlannedProcess
attributes:
inputs:
range: Any
multivalued: true
description: The inputs to the operation
outputs:
range: Any
multivalued: true
description: The outputs of the operation
parts:
range: ComputationalPlannedProcess
multivalued: true
description: The parts of the process
immediate_preceding_steps:
range: ComputationalPlannedProcess
multivalued: true
description: The steps that immediately precede this step
MaterialCollection:
is_a: PlannedProcess
MaterialProcessing:
is_a: PlannedProcess