-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengineering.yaml
47 lines (38 loc) · 952 Bytes
/
engineering.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
id: https://w3id.org/linkml-common/engineering
name: linkml-common-engineering
title: linkml-common-engineering
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
- plannedprocess
classes:
EngineeringSpecification:
is_a: Procedure
RawMaterial:
is_a: PhysicalEntity
EngineeringProcess:
is_a: Event
attributes:
follows_procedure:
range: EngineeringSpecification
part_of:
range: EngineeringProcess
EngineeringMaterialProcessing:
is_a: MaterialProcessing
Equipment:
is_a: PhysicalEntity