range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -452,16 +456,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Agent
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -481,8 +488,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -362,16 +366,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: AutomatedAgent
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -391,8 +398,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -362,16 +366,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: BasicFoodType
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -391,8 +398,8 @@
classDiagram
+ class Building
+ Facility <|-- Building
+
+
+ Building <|-- PowerPlant
+
+
+ Building : classification
+
+ Building --> Concept : classification
+
+ Building : description
+
+ Building : id
+
+ Building : located_at_place
+
+ Building --> Place : located_at_place
+
+ Building : name
+
+ Building : ontology_types
+
+ Building --> Concept : ontology_types
+
+ Building : type
+
+
+
name: Building
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Facility
+attributes:
+ located_at_place:
+ name: located_at_place
+ description: The place where the entity is located
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: located_at_place
+ owner: Building
+ domain_of:
+ - Facility
+ - Building
+ range: Place
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: Building
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: Building
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: Building
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: Building
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: Building
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: Building
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BuiltEnvironmentFeature/index.html b/BuiltEnvironmentFeature/index.html
new file mode 100644
index 0000000..075c3ab
--- /dev/null
+++ b/BuiltEnvironmentFeature/index.html
@@ -0,0 +1,436 @@
+
+
+
+
+
+
+
+
+
+
+Class: BuiltEnvironmentFeature - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -408,16 +414,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: ClinicalCohort
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -437,8 +446,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -391,16 +395,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: ClinicalCohortDefinition
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -420,8 +427,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -518,16 +528,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: ClinicalCohortEnrollment
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -547,8 +560,8 @@
inlined_as_list: true
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/CompositeFoodType/index.html b/CompositeFoodType/index.html
index 1bba3f4..05904e8 100644
--- a/CompositeFoodType/index.html
+++ b/CompositeFoodType/index.html
@@ -205,6 +205,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -366,16 +370,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: CompositeFoodType
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -395,8 +402,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -691,16 +1249,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Concept
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -720,8 +1281,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -575,16 +593,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: CreativeWork
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -604,8 +625,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -386,16 +390,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: CurrencyConcept
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -415,8 +422,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -524,16 +528,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: DataGenerationFromSample
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -553,8 +560,8 @@
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/Dataset/index.html b/Dataset/index.html
index 6a36fd2..5282e05 100644
--- a/Dataset/index.html
+++ b/Dataset/index.html
@@ -207,6 +207,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -529,16 +535,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Dataset
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -558,8 +567,8 @@
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/ElectricalGrid/index.html b/ElectricalGrid/index.html
new file mode 100644
index 0000000..6662c45
--- /dev/null
+++ b/ElectricalGrid/index.html
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+
+
+
+
+Class: ElectricalGrid - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -503,16 +507,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: EngineeringMaterialProcessing
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -532,8 +539,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -530,16 +541,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: EngineeringProcess
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -559,8 +573,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -386,16 +396,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: EngineeringSpecification
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -415,8 +428,8 @@
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/EnvironmentalSite/index.html b/EnvironmentalSite/index.html
index 5995e51..e9167c5 100644
--- a/EnvironmentalSite/index.html
+++ b/EnvironmentalSite/index.html
@@ -214,6 +214,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -421,16 +425,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: EnvironmentalSite
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -450,8 +457,8 @@
domain_of:
- NamedThing
range: uriorcurie
+ required: true
name:
name: name
description: A human-readable name for a thing
@@ -494,7 +497,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -504,16 +509,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Event
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -533,8 +541,8 @@
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:ExtractiveIndustryEquipment
+
+
+
native
+
linkml_common:ExtractiveIndustryEquipment
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: ExtractiveIndustryEquipment
+description: The equipment used in extractive industry operations
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Equipment
+
+
+
+
Induced
+
+
name: ExtractiveIndustryEquipment
+description: The equipment used in extractive industry operations
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Equipment
+attributes:
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: ExtractiveIndustryEquipment
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ExtractiveIndustryFacility/index.html b/ExtractiveIndustryFacility/index.html
new file mode 100644
index 0000000..fbaf755
--- /dev/null
+++ b/ExtractiveIndustryFacility/index.html
@@ -0,0 +1,631 @@
+
+
+
+
+
+
+
+
+
+
+Class: ExtractiveIndustryFacility - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
LinkML Source
+
+
+
name: ExtractiveIndustryFacilityType
+from_schema: https://w3id.org/linkml/linkml-common
+rank: 1000
+permissible_values:
+ MINING_FACILITY:
+ text: MINING_FACILITY
+ description: A facility where mineral resources are extracted
+ WELL_FACILITY:
+ text: WELL_FACILITY
+ description: A facility where fluid resources are extracted
+ QUARRY_FACILITY:
+ text: QUARRY_FACILITY
+ description: A facility where stone, sand, or gravel are extracted
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
LinkML Source
+
+
+
name: ExtractiveIndustryProductType
+from_schema: https://w3id.org/linkml/linkml-common
+rank: 1000
+permissible_values:
+ MINERAL:
+ text: MINERAL
+ description: A solid inorganic substance
+ METAL:
+ text: METAL
+ description: A solid metallic substance
+ COAL:
+ text: COAL
+ description: A combustible black or brownish-black sedimentary rock
+ OIL:
+ text: OIL
+ description: A liquid petroleum resource
+ GAS:
+ text: GAS
+ description: A gaseous petroleum resource
+ STONE:
+ text: STONE
+ description: A solid aggregate of minerals
+ SAND:
+ text: SAND
+ description: A granular material composed of finely divided rock and mineral particles
+ GRAVEL:
+ text: GRAVEL
+ description: A loose aggregation of rock fragments
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:ExtractiveIndustryWaste
+
+
+
native
+
linkml_common:ExtractiveIndustryWaste
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: ExtractiveIndustryWaste
+description: Waste material generated from extractive industry operations
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+
+
+
+
Induced
+
+
name: ExtractiveIndustryWaste
+description: Waste material generated from extractive industry operations
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+attributes:
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: ExtractiveIndustryWaste
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Facility/index.html b/Facility/index.html
new file mode 100644
index 0000000..90c144d
--- /dev/null
+++ b/Facility/index.html
@@ -0,0 +1,462 @@
+
+
+
+
+
+
+
+
+
+
+Class: Facility - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
name: Facility
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: BuiltEnvironmentFeature
+attributes:
+ located_at_place:
+ name: located_at_place
+ description: The place where the entity is located
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: located_at_place
+ owner: Facility
+ domain_of:
+ - Facility
+ - Building
+ range: Place
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: Facility
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: Facility
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: Facility
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: Facility
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: Facility
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: Facility
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FinancialAccount/index.html b/FinancialAccount/index.html
index 6c14b82..43fb46f 100644
--- a/FinancialAccount/index.html
+++ b/FinancialAccount/index.html
@@ -318,18 +318,24 @@
Direct
description: The account number
from_schema: https://w3id.org/linkml-common/financial
rank: 1000
+ domain_of:
+ - FinancialAccount
range: string
bank:
name: bank
description: The bank that holds the account
from_schema: https://w3id.org/linkml-common/financial
rank: 1000
+ domain_of:
+ - FinancialAccount
range: Organization
account_holder:
name: account_holder
description: The person or organization that holds the account
from_schema: https://w3id.org/linkml-common/financial
rank: 1000
+ domain_of:
+ - FinancialAccount
range: Person
@@ -376,7 +382,9 @@
Induced
range: Person
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/FinancialProduct/index.html b/FinancialProduct/index.html
index 10a52d8..e954afb 100644
--- a/FinancialProduct/index.html
+++ b/FinancialProduct/index.html
@@ -295,7 +295,9 @@
Induced
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/FoodIngredient/index.html b/FoodIngredient/index.html
index da27cd3..24111b9 100644
--- a/FoodIngredient/index.html
+++ b/FoodIngredient/index.html
@@ -327,7 +327,9 @@
Induced
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/FoodProcessing/index.html b/FoodProcessing/index.html
index eb70872..d7589bf 100644
--- a/FoodProcessing/index.html
+++ b/FoodProcessing/index.html
@@ -210,6 +210,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -527,16 +531,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: FoodProcessing
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -556,8 +563,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -415,16 +423,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: FoodRecipe
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -444,8 +455,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -368,16 +372,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: FoodTypeConcept
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -397,8 +404,8 @@
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:FossilFuel
+
+
+
native
+
linkml_common:FossilFuel
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: FossilFuel
+description: A type of fossil fuel
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+
+
+
+
Induced
+
+
name: FossilFuel
+description: A type of fossil fuel
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+attributes:
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: FossilFuel
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: FossilFuel
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: FossilFuel
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: FossilFuel
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: FossilFuel
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: FossilFuel
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FossilFuelPlant/index.html b/FossilFuelPlant/index.html
new file mode 100644
index 0000000..f82fcb3
--- /dev/null
+++ b/FossilFuelPlant/index.html
@@ -0,0 +1,641 @@
+
+
+
+
+
+
+
+
+
+
+Class: FossilFuelPlant - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -519,16 +529,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: HealthcareConditionOccurrence
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -548,8 +561,8 @@
name: HealthcareEncounter
+description: An interaction between a patient and one or more healthcare providers
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- omopschema:VISIT_OCCURRENCE
is_a: Event
slot_usage:
- subtype:
- name: subtype
+ classification:
+ name: classification
domain_of:
- NamedThing
range: HealthcareEncounterClassification
@@ -545,7 +554,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -555,12 +566,15 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: HealthcareEncounter
domain_of:
- NamedThing
@@ -584,8 +598,8 @@
name: HealthcareOrganization
+description: An organization that provides healthcare services
from_schema: https://w3id.org/linkml/linkml-common
is_a: Organization
@@ -323,6 +327,7 @@
Direct
Induced
name: HealthcareOrganization
+description: An organization that provides healthcare services
from_schema: https://w3id.org/linkml/linkml-common
is_a: Organization
attributes:
@@ -352,7 +357,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -362,16 +369,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: HealthcareOrganization
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -391,8 +401,8 @@
range: Person
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/HealthcareRole/index.html b/HealthcareRole/index.html
index eeda8d1..ccafacd 100644
--- a/HealthcareRole/index.html
+++ b/HealthcareRole/index.html
@@ -296,6 +296,8 @@
range: Person
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/HealthcareSite/index.html b/HealthcareSite/index.html
index 5fc7c5e..90ca6b3 100644
--- a/HealthcareSite/index.html
+++ b/HealthcareSite/index.html
@@ -218,6 +218,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -450,16 +454,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: HealthcareSite
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -479,8 +486,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -382,16 +386,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: InformationEntity
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -411,8 +418,8 @@
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/Investigation/index.html b/Investigation/index.html
index c6231c7..e10e355 100644
--- a/Investigation/index.html
+++ b/Investigation/index.html
@@ -210,6 +210,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -451,16 +459,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Investigation
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -480,8 +491,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -541,16 +552,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: InvestigativeProcess
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -570,8 +584,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -398,16 +445,23 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ annotations:
+ recommended_value_set_bindings:
+ tag: recommended_value_set_bindings
+ value: linkml_common:InvestigativeProtocolEnum
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: InvestigativeProtocol
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -427,8 +481,8 @@
domain_of:
- Place
range: GeoPointLocation
- required: true
+ recommended: true
bounding_coordinates:
name: bounding_coordinates
description: The bounding coordinates of the place
@@ -436,7 +462,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -446,16 +474,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Landform
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -475,8 +506,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -458,16 +462,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: LifeEvent
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -487,8 +494,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -500,16 +504,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: MaterialCollection
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -529,8 +536,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -511,16 +515,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: MaterialProcessing
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -540,8 +547,8 @@
description: The quantity being measured
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
+ domain_of:
+ - Measurement
range: Quantity
variable_measured:
name: variable_measured
description: The variable being measured
from_schema: https://w3id.org/linkml-common/meaurements
rank: 1000
+ domain_of:
+ - Measurement
range: Variable
@@ -333,7 +337,9 @@
Induced
range: Variable
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/MiningFacility/index.html b/MiningFacility/index.html
new file mode 100644
index 0000000..6e80443
--- /dev/null
+++ b/MiningFacility/index.html
@@ -0,0 +1,658 @@
+
+
+
+
+
+
+
+
+
+
+Class: MiningFacility - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
name: MoneyQuantity
description: A quantity of money
from_schema: https://w3id.org/linkml/linkml-common
-is_a: Quantity
+is_a: SimpleQuantity
attributes:
value:
name: value
description: The value of the quantity
from_schema: https://w3id.org/linkml-common/financial
+ domain_of:
+ - SimpleQuantity
+ - MoneyQuantity
range: float
unit:
name: unit
description: The currency of the quantity
from_schema: https://w3id.org/linkml-common/financial
+ domain_of:
+ - SimpleQuantity
+ - MoneyQuantity
role: currency
range: CurrencyConcept
class_uri: fhir:MoneyQuantity
@@ -323,7 +434,7 @@
Induced
name: MoneyQuantity
description: A quantity of money
from_schema: https://w3id.org/linkml/linkml-common
-is_a: Quantity
+is_a: SimpleQuantity
attributes:
value:
name: value
@@ -358,7 +469,9 @@
Induced
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/NamedThing/index.html b/NamedThing/index.html
index 80a3a12..32b7b96 100644
--- a/NamedThing/index.html
+++ b/NamedThing/index.html
@@ -211,7 +211,6 @@
A precise classification of the thing, using a concept from an ontology, cont...
direct
@@ -367,7 +373,7 @@
Direct
- id
- name
- type
-- subtype
+- classification
- ontology_types
- description
@@ -405,7 +411,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -415,16 +423,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: NamedThing
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -444,8 +455,8 @@
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:NuclearPlant
+
+
+
native
+
linkml_common:NuclearPlant
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: NuclearPlant
+description: A nuclear power plant
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: PowerPlant
+
+
+
+
Induced
+
+
name: NuclearPlant
+description: A nuclear power plant
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: PowerPlant
+attributes:
+ plant_type:
+ name: plant_type
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: plant_type
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: PowerPlantType
+ location:
+ name: location
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: location
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: Place
+ operator:
+ name: operator
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: operator
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ - ExtractiveIndustryFacility
+ range: Organization
+ capacity:
+ name: capacity
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: capacity
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: SimpleQuantity
+ commissioning_date:
+ name: commissioning_date
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: commissioning_date
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: date
+ decommissioning_date:
+ name: decommissioning_date
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: decommissioning_date
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: date
+ capex:
+ name: capex
+ description: Capital expenditure for the plant
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: capex
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: MoneyQuantity
+ opex:
+ name: opex
+ description: Operating expense for the plant
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: opex
+ owner: NuclearPlant
+ domain_of:
+ - PowerPlant
+ range: MoneyQuantity
+ located_at_place:
+ name: located_at_place
+ description: The place where the entity is located
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: located_at_place
+ owner: NuclearPlant
+ domain_of:
+ - Facility
+ - Building
+ range: Place
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: NuclearPlant
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: NuclearPlant
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: NuclearPlant
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: NuclearPlant
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: NuclearPlant
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: NuclearPlant
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Observation/index.html b/Observation/index.html
index c67c26b..1db4ee7 100644
--- a/Observation/index.html
+++ b/Observation/index.html
@@ -287,7 +287,9 @@
Induced
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/Organization/index.html b/Organization/index.html
index b45785d..50fa93c 100644
--- a/Organization/index.html
+++ b/Organization/index.html
@@ -215,6 +215,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -401,16 +471,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Organization
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -430,8 +503,8 @@
range: Person
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/Person/index.html b/Person/index.html
index cb13e9a..6723283 100644
--- a/Person/index.html
+++ b/Person/index.html
@@ -215,6 +215,10 @@
Class: Person
Person : birth_date
+ Person : classification
+
+ Person --> Concept : classification
+
Person : description
Person : id
@@ -227,8 +231,6 @@
Class: Person
Person : primary_email
- Person : subtype
-
Person : type
Person : vital_status
@@ -304,9 +306,9 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -506,16 +510,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Person
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -535,8 +542,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -428,16 +432,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: PhysicalDevice
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -457,8 +464,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -434,16 +576,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Place
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -463,8 +608,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -529,16 +539,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: PlannedProcess
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -558,8 +571,8 @@
exact_mappings:
- omopschema:address_1
rank: 1000
+ domain_of:
+ - PostalAddress
street_address_additional:
name: street_address_additional
from_schema: https://w3id.org/linkml-common/geography
exact_mappings:
- omopschema:address_2
rank: 1000
+ domain_of:
+ - PostalAddress
city:
name: city
description: The city
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
+ domain_of:
+ - PostalAddress
state:
name: state
description: The state
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
+ domain_of:
+ - PostalAddress
postal_code:
name: postal_code
description: The postal code or zip code
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
+ domain_of:
+ - PostalAddress
country:
name: country
description: The country
from_schema: https://w3id.org/linkml-common/geography
rank: 1000
+ domain_of:
+ - PostalAddress
class_uri: schema:PostalAddress
@@ -476,7 +488,9 @@
Induced
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/PowerPlant/index.html b/PowerPlant/index.html
new file mode 100644
index 0000000..971bd61
--- /dev/null
+++ b/PowerPlant/index.html
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+
+
+
+
+Class: PowerPlant - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:PowerPlantType
+
+
+
native
+
linkml_common:PowerPlantType
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: PowerPlantType
+description: The type of power plant
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+
+
+
+
Induced
+
+
name: PowerPlantType
+description: The type of power plant
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: Concept
+attributes:
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: PowerPlantType
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: PowerPlantType
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: PowerPlantType
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: PowerPlantType
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: PowerPlantType
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: PowerPlantType
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Procedure/index.html b/Procedure/index.html
index a2d53d4..15edeb9 100644
--- a/Procedure/index.html
+++ b/Procedure/index.html
@@ -214,9 +214,13 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -429,16 +433,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Procedure
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -458,8 +465,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -502,16 +506,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Publication
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -531,8 +538,8 @@
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/QuantityKind/index.html b/QuantityKind/index.html
index ca736b9..dda8b46 100644
--- a/QuantityKind/index.html
+++ b/QuantityKind/index.html
@@ -210,6 +210,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -423,16 +427,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: QuantityKind
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -452,8 +459,8 @@
description: The lower bound of the range
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
+ domain_of:
+ - QuantityRange
range: Quantity
upper_bound:
name: upper_bound
description: The upper bound of the range
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
+ domain_of:
+ - QuantityRange
range: Quantity
class_uri: fhir:Range
@@ -337,7 +341,9 @@
Induced
range: Quantity
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/QuarryFacility/index.html b/QuarryFacility/index.html
new file mode 100644
index 0000000..95321d2
--- /dev/null
+++ b/QuarryFacility/index.html
@@ -0,0 +1,577 @@
+
+
+
+
+
+
+
+
+
+
+Class: QuarryFacility - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:QuarryFacility
+
+
+
native
+
linkml_common:QuarryFacility
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: QuarryFacility
+description: A facility where stone, sand, or gravel are extracted from the earth
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: ExtractiveIndustryFacility
+
+
+
+
Induced
+
+
name: QuarryFacility
+description: A facility where stone, sand, or gravel are extracted from the earth
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: ExtractiveIndustryFacility
+attributes:
+ facility_type:
+ name: facility_type
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ rank: 1000
+ alias: facility_type
+ owner: QuarryFacility
+ domain_of:
+ - ExtractiveIndustryFacility
+ range: ExtractiveIndustryFacilityType
+ operator:
+ name: operator
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ alias: operator
+ owner: QuarryFacility
+ domain_of:
+ - PowerPlant
+ - ExtractiveIndustryFacility
+ range: Organization
+ products:
+ name: products
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ rank: 1000
+ multivalued: true
+ alias: products
+ owner: QuarryFacility
+ domain_of:
+ - ExtractiveIndustryFacility
+ range: ExtractiveIndustryProduct
+ inlined: true
+ inlined_as_list: true
+ production_capacity:
+ name: production_capacity
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ rank: 1000
+ alias: production_capacity
+ owner: QuarryFacility
+ domain_of:
+ - ExtractiveIndustryFacility
+ range: SimpleQuantity
+ annual_production:
+ name: annual_production
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ rank: 1000
+ alias: annual_production
+ owner: QuarryFacility
+ domain_of:
+ - ExtractiveIndustryFacility
+ range: SimpleQuantity
+ reserves:
+ name: reserves
+ from_schema: https://w3id.org/linkml-common/extractiveindustry
+ rank: 1000
+ alias: reserves
+ owner: QuarryFacility
+ domain_of:
+ - ExtractiveIndustryFacility
+ range: SimpleQuantity
+ located_at_place:
+ name: located_at_place
+ description: The place where the entity is located
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: located_at_place
+ owner: QuarryFacility
+ domain_of:
+ - Facility
+ - Building
+ range: Place
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: QuarryFacility
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: QuarryFacility
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: QuarryFacility
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: QuarryFacility
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: QuarryFacility
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: QuarryFacility
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Ratio/index.html b/Ratio/index.html
index e178cf1..bbbae27 100644
--- a/Ratio/index.html
+++ b/Ratio/index.html
@@ -310,12 +310,16 @@
Direct
description: The numerator of the ratio
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
+ domain_of:
+ - Ratio
range: Quantity
denominator:
name: denominator
description: The denominator of the ratio
from_schema: https://w3id.org/linkml-common/quantities
rank: 1000
+ domain_of:
+ - Ratio
range: Quantity
class_uri: fhir:Ratio
@@ -360,7 +364,9 @@
Induced
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/RawMaterial/index.html b/RawMaterial/index.html
index ba1118b..70c7fa0 100644
--- a/RawMaterial/index.html
+++ b/RawMaterial/index.html
@@ -205,6 +205,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -356,16 +360,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: RawMaterial
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -385,8 +392,8 @@
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/RenewablePlant/index.html b/RenewablePlant/index.html
new file mode 100644
index 0000000..0691699
--- /dev/null
+++ b/RenewablePlant/index.html
@@ -0,0 +1,625 @@
+
+
+
+
+
+
+
+
+
+
+Class: RenewablePlant - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
Mappings
+
+
+
+
Mapping Type
+
Mapped Value
+
+
+
+
+
self
+
linkml_common:RenewablePlant
+
+
+
native
+
linkml_common:RenewablePlant
+
+
+
+
LinkML Source
+
+
Direct
+
+
name: RenewablePlant
+description: A power plant that uses renewable energy sources
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: PowerPlant
+
+
+
+
Induced
+
+
name: RenewablePlant
+description: A power plant that uses renewable energy sources
+from_schema: https://w3id.org/linkml/linkml-common
+is_a: PowerPlant
+attributes:
+ plant_type:
+ name: plant_type
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: plant_type
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: PowerPlantType
+ location:
+ name: location
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: location
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: Place
+ operator:
+ name: operator
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: operator
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ - ExtractiveIndustryFacility
+ range: Organization
+ capacity:
+ name: capacity
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: capacity
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: SimpleQuantity
+ commissioning_date:
+ name: commissioning_date
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: commissioning_date
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: date
+ decommissioning_date:
+ name: decommissioning_date
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: decommissioning_date
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: date
+ capex:
+ name: capex
+ description: Capital expenditure for the plant
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: capex
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: MoneyQuantity
+ opex:
+ name: opex
+ description: Operating expense for the plant
+ from_schema: https://w3id.org/linkml-common/energytechnology
+ rank: 1000
+ alias: opex
+ owner: RenewablePlant
+ domain_of:
+ - PowerPlant
+ range: MoneyQuantity
+ located_at_place:
+ name: located_at_place
+ description: The place where the entity is located
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: located_at_place
+ owner: RenewablePlant
+ domain_of:
+ - Facility
+ - Building
+ range: Place
+ id:
+ name: id
+ description: A unique identifier for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:identifier
+ identifier: true
+ alias: id
+ owner: RenewablePlant
+ domain_of:
+ - NamedThing
+ range: uriorcurie
+ required: true
+ name:
+ name: name
+ description: A human-readable name for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:name
+ alias: name
+ owner: RenewablePlant
+ domain_of:
+ - NamedThing
+ range: string
+ type:
+ name: type
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ designates_type: true
+ alias: type
+ owner: RenewablePlant
+ domain_of:
+ - Entity
+ - NamedThing
+ range: string
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ alias: classification
+ owner: RenewablePlant
+ domain_of:
+ - NamedThing
+ range: Concept
+ ontology_types:
+ name: ontology_types
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ multivalued: true
+ alias: ontology_types
+ owner: RenewablePlant
+ domain_of:
+ - NamedThing
+ range: Concept
+ description:
+ name: description
+ description: A human-readable description for a thing
+ from_schema: https://w3id.org/linkml/linkml-common
+ rank: 1000
+ slot_uri: schema:description
+ alias: description
+ owner: RenewablePlant
+ domain_of:
+ - NamedThing
+ - TimePoint
+ range: string
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Role/index.html b/Role/index.html
index efbb84f..0d70614 100644
--- a/Role/index.html
+++ b/Role/index.html
@@ -301,7 +301,9 @@
Induced
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/SampleCollectionProcess/index.html b/SampleCollectionProcess/index.html
index 2e1f0d8..3e9e64f 100644
--- a/SampleCollectionProcess/index.html
+++ b/SampleCollectionProcess/index.html
@@ -205,6 +205,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -581,16 +589,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: SampleCollectionProcess
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -610,8 +621,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -380,16 +384,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: SampleMaterial
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -409,8 +416,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -503,16 +507,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: SampleProcessing
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -532,8 +539,8 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Service/index.html b/Service/index.html
index 09459fe..5afbefc 100644
--- a/Service/index.html
+++ b/Service/index.html
@@ -298,7 +298,9 @@
Induced
attributes:
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/SimpleQuantity/index.html b/SimpleQuantity/index.html
index 9035432..f3c5c90 100644
--- a/SimpleQuantity/index.html
+++ b/SimpleQuantity/index.html
@@ -152,6 +152,11 @@
range: QuantityKind
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/SolarPlant/index.html b/SolarPlant/index.html
new file mode 100644
index 0000000..bd5ca00
--- /dev/null
+++ b/SolarPlant/index.html
@@ -0,0 +1,617 @@
+
+
+
+
+
+
+
+
+
+
+Class: SolarPlant - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -374,16 +378,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: Specification
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -403,8 +410,8 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -362,16 +384,23 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ annotations:
+ recommended_value_set_bindings:
+ tag: recommended_value_set_bindings
+ value: linkml_common:StudyDesignEnum
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: StudyDesign
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -391,8 +420,8 @@
range: TimePoint
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/TemporalRelationship/index.html b/TemporalRelationship/index.html
index 7e7d7de..ae577c6 100644
--- a/TemporalRelationship/index.html
+++ b/TemporalRelationship/index.html
@@ -250,7 +250,7 @@
description: The relationship between the two time points
from_schema: https://w3id.org/linkml-common/time
rank: 1000
+ domain_of:
+ - TemporalRelationship
range: RelativeTimeEnum
relative_to:
name: relative_to
from_schema: https://w3id.org/linkml-common/time
rank: 1000
+ domain_of:
+ - TemporalRelationship
range: Entity
any_of:
- range: TimePoint
@@ -345,7 +349,9 @@
Induced
- range: Event
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/TimePoint/index.html b/TimePoint/index.html
index bcc8d07..d553dd0 100644
--- a/TimePoint/index.html
+++ b/TimePoint/index.html
@@ -329,307 +329,307 @@
range: TimePoint
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/TimePointOrTemporalInterval/index.html b/TimePointOrTemporalInterval/index.html
index d14e186..9f7c61d 100644
--- a/TimePointOrTemporalInterval/index.html
+++ b/TimePointOrTemporalInterval/index.html
@@ -334,7 +334,9 @@
Induced
range: TimePoint
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/UnitConcept/index.html b/UnitConcept/index.html
index 9cc3ac3..d078984 100644
--- a/UnitConcept/index.html
+++ b/UnitConcept/index.html
@@ -215,6 +215,10 @@
range: string
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
@@ -415,16 +419,19 @@
Induced
- Entity
- NamedThing
range: string
- subtype:
- name: subtype
- description: An enum with a more specific type
+ classification:
+ name: classification
+ description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
+ to restrict the range of values which this slot can take, using `values_from`,
+ or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
- alias: subtype
+ alias: classification
owner: UnitConcept
domain_of:
- NamedThing
- range: string
+ range: Concept
ontology_types:
name: ontology_types
from_schema: https://w3id.org/linkml/linkml-common
@@ -444,8 +451,8 @@
range: UnitConcept
type:
name: type
- description: A type for a thing
+ description: A type for a thing. The range of this should be a class within the
+ schema. It is intended for schema-based classification. Anything beneath the
+ shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/WellFacility/index.html b/WellFacility/index.html
new file mode 100644
index 0000000..299dab3
--- /dev/null
+++ b/WellFacility/index.html
@@ -0,0 +1,632 @@
+
+
+
+
+
+
+
+
+
+
+Class: WellFacility - linkml-common
+
+
+
+
+
+
+
+
+
+
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
LinkML Source
+
+
+
name: WellType
+from_schema: https://w3id.org/linkml/linkml-common
+rank: 1000
+permissible_values:
+ OIL:
+ text: OIL
+ description: A well that primarily extracts crude oil
+ GAS:
+ text: GAS
+ description: A well that primarily extracts natural gas
+ WATER:
+ text: WATER
+ description: A well that extracts water for various purposes
+ INJECTION:
+ text: INJECTION
+ description: A well used to inject fluids into underground formations
+
+
A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using values_from, or bindings.
name: subtype
-description: An enum with a more specific type
+
name: classification
+description: A precise classification of the thing, using a concept from an ontology,
+ controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to
+ restrict the range of values which this slot can take, using `values_from`, or bindings.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
-alias: subtype
+alias: classification
domain_of:
- NamedThing
-range: string
+range: Concept
from schema: https://w3id.org/linkml/linkml-common
+
+
LinkML Source
+
+
+
name: dam
+description: The dam used by the hydroelectric plant
+from_schema: https://w3id.org/linkml/linkml-common
+rank: 1000
+alias: dam
+owner: HydroelectricPlant
+domain_of:
+- HydroelectricPlant
+range: Landform
+
+
from schema: https://w3id.org/linkml/linkml-common
+
+
LinkML Source
+
+
+
name: located_at_place
+description: The place where the entity is located
+from_schema: https://w3id.org/linkml/linkml-common
+rank: 1000
+alias: located_at_place
+domain_of:
+- Facility
+- Building
+range: Place
+
+
The most generic kind of creative work, including books, movies, photographs,...
no
diff --git a/search/search_index.json b/search/search_index.json
index 6fd6daa..5cf75a4 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"linkml-common Common Data Model Elements URI: https://w3id.org/linkml/linkml-common Name: linkml-common Classes Class Description Any None Entity A physical, digital, conceptual, or other kind of thing with some common characteristics Intangible An entity that is not a physical object, process, or information Collection A group of things. The collection may be heterogeneous or homogeneous. DataStructure None Quantity None Duration A length of time FoodIngredient None MoneyQuantity A quantity of money Ratio A tuple of two quantities SimpleQuantity A quantity is a property that can be measured or counted QuantityRange A quantity range is a property that can be measured or counted Relationship None TemporalRelationship A relationship to another time point Role None HealthcareRole None HealthcareProvider None Patient None Service A service provided by an organization FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. FinancialAccount A bank account TimePointOrTemporalInterval None TemporalInterval A period of time TimePoint A point in time. Can be fully specified, or specified in relative terms. NamedThing None Agent Represents an Agent AutomatedAgent Represents an Automated Agent Organization Represents an Organization HealthcareOrganization None Person Represents a Person ClinicalCohort A group of patients who share a common set of characteristics ClinicalCohortDefinition A definition of a clinical cohort Concept None CurrencyConcept A currency FoodTypeConcept None BasicFoodType None CompositeFoodType None QuantityKind None UnitConcept None CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. Dataset None Publication None Event A thing that happens ClinicalCohortEnrollment An event relating a patient to a clinical cohort EngineeringProcess None HealthcareConditionOccurrence None HealthcareEncounter None LifeEvent None PlannedProcess A process that follows a defined procedure or plan InvestigativeProcess None DataGenerationFromSample None SampleCollectionProcess None MaterialCollection None MaterialProcessing None EngineeringMaterialProcessing None FoodProcessing None SampleProcessing None InformationEntity An entity that describes some information Investigation None PhysicalDevice None Place Entities that have a somewhat fixed, physical extension. EnvironmentalSite A location or site that is the subject of environmental monitoring HealthcareSite None Landform A natural feature of the solid surface of the Earth or other planetary body RawMaterial None SampleMaterial None Specification A specification of a thing Procedure A canonical series of actions conducted in a certain order or manner EngineeringSpecification None FoodRecipe None InvestigativeProtocol None StudyDesign None Observation A statement about the state of something Measurement None PostalAddress Represents an Address Variable None EnvironmentalProcess None EnvironmentalMonitoring None Location None GeoBoxLocation None PointLocation None GeoPointLocation None MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs UnitConversionOperation A unit conversion operation Slots Slot Description abstract A summary of the item account_holder The person or organization that holds the account account_number The account number address age_in_years Number of years since birth allowed_units The units that are allowed for this variable altitude The altitude of the location bank The bank that holds the account birth_date Date on which a person is born bounding_coordinates The bounding coordinates of the place care_site city The city cohort collected_as_part_of collected_from contacts A contact point for a person or organization contributors A person or organization that contributed to the creation of the work country The country creators The person or organization who created the work date_value datetime_value definition denominator The denominator of the ratio describes The thing that is being described description A human-readable description for a thing east_bounding_coordinate The easternmost coordinate of the location ends_at follows_procedure geolocation The geolocation of the place happens_at has_duration has_interval has_quantity_kind The kind of quantity id A unique identifier for a thing immediate_preceding_steps The steps that immediately precede this step ingredients inputs The inputs to the operation is_person keywords Keywords or tags used to describe this item latitude The latitude of the location longitude The longitude of the location lower_bound The lower bound of the range marker_event material_collected members The members of the collection name A human-readable name for a thing north_bounding_coordinate The northernmost coordinate of the location numerator The numerator of the ratio object The object of a relationship objectives observed_during ontology_types outputs The outputs of the operation part_of parts The parts of the process patient postal_code The postal code or zip code predicate The relationship between the two time points primary_email The main email address of a person provider quantity_measured The quantity being measured relative_to rights Information about rights held in and over the item south_bounding_coordinate The southernmost coordinate of the location speciality starts_at state The state steps street_address The street address street_address_additional subject The subject of a relationship subtype An enum with a more specific type time_value title The title of the item type A type for a thing unit upper_bound The upper bound of the range uses_physical_device value The value of the quantity variable_measured The variable being measured variables vital_status living or dead status west_bounding_coordinate The westernmost coordinate of the location year_value Enumerations Enumeration Description CaseOrControlEnum HealthcareEncounterClassification HumanLanguageCodeEnum An enumeration of languages PersonStatus RelativeTimeEnum StudyDesignEnum Types Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE Subsets Subset Description","title":"Index"},{"location":"#linkml-common","text":"Common Data Model Elements URI: https://w3id.org/linkml/linkml-common Name: linkml-common","title":"linkml-common"},{"location":"#classes","text":"Class Description Any None Entity A physical, digital, conceptual, or other kind of thing with some common characteristics Intangible An entity that is not a physical object, process, or information Collection A group of things. The collection may be heterogeneous or homogeneous. DataStructure None Quantity None Duration A length of time FoodIngredient None MoneyQuantity A quantity of money Ratio A tuple of two quantities SimpleQuantity A quantity is a property that can be measured or counted QuantityRange A quantity range is a property that can be measured or counted Relationship None TemporalRelationship A relationship to another time point Role None HealthcareRole None HealthcareProvider None Patient None Service A service provided by an organization FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. FinancialAccount A bank account TimePointOrTemporalInterval None TemporalInterval A period of time TimePoint A point in time. Can be fully specified, or specified in relative terms. NamedThing None Agent Represents an Agent AutomatedAgent Represents an Automated Agent Organization Represents an Organization HealthcareOrganization None Person Represents a Person ClinicalCohort A group of patients who share a common set of characteristics ClinicalCohortDefinition A definition of a clinical cohort Concept None CurrencyConcept A currency FoodTypeConcept None BasicFoodType None CompositeFoodType None QuantityKind None UnitConcept None CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. Dataset None Publication None Event A thing that happens ClinicalCohortEnrollment An event relating a patient to a clinical cohort EngineeringProcess None HealthcareConditionOccurrence None HealthcareEncounter None LifeEvent None PlannedProcess A process that follows a defined procedure or plan InvestigativeProcess None DataGenerationFromSample None SampleCollectionProcess None MaterialCollection None MaterialProcessing None EngineeringMaterialProcessing None FoodProcessing None SampleProcessing None InformationEntity An entity that describes some information Investigation None PhysicalDevice None Place Entities that have a somewhat fixed, physical extension. EnvironmentalSite A location or site that is the subject of environmental monitoring HealthcareSite None Landform A natural feature of the solid surface of the Earth or other planetary body RawMaterial None SampleMaterial None Specification A specification of a thing Procedure A canonical series of actions conducted in a certain order or manner EngineeringSpecification None FoodRecipe None InvestigativeProtocol None StudyDesign None Observation A statement about the state of something Measurement None PostalAddress Represents an Address Variable None EnvironmentalProcess None EnvironmentalMonitoring None Location None GeoBoxLocation None PointLocation None GeoPointLocation None MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs UnitConversionOperation A unit conversion operation","title":"Classes"},{"location":"#slots","text":"Slot Description abstract A summary of the item account_holder The person or organization that holds the account account_number The account number address age_in_years Number of years since birth allowed_units The units that are allowed for this variable altitude The altitude of the location bank The bank that holds the account birth_date Date on which a person is born bounding_coordinates The bounding coordinates of the place care_site city The city cohort collected_as_part_of collected_from contacts A contact point for a person or organization contributors A person or organization that contributed to the creation of the work country The country creators The person or organization who created the work date_value datetime_value definition denominator The denominator of the ratio describes The thing that is being described description A human-readable description for a thing east_bounding_coordinate The easternmost coordinate of the location ends_at follows_procedure geolocation The geolocation of the place happens_at has_duration has_interval has_quantity_kind The kind of quantity id A unique identifier for a thing immediate_preceding_steps The steps that immediately precede this step ingredients inputs The inputs to the operation is_person keywords Keywords or tags used to describe this item latitude The latitude of the location longitude The longitude of the location lower_bound The lower bound of the range marker_event material_collected members The members of the collection name A human-readable name for a thing north_bounding_coordinate The northernmost coordinate of the location numerator The numerator of the ratio object The object of a relationship objectives observed_during ontology_types outputs The outputs of the operation part_of parts The parts of the process patient postal_code The postal code or zip code predicate The relationship between the two time points primary_email The main email address of a person provider quantity_measured The quantity being measured relative_to rights Information about rights held in and over the item south_bounding_coordinate The southernmost coordinate of the location speciality starts_at state The state steps street_address The street address street_address_additional subject The subject of a relationship subtype An enum with a more specific type time_value title The title of the item type A type for a thing unit upper_bound The upper bound of the range uses_physical_device value The value of the quantity variable_measured The variable being measured variables vital_status living or dead status west_bounding_coordinate The westernmost coordinate of the location year_value","title":"Slots"},{"location":"#enumerations","text":"Enumeration Description CaseOrControlEnum HealthcareEncounterClassification HumanLanguageCodeEnum An enumeration of languages PersonStatus RelativeTimeEnum StudyDesignEnum","title":"Enumerations"},{"location":"#types","text":"Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE","title":"Types"},{"location":"#subsets","text":"Subset Description","title":"Subsets"},{"location":"Agent/","text":"Class: Agent Represents an Agent URI: linkml_common:Agent classDiagram class Agent NamedThing <|-- Agent Agent <|-- Person Agent <|-- Organization Agent <|-- AutomatedAgent Agent : description Agent : id Agent : name Agent : ontology_types Agent --> Concept : ontology_types Agent : subtype Agent : type Inheritance Entity NamedThing Agent Person Organization AutomatedAgent Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used CreativeWork creators range Agent CreativeWork contributors range Agent CreativeWork contacts range Agent Dataset creators range Agent Dataset contributors range Agent Dataset contacts range Agent Publication creators range Agent Publication contributors range Agent Publication contacts range Agent Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Agent native linkml_common:Agent exact prov:Agent, fibo.commons.PartiesAndSituations:Agent LinkML Source Direct name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing Induced name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Agent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Agent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Agent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Agent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Agent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Agent domain_of: - TimePoint - NamedThing range: string","title":"Class: Agent"},{"location":"Agent/#class-agent","text":"Represents an Agent URI: linkml_common:Agent classDiagram class Agent NamedThing <|-- Agent Agent <|-- Person Agent <|-- Organization Agent <|-- AutomatedAgent Agent : description Agent : id Agent : name Agent : ontology_types Agent --> Concept : ontology_types Agent : subtype Agent : type","title":"Class: Agent"},{"location":"Agent/#inheritance","text":"Entity NamedThing Agent Person Organization AutomatedAgent","title":"Inheritance"},{"location":"Agent/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Agent/#usages","text":"used by used in type used CreativeWork creators range Agent CreativeWork contributors range Agent CreativeWork contacts range Agent Dataset creators range Agent Dataset contributors range Agent Dataset contacts range Agent Publication creators range Agent Publication contributors range Agent Publication contacts range Agent","title":"Usages"},{"location":"Agent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Agent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Agent/#mappings","text":"Mapping Type Mapped Value self linkml_common:Agent native linkml_common:Agent exact prov:Agent, fibo.commons.PartiesAndSituations:Agent","title":"Mappings"},{"location":"Agent/#linkml-source","text":"","title":"LinkML Source"},{"location":"Agent/#direct","text":"name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing","title":"Direct"},{"location":"Agent/#induced","text":"name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Agent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Agent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Agent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Agent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Agent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Agent domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Any/","text":"Class: Any URI: linkml:Any classDiagram class Any Slots Name Cardinality and Range Description Inheritance Usages used by used in type used InformationEntity describes range Any MathematicalOperation inputs range Any MathematicalOperation outputs range Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml:Any native linkml_common:Any LinkML Source Direct name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any Induced name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Class: Any"},{"location":"Any/#class-any","text":"URI: linkml:Any classDiagram class Any","title":"Class: Any"},{"location":"Any/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"Any/#usages","text":"used by used in type used InformationEntity describes range Any MathematicalOperation inputs range Any MathematicalOperation outputs range Any","title":"Usages"},{"location":"Any/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Any/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Any/#mappings","text":"Mapping Type Mapped Value self linkml:Any native linkml_common:Any","title":"Mappings"},{"location":"Any/#linkml-source","text":"","title":"LinkML Source"},{"location":"Any/#direct","text":"name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Direct"},{"location":"Any/#induced","text":"name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Induced"},{"location":"AutomatedAgent/","text":"Class: AutomatedAgent Represents an Automated Agent URI: linkml_common:AutomatedAgent classDiagram class AutomatedAgent Agent <|-- AutomatedAgent AutomatedAgent : description AutomatedAgent : id AutomatedAgent : name AutomatedAgent : ontology_types AutomatedAgent --> Concept : ontology_types AutomatedAgent : subtype AutomatedAgent : type Inheritance Entity NamedThing Agent AutomatedAgent Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:AutomatedAgent native linkml_common:AutomatedAgent LinkML Source Direct name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent Induced name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: AutomatedAgent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: AutomatedAgent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: AutomatedAgent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: AutomatedAgent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: AutomatedAgent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: AutomatedAgent domain_of: - TimePoint - NamedThing range: string","title":"Class: AutomatedAgent"},{"location":"AutomatedAgent/#class-automatedagent","text":"Represents an Automated Agent URI: linkml_common:AutomatedAgent classDiagram class AutomatedAgent Agent <|-- AutomatedAgent AutomatedAgent : description AutomatedAgent : id AutomatedAgent : name AutomatedAgent : ontology_types AutomatedAgent --> Concept : ontology_types AutomatedAgent : subtype AutomatedAgent : type","title":"Class: AutomatedAgent"},{"location":"AutomatedAgent/#inheritance","text":"Entity NamedThing Agent AutomatedAgent","title":"Inheritance"},{"location":"AutomatedAgent/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"AutomatedAgent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"AutomatedAgent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"AutomatedAgent/#mappings","text":"Mapping Type Mapped Value self linkml_common:AutomatedAgent native linkml_common:AutomatedAgent","title":"Mappings"},{"location":"AutomatedAgent/#linkml-source","text":"","title":"LinkML Source"},{"location":"AutomatedAgent/#direct","text":"name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent","title":"Direct"},{"location":"AutomatedAgent/#induced","text":"name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: AutomatedAgent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: AutomatedAgent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: AutomatedAgent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: AutomatedAgent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: AutomatedAgent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: AutomatedAgent domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"BasicFoodType/","text":"Class: BasicFoodType URI: linkml_common:BasicFoodType classDiagram class BasicFoodType FoodTypeConcept <|-- BasicFoodType BasicFoodType : description BasicFoodType : id BasicFoodType : name BasicFoodType : ontology_types BasicFoodType --> Concept : ontology_types BasicFoodType : subtype BasicFoodType : type Inheritance Entity NamedThing Concept FoodTypeConcept BasicFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:BasicFoodType native linkml_common:BasicFoodType LinkML Source Direct name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept Induced name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BasicFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BasicFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BasicFoodType domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: BasicFoodType domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BasicFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BasicFoodType domain_of: - TimePoint - NamedThing range: string","title":"Class: BasicFoodType"},{"location":"BasicFoodType/#class-basicfoodtype","text":"URI: linkml_common:BasicFoodType classDiagram class BasicFoodType FoodTypeConcept <|-- BasicFoodType BasicFoodType : description BasicFoodType : id BasicFoodType : name BasicFoodType : ontology_types BasicFoodType --> Concept : ontology_types BasicFoodType : subtype BasicFoodType : type","title":"Class: BasicFoodType"},{"location":"BasicFoodType/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept BasicFoodType","title":"Inheritance"},{"location":"BasicFoodType/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"BasicFoodType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"BasicFoodType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"BasicFoodType/#mappings","text":"Mapping Type Mapped Value self linkml_common:BasicFoodType native linkml_common:BasicFoodType","title":"Mappings"},{"location":"BasicFoodType/#linkml-source","text":"","title":"LinkML Source"},{"location":"BasicFoodType/#direct","text":"name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept","title":"Direct"},{"location":"BasicFoodType/#induced","text":"name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BasicFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BasicFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BasicFoodType domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: BasicFoodType domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BasicFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BasicFoodType domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Boolean/","text":"Type: Boolean A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Boolean"},{"location":"Boolean/#type-boolean","text":"A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool","title":"Type: Boolean"},{"location":"Boolean/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Boolean/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CaseOrControlEnum/","text":"Enum: CaseOrControlEnum URI: CaseOrControlEnum Permissible Values Value Meaning Description CASE OBI:0002492 CONTROL OBI:0002493 Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: CaseOrControlEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: CASE: text: CASE meaning: OBI:0002492 title: case role in case-control study CONTROL: text: CONTROL meaning: OBI:0002493 title: control role in case-control study","title":"Enum: CaseOrControlEnum"},{"location":"CaseOrControlEnum/#enum-caseorcontrolenum","text":"URI: CaseOrControlEnum","title":"Enum: CaseOrControlEnum"},{"location":"CaseOrControlEnum/#permissible-values","text":"Value Meaning Description CASE OBI:0002492 CONTROL OBI:0002493","title":"Permissible Values"},{"location":"CaseOrControlEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CaseOrControlEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CaseOrControlEnum/#linkml-source","text":"name: CaseOrControlEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: CASE: text: CASE meaning: OBI:0002492 title: case role in case-control study CONTROL: text: CONTROL meaning: OBI:0002493 title: control role in case-control study","title":"LinkML Source"},{"location":"ClinicalCohort/","text":"Class: ClinicalCohort A group of patients who share a common set of characteristics URI: linkml_common:ClinicalCohort classDiagram class ClinicalCohort NamedThing <|-- ClinicalCohort ClinicalCohort : definition ClinicalCohort --> ClinicalCohortDefinition : definition ClinicalCohort : description ClinicalCohort : id ClinicalCohort : name ClinicalCohort : ontology_types ClinicalCohort --> Concept : ontology_types ClinicalCohort : subtype ClinicalCohort : type Inheritance Entity NamedThing ClinicalCohort Slots Name Cardinality and Range Description Inheritance definition 0..1 ClinicalCohortDefinition direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ClinicalCohortEnrollment cohort range ClinicalCohort Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohort native linkml_common:ClinicalCohort LinkML Source Direct name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 range: ClinicalCohortDefinition Induced name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohort domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohort domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohort domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohort domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohort domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohort domain_of: - TimePoint - NamedThing range: string","title":"Class: ClinicalCohort"},{"location":"ClinicalCohort/#class-clinicalcohort","text":"A group of patients who share a common set of characteristics URI: linkml_common:ClinicalCohort classDiagram class ClinicalCohort NamedThing <|-- ClinicalCohort ClinicalCohort : definition ClinicalCohort --> ClinicalCohortDefinition : definition ClinicalCohort : description ClinicalCohort : id ClinicalCohort : name ClinicalCohort : ontology_types ClinicalCohort --> Concept : ontology_types ClinicalCohort : subtype ClinicalCohort : type","title":"Class: ClinicalCohort"},{"location":"ClinicalCohort/#inheritance","text":"Entity NamedThing ClinicalCohort","title":"Inheritance"},{"location":"ClinicalCohort/#slots","text":"Name Cardinality and Range Description Inheritance definition 0..1 ClinicalCohortDefinition direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohort/#usages","text":"used by used in type used ClinicalCohortEnrollment cohort range ClinicalCohort","title":"Usages"},{"location":"ClinicalCohort/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohort/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohort/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohort native linkml_common:ClinicalCohort","title":"Mappings"},{"location":"ClinicalCohort/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohort/#direct","text":"name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 range: ClinicalCohortDefinition","title":"Direct"},{"location":"ClinicalCohort/#induced","text":"name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohort domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohort domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohort domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohort domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohort domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohort domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"ClinicalCohortDefinition/","text":"Class: ClinicalCohortDefinition A definition of a clinical cohort URI: linkml_common:ClinicalCohortDefinition classDiagram class ClinicalCohortDefinition NamedThing <|-- ClinicalCohortDefinition ClinicalCohortDefinition : description ClinicalCohortDefinition : id ClinicalCohortDefinition : name ClinicalCohortDefinition : ontology_types ClinicalCohortDefinition --> Concept : ontology_types ClinicalCohortDefinition : subtype ClinicalCohortDefinition : type Inheritance Entity NamedThing ClinicalCohortDefinition Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ClinicalCohort definition range ClinicalCohortDefinition Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohortDefinition native linkml_common:ClinicalCohortDefinition exact omopschema:COHORT_DEFINITION LinkML Source Direct name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing Induced name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortDefinition domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortDefinition domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortDefinition domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohortDefinition domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortDefinition domain_of: - TimePoint - NamedThing range: string","title":"Class: ClinicalCohortDefinition"},{"location":"ClinicalCohortDefinition/#class-clinicalcohortdefinition","text":"A definition of a clinical cohort URI: linkml_common:ClinicalCohortDefinition classDiagram class ClinicalCohortDefinition NamedThing <|-- ClinicalCohortDefinition ClinicalCohortDefinition : description ClinicalCohortDefinition : id ClinicalCohortDefinition : name ClinicalCohortDefinition : ontology_types ClinicalCohortDefinition --> Concept : ontology_types ClinicalCohortDefinition : subtype ClinicalCohortDefinition : type","title":"Class: ClinicalCohortDefinition"},{"location":"ClinicalCohortDefinition/#inheritance","text":"Entity NamedThing ClinicalCohortDefinition","title":"Inheritance"},{"location":"ClinicalCohortDefinition/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohortDefinition/#usages","text":"used by used in type used ClinicalCohort definition range ClinicalCohortDefinition","title":"Usages"},{"location":"ClinicalCohortDefinition/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohortDefinition/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohortDefinition/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohortDefinition native linkml_common:ClinicalCohortDefinition exact omopschema:COHORT_DEFINITION","title":"Mappings"},{"location":"ClinicalCohortDefinition/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohortDefinition/#direct","text":"name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing","title":"Direct"},{"location":"ClinicalCohortDefinition/#induced","text":"name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortDefinition domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortDefinition domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortDefinition domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohortDefinition domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortDefinition domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"ClinicalCohortEnrollment/","text":"Class: ClinicalCohortEnrollment An event relating a patient to a clinical cohort URI: linkml_common:ClinicalCohortEnrollment classDiagram class ClinicalCohortEnrollment Event <|-- ClinicalCohortEnrollment ClinicalCohortEnrollment : cohort ClinicalCohortEnrollment --> ClinicalCohort : cohort ClinicalCohortEnrollment : description ClinicalCohortEnrollment : ends_at ClinicalCohortEnrollment --> TimePoint : ends_at ClinicalCohortEnrollment : happens_at ClinicalCohortEnrollment --> TimePoint : happens_at ClinicalCohortEnrollment : has_duration ClinicalCohortEnrollment --> Duration : has_duration ClinicalCohortEnrollment : has_interval ClinicalCohortEnrollment --> TemporalInterval : has_interval ClinicalCohortEnrollment : id ClinicalCohortEnrollment : name ClinicalCohortEnrollment : ontology_types ClinicalCohortEnrollment --> Concept : ontology_types ClinicalCohortEnrollment : patient ClinicalCohortEnrollment --> Patient : patient ClinicalCohortEnrollment : starts_at ClinicalCohortEnrollment --> TimePoint : starts_at ClinicalCohortEnrollment : subtype ClinicalCohortEnrollment : type Inheritance Entity NamedThing Event ClinicalCohortEnrollment Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct cohort 0..1 ClinicalCohort direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohortEnrollment native linkml_common:ClinicalCohortEnrollment exact omopschema:COHORT LinkML Source Direct name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 range: ClinicalCohort Induced name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch alias: patient owner: ClinicalCohortEnrollment domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: ClinicalCohortEnrollment domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: ClinicalCohortEnrollment domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: ClinicalCohortEnrollment domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortEnrollment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortEnrollment domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortEnrollment domain_of: - TimePoint - NamedThing range: string","title":"Class: ClinicalCohortEnrollment"},{"location":"ClinicalCohortEnrollment/#class-clinicalcohortenrollment","text":"An event relating a patient to a clinical cohort URI: linkml_common:ClinicalCohortEnrollment classDiagram class ClinicalCohortEnrollment Event <|-- ClinicalCohortEnrollment ClinicalCohortEnrollment : cohort ClinicalCohortEnrollment --> ClinicalCohort : cohort ClinicalCohortEnrollment : description ClinicalCohortEnrollment : ends_at ClinicalCohortEnrollment --> TimePoint : ends_at ClinicalCohortEnrollment : happens_at ClinicalCohortEnrollment --> TimePoint : happens_at ClinicalCohortEnrollment : has_duration ClinicalCohortEnrollment --> Duration : has_duration ClinicalCohortEnrollment : has_interval ClinicalCohortEnrollment --> TemporalInterval : has_interval ClinicalCohortEnrollment : id ClinicalCohortEnrollment : name ClinicalCohortEnrollment : ontology_types ClinicalCohortEnrollment --> Concept : ontology_types ClinicalCohortEnrollment : patient ClinicalCohortEnrollment --> Patient : patient ClinicalCohortEnrollment : starts_at ClinicalCohortEnrollment --> TimePoint : starts_at ClinicalCohortEnrollment : subtype ClinicalCohortEnrollment : type","title":"Class: ClinicalCohortEnrollment"},{"location":"ClinicalCohortEnrollment/#inheritance","text":"Entity NamedThing Event ClinicalCohortEnrollment","title":"Inheritance"},{"location":"ClinicalCohortEnrollment/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct cohort 0..1 ClinicalCohort direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohortEnrollment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohortEnrollment/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohortEnrollment/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohortEnrollment native linkml_common:ClinicalCohortEnrollment exact omopschema:COHORT","title":"Mappings"},{"location":"ClinicalCohortEnrollment/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohortEnrollment/#direct","text":"name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 range: ClinicalCohort","title":"Direct"},{"location":"ClinicalCohortEnrollment/#induced","text":"name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch alias: patient owner: ClinicalCohortEnrollment domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: ClinicalCohortEnrollment domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: ClinicalCohortEnrollment domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: ClinicalCohortEnrollment domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortEnrollment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortEnrollment domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortEnrollment domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Collection/","text":"Class: Collection A group of things. The collection may be heterogeneous or homogeneous. URI: linkml_common:Collection classDiagram class Collection Intangible <|-- Collection Collection : members Collection --> Entity : members Collection : type Inheritance Entity Intangible Collection Slots Name Cardinality and Range Description Inheritance members 0..* Entity The members of the collection direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Collection native linkml_common:Collection LinkML Source Direct name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Entity inlined: true inlined_as_list: true Induced name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Collection domain_of: - Entity - NamedThing range: string","title":"Class: Collection"},{"location":"Collection/#class-collection","text":"A group of things. The collection may be heterogeneous or homogeneous. URI: linkml_common:Collection classDiagram class Collection Intangible <|-- Collection Collection : members Collection --> Entity : members Collection : type","title":"Class: Collection"},{"location":"Collection/#inheritance","text":"Entity Intangible Collection","title":"Inheritance"},{"location":"Collection/#slots","text":"Name Cardinality and Range Description Inheritance members 0..* Entity The members of the collection direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Collection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Collection/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Collection/#mappings","text":"Mapping Type Mapped Value self linkml_common:Collection native linkml_common:Collection","title":"Mappings"},{"location":"Collection/#linkml-source","text":"","title":"LinkML Source"},{"location":"Collection/#direct","text":"name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Entity inlined: true inlined_as_list: true","title":"Direct"},{"location":"Collection/#induced","text":"name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Collection domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"CompositeFoodType/","text":"Class: CompositeFoodType URI: linkml_common:CompositeFoodType classDiagram class CompositeFoodType FoodTypeConcept <|-- CompositeFoodType CompositeFoodType : description CompositeFoodType : id CompositeFoodType : name CompositeFoodType : ontology_types CompositeFoodType --> Concept : ontology_types CompositeFoodType : subtype CompositeFoodType : type Inheritance Entity NamedThing Concept FoodTypeConcept CompositeFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CompositeFoodType native linkml_common:CompositeFoodType LinkML Source Direct name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept Induced name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CompositeFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CompositeFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CompositeFoodType domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CompositeFoodType domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CompositeFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CompositeFoodType domain_of: - TimePoint - NamedThing range: string","title":"Class: CompositeFoodType"},{"location":"CompositeFoodType/#class-compositefoodtype","text":"URI: linkml_common:CompositeFoodType classDiagram class CompositeFoodType FoodTypeConcept <|-- CompositeFoodType CompositeFoodType : description CompositeFoodType : id CompositeFoodType : name CompositeFoodType : ontology_types CompositeFoodType --> Concept : ontology_types CompositeFoodType : subtype CompositeFoodType : type","title":"Class: CompositeFoodType"},{"location":"CompositeFoodType/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept CompositeFoodType","title":"Inheritance"},{"location":"CompositeFoodType/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CompositeFoodType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CompositeFoodType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CompositeFoodType/#mappings","text":"Mapping Type Mapped Value self linkml_common:CompositeFoodType native linkml_common:CompositeFoodType","title":"Mappings"},{"location":"CompositeFoodType/#linkml-source","text":"","title":"LinkML Source"},{"location":"CompositeFoodType/#direct","text":"name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept","title":"Direct"},{"location":"CompositeFoodType/#induced","text":"name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CompositeFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CompositeFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CompositeFoodType domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CompositeFoodType domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CompositeFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CompositeFoodType domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Concept/","text":"Class: Concept URI: linkml_common:Concept classDiagram class Concept NamedThing <|-- Concept Concept <|-- QuantityKind Concept <|-- UnitConcept Concept <|-- FoodTypeConcept Concept <|-- CurrencyConcept Concept : description Concept : id Concept : name Concept : ontology_types Concept --> Concept : ontology_types Concept : subtype Concept : type Inheritance Entity NamedThing Concept QuantityKind UnitConcept FoodTypeConcept CurrencyConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used Event ontology_types range Concept QuantityKind ontology_types range Concept UnitConcept ontology_types range Concept NamedThing ontology_types range Concept Concept ontology_types range Concept InformationEntity ontology_types range Concept PhysicalDevice ontology_types range Concept Specification ontology_types range Concept Procedure ontology_types range Concept Agent ontology_types range Concept Person ontology_types range Concept Organization ontology_types range Concept AutomatedAgent ontology_types range Concept LifeEvent ontology_types range Concept CreativeWork ontology_types range Concept Investigation ontology_types range Concept InvestigativeProtocol ontology_types range Concept StudyDesign ontology_types range Concept SampleMaterial ontology_types range Concept InvestigativeProcess ontology_types range Concept SampleCollectionProcess ontology_types range Concept SampleProcessing ontology_types range Concept DataGenerationFromSample ontology_types range Concept PlannedProcess ontology_types range Concept MaterialCollection ontology_types range Concept MaterialProcessing ontology_types range Concept HealthcareSite ontology_types range Concept HealthcareEncounter ontology_types range Concept HealthcareOrganization ontology_types range Concept HealthcareProvider speciality range Concept HealthcareConditionOccurrence ontology_types range Concept Place ontology_types range Concept Landform ontology_types range Concept FoodRecipe ontology_types range Concept FoodProcessing ontology_types range Concept FoodTypeConcept ontology_types range Concept BasicFoodType ontology_types range Concept CompositeFoodType ontology_types range Concept CurrencyConcept ontology_types range Concept EnvironmentalSite ontology_types range Concept EngineeringSpecification ontology_types range Concept RawMaterial ontology_types range Concept EngineeringProcess ontology_types range Concept EngineeringMaterialProcessing ontology_types range Concept ClinicalCohort ontology_types range Concept ClinicalCohortDefinition ontology_types range Concept ClinicalCohortEnrollment ontology_types range Concept Dataset ontology_types range Concept Publication ontology_types range Concept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Concept native linkml_common:Concept exact biolink:OntologyClass, fhir:CodableConcept LinkML Source Direct name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing Induced name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Concept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Concept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Concept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Concept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Concept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Concept domain_of: - TimePoint - NamedThing range: string","title":"Class: Concept"},{"location":"Concept/#class-concept","text":"URI: linkml_common:Concept classDiagram class Concept NamedThing <|-- Concept Concept <|-- QuantityKind Concept <|-- UnitConcept Concept <|-- FoodTypeConcept Concept <|-- CurrencyConcept Concept : description Concept : id Concept : name Concept : ontology_types Concept --> Concept : ontology_types Concept : subtype Concept : type","title":"Class: Concept"},{"location":"Concept/#inheritance","text":"Entity NamedThing Concept QuantityKind UnitConcept FoodTypeConcept CurrencyConcept","title":"Inheritance"},{"location":"Concept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Concept/#usages","text":"used by used in type used Event ontology_types range Concept QuantityKind ontology_types range Concept UnitConcept ontology_types range Concept NamedThing ontology_types range Concept Concept ontology_types range Concept InformationEntity ontology_types range Concept PhysicalDevice ontology_types range Concept Specification ontology_types range Concept Procedure ontology_types range Concept Agent ontology_types range Concept Person ontology_types range Concept Organization ontology_types range Concept AutomatedAgent ontology_types range Concept LifeEvent ontology_types range Concept CreativeWork ontology_types range Concept Investigation ontology_types range Concept InvestigativeProtocol ontology_types range Concept StudyDesign ontology_types range Concept SampleMaterial ontology_types range Concept InvestigativeProcess ontology_types range Concept SampleCollectionProcess ontology_types range Concept SampleProcessing ontology_types range Concept DataGenerationFromSample ontology_types range Concept PlannedProcess ontology_types range Concept MaterialCollection ontology_types range Concept MaterialProcessing ontology_types range Concept HealthcareSite ontology_types range Concept HealthcareEncounter ontology_types range Concept HealthcareOrganization ontology_types range Concept HealthcareProvider speciality range Concept HealthcareConditionOccurrence ontology_types range Concept Place ontology_types range Concept Landform ontology_types range Concept FoodRecipe ontology_types range Concept FoodProcessing ontology_types range Concept FoodTypeConcept ontology_types range Concept BasicFoodType ontology_types range Concept CompositeFoodType ontology_types range Concept CurrencyConcept ontology_types range Concept EnvironmentalSite ontology_types range Concept EngineeringSpecification ontology_types range Concept RawMaterial ontology_types range Concept EngineeringProcess ontology_types range Concept EngineeringMaterialProcessing ontology_types range Concept ClinicalCohort ontology_types range Concept ClinicalCohortDefinition ontology_types range Concept ClinicalCohortEnrollment ontology_types range Concept Dataset ontology_types range Concept Publication ontology_types range Concept","title":"Usages"},{"location":"Concept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Concept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Concept/#mappings","text":"Mapping Type Mapped Value self linkml_common:Concept native linkml_common:Concept exact biolink:OntologyClass, fhir:CodableConcept","title":"Mappings"},{"location":"Concept/#linkml-source","text":"","title":"LinkML Source"},{"location":"Concept/#direct","text":"name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing","title":"Direct"},{"location":"Concept/#induced","text":"name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Concept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Concept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Concept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Concept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Concept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Concept domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"CreativeWork/","text":"Class: CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. URI: linkml_common:CreativeWork classDiagram class CreativeWork NamedThing <|-- CreativeWork CreativeWork <|-- Dataset CreativeWork <|-- Publication CreativeWork : abstract CreativeWork : contacts CreativeWork --> Agent : contacts CreativeWork : contributors CreativeWork --> Agent : contributors CreativeWork : creators CreativeWork --> Agent : creators CreativeWork : description CreativeWork : id CreativeWork : keywords CreativeWork : name CreativeWork : ontology_types CreativeWork --> Concept : ontology_types CreativeWork : rights CreativeWork : subtype CreativeWork : title CreativeWork : type Inheritance Entity NamedThing CreativeWork Dataset Publication Slots Name Cardinality and Range Description Inheritance title 0..1 String The title of the item direct abstract 0..1 String A summary of the item direct rights 0..1 String Information about rights held in and over the item direct creators 0..* Agent The person or organization who created the work direct contributors 0..* Agent A person or organization that contributed to the creation of the work direct contacts 0..* Agent A contact point for a person or organization direct keywords 0..* String Keywords or tags used to describe this item direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CreativeWork native linkml_common:CreativeWork exact schema:CreativeWork LinkML Source Direct name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true range: string Induced name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CreativeWork domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CreativeWork domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CreativeWork domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CreativeWork domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CreativeWork domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CreativeWork domain_of: - TimePoint - NamedThing range: string","title":"Class: CreativeWork"},{"location":"CreativeWork/#class-creativework","text":"The most generic kind of creative work, including books, movies, photographs, software programs, etc. URI: linkml_common:CreativeWork classDiagram class CreativeWork NamedThing <|-- CreativeWork CreativeWork <|-- Dataset CreativeWork <|-- Publication CreativeWork : abstract CreativeWork : contacts CreativeWork --> Agent : contacts CreativeWork : contributors CreativeWork --> Agent : contributors CreativeWork : creators CreativeWork --> Agent : creators CreativeWork : description CreativeWork : id CreativeWork : keywords CreativeWork : name CreativeWork : ontology_types CreativeWork --> Concept : ontology_types CreativeWork : rights CreativeWork : subtype CreativeWork : title CreativeWork : type","title":"Class: CreativeWork"},{"location":"CreativeWork/#inheritance","text":"Entity NamedThing CreativeWork Dataset Publication","title":"Inheritance"},{"location":"CreativeWork/#slots","text":"Name Cardinality and Range Description Inheritance title 0..1 String The title of the item direct abstract 0..1 String A summary of the item direct rights 0..1 String Information about rights held in and over the item direct creators 0..* Agent The person or organization who created the work direct contributors 0..* Agent A person or organization that contributed to the creation of the work direct contacts 0..* Agent A contact point for a person or organization direct keywords 0..* String Keywords or tags used to describe this item direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CreativeWork/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CreativeWork/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CreativeWork/#mappings","text":"Mapping Type Mapped Value self linkml_common:CreativeWork native linkml_common:CreativeWork exact schema:CreativeWork","title":"Mappings"},{"location":"CreativeWork/#linkml-source","text":"","title":"LinkML Source"},{"location":"CreativeWork/#direct","text":"name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true range: string","title":"Direct"},{"location":"CreativeWork/#induced","text":"name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CreativeWork domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CreativeWork domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CreativeWork domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CreativeWork domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CreativeWork domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CreativeWork domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Curie/","text":"Type: Curie a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str Comments in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Curie"},{"location":"Curie/#type-curie","text":"a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str","title":"Type: Curie"},{"location":"Curie/#comments","text":"in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation","title":"Comments"},{"location":"Curie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Curie/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CurrencyConcept/","text":"Class: CurrencyConcept A currency URI: linkml_common:CurrencyConcept classDiagram class CurrencyConcept Concept <|-- CurrencyConcept CurrencyConcept : description CurrencyConcept : id CurrencyConcept : name CurrencyConcept : ontology_types CurrencyConcept --> Concept : ontology_types CurrencyConcept : subtype CurrencyConcept : type Inheritance Entity NamedThing Concept CurrencyConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used MoneyQuantity unit range CurrencyConcept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CurrencyConcept native linkml_common:CurrencyConcept LinkML Source Direct name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CurrencyConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CurrencyConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CurrencyConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CurrencyConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CurrencyConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CurrencyConcept domain_of: - TimePoint - NamedThing range: string","title":"Class: CurrencyConcept"},{"location":"CurrencyConcept/#class-currencyconcept","text":"A currency URI: linkml_common:CurrencyConcept classDiagram class CurrencyConcept Concept <|-- CurrencyConcept CurrencyConcept : description CurrencyConcept : id CurrencyConcept : name CurrencyConcept : ontology_types CurrencyConcept --> Concept : ontology_types CurrencyConcept : subtype CurrencyConcept : type","title":"Class: CurrencyConcept"},{"location":"CurrencyConcept/#inheritance","text":"Entity NamedThing Concept CurrencyConcept","title":"Inheritance"},{"location":"CurrencyConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CurrencyConcept/#usages","text":"used by used in type used MoneyQuantity unit range CurrencyConcept","title":"Usages"},{"location":"CurrencyConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CurrencyConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CurrencyConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:CurrencyConcept native linkml_common:CurrencyConcept","title":"Mappings"},{"location":"CurrencyConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"CurrencyConcept/#direct","text":"name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"CurrencyConcept/#induced","text":"name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CurrencyConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CurrencyConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CurrencyConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: CurrencyConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CurrencyConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CurrencyConcept domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"DataGenerationFromSample/","text":"Class: DataGenerationFromSample URI: linkml_common:DataGenerationFromSample classDiagram class DataGenerationFromSample InvestigativeProcess <|-- DataGenerationFromSample DataGenerationFromSample : description DataGenerationFromSample : ends_at DataGenerationFromSample --> TimePoint : ends_at DataGenerationFromSample : follows_procedure DataGenerationFromSample --> InvestigativeProtocol : follows_procedure DataGenerationFromSample : happens_at DataGenerationFromSample --> TimePoint : happens_at DataGenerationFromSample : has_duration DataGenerationFromSample --> Duration : has_duration DataGenerationFromSample : has_interval DataGenerationFromSample --> TemporalInterval : has_interval DataGenerationFromSample : id DataGenerationFromSample : name DataGenerationFromSample : ontology_types DataGenerationFromSample --> Concept : ontology_types DataGenerationFromSample : part_of DataGenerationFromSample --> Investigation : part_of DataGenerationFromSample : starts_at DataGenerationFromSample --> TimePoint : starts_at DataGenerationFromSample : subtype DataGenerationFromSample : type DataGenerationFromSample : uses_physical_device DataGenerationFromSample --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess DataGenerationFromSample Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:DataGenerationFromSample native linkml_common:DataGenerationFromSample LinkML Source Direct name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess Induced name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: DataGenerationFromSample domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: DataGenerationFromSample domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: DataGenerationFromSample domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: DataGenerationFromSample domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: DataGenerationFromSample domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: DataGenerationFromSample domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: DataGenerationFromSample domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataGenerationFromSample domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: DataGenerationFromSample domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: DataGenerationFromSample domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: DataGenerationFromSample domain_of: - TimePoint - NamedThing range: string","title":"Class: DataGenerationFromSample"},{"location":"DataGenerationFromSample/#class-datagenerationfromsample","text":"URI: linkml_common:DataGenerationFromSample classDiagram class DataGenerationFromSample InvestigativeProcess <|-- DataGenerationFromSample DataGenerationFromSample : description DataGenerationFromSample : ends_at DataGenerationFromSample --> TimePoint : ends_at DataGenerationFromSample : follows_procedure DataGenerationFromSample --> InvestigativeProtocol : follows_procedure DataGenerationFromSample : happens_at DataGenerationFromSample --> TimePoint : happens_at DataGenerationFromSample : has_duration DataGenerationFromSample --> Duration : has_duration DataGenerationFromSample : has_interval DataGenerationFromSample --> TemporalInterval : has_interval DataGenerationFromSample : id DataGenerationFromSample : name DataGenerationFromSample : ontology_types DataGenerationFromSample --> Concept : ontology_types DataGenerationFromSample : part_of DataGenerationFromSample --> Investigation : part_of DataGenerationFromSample : starts_at DataGenerationFromSample --> TimePoint : starts_at DataGenerationFromSample : subtype DataGenerationFromSample : type DataGenerationFromSample : uses_physical_device DataGenerationFromSample --> PhysicalDevice : uses_physical_device","title":"Class: DataGenerationFromSample"},{"location":"DataGenerationFromSample/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess DataGenerationFromSample","title":"Inheritance"},{"location":"DataGenerationFromSample/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"DataGenerationFromSample/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DataGenerationFromSample/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DataGenerationFromSample/#mappings","text":"Mapping Type Mapped Value self linkml_common:DataGenerationFromSample native linkml_common:DataGenerationFromSample","title":"Mappings"},{"location":"DataGenerationFromSample/#linkml-source","text":"","title":"LinkML Source"},{"location":"DataGenerationFromSample/#direct","text":"name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess","title":"Direct"},{"location":"DataGenerationFromSample/#induced","text":"name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: DataGenerationFromSample domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: DataGenerationFromSample domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: DataGenerationFromSample domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: DataGenerationFromSample domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: DataGenerationFromSample domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: DataGenerationFromSample domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: DataGenerationFromSample domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataGenerationFromSample domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: DataGenerationFromSample domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: DataGenerationFromSample domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: DataGenerationFromSample domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"DataStructure/","text":"Class: DataStructure URI: linkml_common:DataStructure classDiagram class DataStructure Intangible <|-- DataStructure DataStructure : type Inheritance Entity Intangible DataStructure Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:DataStructure native linkml_common:DataStructure LinkML Source Direct name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible Induced name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataStructure domain_of: - Entity - NamedThing range: string","title":"Class: DataStructure"},{"location":"DataStructure/#class-datastructure","text":"URI: linkml_common:DataStructure classDiagram class DataStructure Intangible <|-- DataStructure DataStructure : type","title":"Class: DataStructure"},{"location":"DataStructure/#inheritance","text":"Entity Intangible DataStructure","title":"Inheritance"},{"location":"DataStructure/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"DataStructure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DataStructure/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DataStructure/#mappings","text":"Mapping Type Mapped Value self linkml_common:DataStructure native linkml_common:DataStructure","title":"Mappings"},{"location":"DataStructure/#linkml-source","text":"","title":"LinkML Source"},{"location":"DataStructure/#direct","text":"name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible","title":"Direct"},{"location":"DataStructure/#induced","text":"name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataStructure domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Dataset/","text":"Class: Dataset URI: linkml_common:Dataset classDiagram class Dataset CreativeWork <|-- Dataset Dataset : abstract Dataset : collected_as_part_of Dataset --> Investigation : collected_as_part_of Dataset : contacts Dataset --> Agent : contacts Dataset : contributors Dataset --> Agent : contributors Dataset : creators Dataset --> Agent : creators Dataset : description Dataset : id Dataset : keywords Dataset : name Dataset : ontology_types Dataset --> Concept : ontology_types Dataset : rights Dataset : subtype Dataset : title Dataset : type Inheritance Entity NamedThing CreativeWork Dataset Slots Name Cardinality and Range Description Inheritance collected_as_part_of 0..* Investigation direct title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Dataset native linkml_common:Dataset LinkML Source Direct name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true range: Investigation Induced name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Dataset domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Dataset domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Dataset domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Dataset domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Dataset domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Dataset domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Dataset domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Dataset domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Dataset domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Dataset domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Dataset domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Dataset domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Dataset domain_of: - TimePoint - NamedThing range: string","title":"Class: Dataset"},{"location":"Dataset/#class-dataset","text":"URI: linkml_common:Dataset classDiagram class Dataset CreativeWork <|-- Dataset Dataset : abstract Dataset : collected_as_part_of Dataset --> Investigation : collected_as_part_of Dataset : contacts Dataset --> Agent : contacts Dataset : contributors Dataset --> Agent : contributors Dataset : creators Dataset --> Agent : creators Dataset : description Dataset : id Dataset : keywords Dataset : name Dataset : ontology_types Dataset --> Concept : ontology_types Dataset : rights Dataset : subtype Dataset : title Dataset : type","title":"Class: Dataset"},{"location":"Dataset/#inheritance","text":"Entity NamedThing CreativeWork Dataset","title":"Inheritance"},{"location":"Dataset/#slots","text":"Name Cardinality and Range Description Inheritance collected_as_part_of 0..* Investigation direct title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Dataset/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Dataset/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Dataset/#mappings","text":"Mapping Type Mapped Value self linkml_common:Dataset native linkml_common:Dataset","title":"Mappings"},{"location":"Dataset/#linkml-source","text":"","title":"LinkML Source"},{"location":"Dataset/#direct","text":"name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true range: Investigation","title":"Direct"},{"location":"Dataset/#induced","text":"name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Dataset domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Dataset domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Dataset domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Dataset domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Dataset domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Dataset domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Dataset domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Dataset domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Dataset domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Dataset domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Dataset domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Dataset domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Dataset domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Date/","text":"Type: Date a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Date"},{"location":"Date/#type-date","text":"a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str","title":"Type: Date"},{"location":"Date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DateOrDatetime/","text":"Type: DateOrDatetime Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#type-dateordatetime","text":"Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DateOrDatetime/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Datetime/","text":"Type: Datetime The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Datetime"},{"location":"Datetime/#type-datetime","text":"The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str","title":"Type: Datetime"},{"location":"Datetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Datetime/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Decimal/","text":"Type: Decimal A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Decimal"},{"location":"Decimal/#type-decimal","text":"A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal","title":"Type: Decimal"},{"location":"Decimal/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Decimal/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Double/","text":"Type: Double A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Double"},{"location":"Double/#type-double","text":"A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double","title":"Type: Double"},{"location":"Double/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Double/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Duration/","text":"Class: Duration A length of time URI: linkml_common:Duration classDiagram class Duration Quantity <|-- Duration Duration : has_quantity_kind Duration --> QuantityKind : has_quantity_kind Duration : type Inheritance Entity Intangible Quantity Duration Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used Event has_duration range Duration LifeEvent has_duration range Duration InvestigativeProcess has_duration range Duration SampleCollectionProcess has_duration range Duration SampleProcessing has_duration range Duration DataGenerationFromSample has_duration range Duration PlannedProcess has_duration range Duration MaterialCollection has_duration range Duration MaterialProcessing has_duration range Duration HealthcareEncounter has_duration range Duration HealthcareConditionOccurrence has_duration range Duration FoodProcessing has_duration range Duration EngineeringProcess has_duration range Duration EngineeringMaterialProcessing has_duration range Duration ClinicalCohortEnrollment has_duration range Duration Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Duration native linkml_common:Duration LinkML Source Direct name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity Induced name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Duration domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Duration domain_of: - Entity - NamedThing range: string","title":"Class: Duration"},{"location":"Duration/#class-duration","text":"A length of time URI: linkml_common:Duration classDiagram class Duration Quantity <|-- Duration Duration : has_quantity_kind Duration --> QuantityKind : has_quantity_kind Duration : type","title":"Class: Duration"},{"location":"Duration/#inheritance","text":"Entity Intangible Quantity Duration","title":"Inheritance"},{"location":"Duration/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Duration/#usages","text":"used by used in type used Event has_duration range Duration LifeEvent has_duration range Duration InvestigativeProcess has_duration range Duration SampleCollectionProcess has_duration range Duration SampleProcessing has_duration range Duration DataGenerationFromSample has_duration range Duration PlannedProcess has_duration range Duration MaterialCollection has_duration range Duration MaterialProcessing has_duration range Duration HealthcareEncounter has_duration range Duration HealthcareConditionOccurrence has_duration range Duration FoodProcessing has_duration range Duration EngineeringProcess has_duration range Duration EngineeringMaterialProcessing has_duration range Duration ClinicalCohortEnrollment has_duration range Duration","title":"Usages"},{"location":"Duration/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Duration/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Duration/#mappings","text":"Mapping Type Mapped Value self linkml_common:Duration native linkml_common:Duration","title":"Mappings"},{"location":"Duration/#linkml-source","text":"","title":"LinkML Source"},{"location":"Duration/#direct","text":"name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity","title":"Direct"},{"location":"Duration/#induced","text":"name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Duration domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Duration domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"EngineeringMaterialProcessing/","text":"Class: EngineeringMaterialProcessing URI: linkml_common:EngineeringMaterialProcessing classDiagram class EngineeringMaterialProcessing MaterialProcessing <|-- EngineeringMaterialProcessing EngineeringMaterialProcessing : description EngineeringMaterialProcessing : ends_at EngineeringMaterialProcessing --> TimePoint : ends_at EngineeringMaterialProcessing : follows_procedure EngineeringMaterialProcessing --> Procedure : follows_procedure EngineeringMaterialProcessing : happens_at EngineeringMaterialProcessing --> TimePoint : happens_at EngineeringMaterialProcessing : has_duration EngineeringMaterialProcessing --> Duration : has_duration EngineeringMaterialProcessing : has_interval EngineeringMaterialProcessing --> TemporalInterval : has_interval EngineeringMaterialProcessing : id EngineeringMaterialProcessing : name EngineeringMaterialProcessing : ontology_types EngineeringMaterialProcessing --> Concept : ontology_types EngineeringMaterialProcessing : starts_at EngineeringMaterialProcessing --> TimePoint : starts_at EngineeringMaterialProcessing : subtype EngineeringMaterialProcessing : type EngineeringMaterialProcessing : uses_physical_device EngineeringMaterialProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing EngineeringMaterialProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringMaterialProcessing native linkml_common:EngineeringMaterialProcessing LinkML Source Direct name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: EngineeringMaterialProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: EngineeringMaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringMaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringMaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringMaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringMaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringMaterialProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringMaterialProcessing domain_of: - TimePoint - NamedThing range: string","title":"Class: EngineeringMaterialProcessing"},{"location":"EngineeringMaterialProcessing/#class-engineeringmaterialprocessing","text":"URI: linkml_common:EngineeringMaterialProcessing classDiagram class EngineeringMaterialProcessing MaterialProcessing <|-- EngineeringMaterialProcessing EngineeringMaterialProcessing : description EngineeringMaterialProcessing : ends_at EngineeringMaterialProcessing --> TimePoint : ends_at EngineeringMaterialProcessing : follows_procedure EngineeringMaterialProcessing --> Procedure : follows_procedure EngineeringMaterialProcessing : happens_at EngineeringMaterialProcessing --> TimePoint : happens_at EngineeringMaterialProcessing : has_duration EngineeringMaterialProcessing --> Duration : has_duration EngineeringMaterialProcessing : has_interval EngineeringMaterialProcessing --> TemporalInterval : has_interval EngineeringMaterialProcessing : id EngineeringMaterialProcessing : name EngineeringMaterialProcessing : ontology_types EngineeringMaterialProcessing --> Concept : ontology_types EngineeringMaterialProcessing : starts_at EngineeringMaterialProcessing --> TimePoint : starts_at EngineeringMaterialProcessing : subtype EngineeringMaterialProcessing : type EngineeringMaterialProcessing : uses_physical_device EngineeringMaterialProcessing --> PhysicalDevice : uses_physical_device","title":"Class: EngineeringMaterialProcessing"},{"location":"EngineeringMaterialProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing EngineeringMaterialProcessing","title":"Inheritance"},{"location":"EngineeringMaterialProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringMaterialProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringMaterialProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringMaterialProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringMaterialProcessing native linkml_common:EngineeringMaterialProcessing","title":"Mappings"},{"location":"EngineeringMaterialProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringMaterialProcessing/#direct","text":"name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"EngineeringMaterialProcessing/#induced","text":"name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: EngineeringMaterialProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: EngineeringMaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringMaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringMaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringMaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringMaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringMaterialProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringMaterialProcessing domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"EngineeringProcess/","text":"Class: EngineeringProcess URI: linkml_common:EngineeringProcess classDiagram class EngineeringProcess Event <|-- EngineeringProcess EngineeringProcess : description EngineeringProcess : ends_at EngineeringProcess --> TimePoint : ends_at EngineeringProcess : follows_procedure EngineeringProcess --> EngineeringSpecification : follows_procedure EngineeringProcess : happens_at EngineeringProcess --> TimePoint : happens_at EngineeringProcess : has_duration EngineeringProcess --> Duration : has_duration EngineeringProcess : has_interval EngineeringProcess --> TemporalInterval : has_interval EngineeringProcess : id EngineeringProcess : name EngineeringProcess : ontology_types EngineeringProcess --> Concept : ontology_types EngineeringProcess : part_of EngineeringProcess --> EngineeringProcess : part_of EngineeringProcess : starts_at EngineeringProcess --> TimePoint : starts_at EngineeringProcess : subtype EngineeringProcess : type Inheritance Entity NamedThing Event EngineeringProcess Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 EngineeringSpecification direct part_of 0..1 EngineeringProcess direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used EngineeringProcess part_of range EngineeringProcess Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringProcess native linkml_common:EngineeringProcess LinkML Source Direct name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering range: EngineeringProcess Induced name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering alias: follows_procedure owner: EngineeringProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering alias: part_of owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringProcess domain_of: - TimePoint - NamedThing range: string","title":"Class: EngineeringProcess"},{"location":"EngineeringProcess/#class-engineeringprocess","text":"URI: linkml_common:EngineeringProcess classDiagram class EngineeringProcess Event <|-- EngineeringProcess EngineeringProcess : description EngineeringProcess : ends_at EngineeringProcess --> TimePoint : ends_at EngineeringProcess : follows_procedure EngineeringProcess --> EngineeringSpecification : follows_procedure EngineeringProcess : happens_at EngineeringProcess --> TimePoint : happens_at EngineeringProcess : has_duration EngineeringProcess --> Duration : has_duration EngineeringProcess : has_interval EngineeringProcess --> TemporalInterval : has_interval EngineeringProcess : id EngineeringProcess : name EngineeringProcess : ontology_types EngineeringProcess --> Concept : ontology_types EngineeringProcess : part_of EngineeringProcess --> EngineeringProcess : part_of EngineeringProcess : starts_at EngineeringProcess --> TimePoint : starts_at EngineeringProcess : subtype EngineeringProcess : type","title":"Class: EngineeringProcess"},{"location":"EngineeringProcess/#inheritance","text":"Entity NamedThing Event EngineeringProcess","title":"Inheritance"},{"location":"EngineeringProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 EngineeringSpecification direct part_of 0..1 EngineeringProcess direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringProcess/#usages","text":"used by used in type used EngineeringProcess part_of range EngineeringProcess","title":"Usages"},{"location":"EngineeringProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringProcess native linkml_common:EngineeringProcess","title":"Mappings"},{"location":"EngineeringProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringProcess/#direct","text":"name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering range: EngineeringProcess","title":"Direct"},{"location":"EngineeringProcess/#induced","text":"name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering alias: follows_procedure owner: EngineeringProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering alias: part_of owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringProcess domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"EngineeringSpecification/","text":"Class: EngineeringSpecification URI: linkml_common:EngineeringSpecification classDiagram class EngineeringSpecification Procedure <|-- EngineeringSpecification EngineeringSpecification : description EngineeringSpecification : id EngineeringSpecification : name EngineeringSpecification : ontology_types EngineeringSpecification --> Concept : ontology_types EngineeringSpecification : subtype EngineeringSpecification : type Inheritance Entity NamedThing Specification Procedure EngineeringSpecification Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used EngineeringProcess follows_procedure range EngineeringSpecification Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringSpecification native linkml_common:EngineeringSpecification LinkML Source Direct name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure Induced name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringSpecification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringSpecification domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringSpecification domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringSpecification domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringSpecification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringSpecification domain_of: - TimePoint - NamedThing range: string","title":"Class: EngineeringSpecification"},{"location":"EngineeringSpecification/#class-engineeringspecification","text":"URI: linkml_common:EngineeringSpecification classDiagram class EngineeringSpecification Procedure <|-- EngineeringSpecification EngineeringSpecification : description EngineeringSpecification : id EngineeringSpecification : name EngineeringSpecification : ontology_types EngineeringSpecification --> Concept : ontology_types EngineeringSpecification : subtype EngineeringSpecification : type","title":"Class: EngineeringSpecification"},{"location":"EngineeringSpecification/#inheritance","text":"Entity NamedThing Specification Procedure EngineeringSpecification","title":"Inheritance"},{"location":"EngineeringSpecification/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringSpecification/#usages","text":"used by used in type used EngineeringProcess follows_procedure range EngineeringSpecification","title":"Usages"},{"location":"EngineeringSpecification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringSpecification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringSpecification/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringSpecification native linkml_common:EngineeringSpecification","title":"Mappings"},{"location":"EngineeringSpecification/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringSpecification/#direct","text":"name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure","title":"Direct"},{"location":"EngineeringSpecification/#induced","text":"name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringSpecification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringSpecification domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringSpecification domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EngineeringSpecification domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringSpecification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringSpecification domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Entity/","text":"Class: Entity A physical, digital, conceptual, or other kind of thing with some common characteristics NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class Entity Entity <|-- NamedThing Entity <|-- Intangible Entity <|-- Observation Entity <|-- Variable Entity <|-- PostalAddress Entity : type Inheritance Entity NamedThing Intangible Observation Variable PostalAddress Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing direct Usages used by used in type used TemporalRelationship relative_to range Entity Collection members range Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Thing native linkml_common:Entity LinkML Source Direct name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true slots: - type class_uri: schema:Thing Induced name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Entity domain_of: - Entity - NamedThing range: string class_uri: schema:Thing","title":"Class: Entity"},{"location":"Entity/#class-entity","text":"A physical, digital, conceptual, or other kind of thing with some common characteristics NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class Entity Entity <|-- NamedThing Entity <|-- Intangible Entity <|-- Observation Entity <|-- Variable Entity <|-- PostalAddress Entity : type","title":"Class: Entity"},{"location":"Entity/#inheritance","text":"Entity NamedThing Intangible Observation Variable PostalAddress","title":"Inheritance"},{"location":"Entity/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing direct","title":"Slots"},{"location":"Entity/#usages","text":"used by used in type used TemporalRelationship relative_to range Entity Collection members range Entity","title":"Usages"},{"location":"Entity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Entity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Entity/#mappings","text":"Mapping Type Mapped Value self schema:Thing native linkml_common:Entity","title":"Mappings"},{"location":"Entity/#linkml-source","text":"","title":"LinkML Source"},{"location":"Entity/#direct","text":"name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true slots: - type class_uri: schema:Thing","title":"Direct"},{"location":"Entity/#induced","text":"name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Entity domain_of: - Entity - NamedThing range: string class_uri: schema:Thing","title":"Induced"},{"location":"EnvironmentalMonitoring/","text":"Class: EnvironmentalMonitoring URI: linkml_common:EnvironmentalMonitoring classDiagram class EnvironmentalMonitoring EnvironmentalProcess <|-- EnvironmentalMonitoring Inheritance EnvironmentalProcess EnvironmentalMonitoring Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalMonitoring native linkml_common:EnvironmentalMonitoring LinkML Source Direct name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess Induced name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Class: EnvironmentalMonitoring"},{"location":"EnvironmentalMonitoring/#class-environmentalmonitoring","text":"URI: linkml_common:EnvironmentalMonitoring classDiagram class EnvironmentalMonitoring EnvironmentalProcess <|-- EnvironmentalMonitoring","title":"Class: EnvironmentalMonitoring"},{"location":"EnvironmentalMonitoring/#inheritance","text":"EnvironmentalProcess EnvironmentalMonitoring","title":"Inheritance"},{"location":"EnvironmentalMonitoring/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"EnvironmentalMonitoring/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalMonitoring/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalMonitoring/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalMonitoring native linkml_common:EnvironmentalMonitoring","title":"Mappings"},{"location":"EnvironmentalMonitoring/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalMonitoring/#direct","text":"name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Direct"},{"location":"EnvironmentalMonitoring/#induced","text":"name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Induced"},{"location":"EnvironmentalProcess/","text":"Class: EnvironmentalProcess URI: linkml_common:EnvironmentalProcess classDiagram class EnvironmentalProcess EnvironmentalProcess <|-- EnvironmentalMonitoring Inheritance EnvironmentalProcess EnvironmentalMonitoring Slots Name Cardinality and Range Description Inheritance Comments TODO Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalProcess native linkml_common:EnvironmentalProcess LinkML Source Direct name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common Induced name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Class: EnvironmentalProcess"},{"location":"EnvironmentalProcess/#class-environmentalprocess","text":"URI: linkml_common:EnvironmentalProcess classDiagram class EnvironmentalProcess EnvironmentalProcess <|-- EnvironmentalMonitoring","title":"Class: EnvironmentalProcess"},{"location":"EnvironmentalProcess/#inheritance","text":"EnvironmentalProcess EnvironmentalMonitoring","title":"Inheritance"},{"location":"EnvironmentalProcess/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"EnvironmentalProcess/#comments","text":"TODO","title":"Comments"},{"location":"EnvironmentalProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalProcess native linkml_common:EnvironmentalProcess","title":"Mappings"},{"location":"EnvironmentalProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalProcess/#direct","text":"name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Direct"},{"location":"EnvironmentalProcess/#induced","text":"name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Induced"},{"location":"EnvironmentalSite/","text":"Class: EnvironmentalSite A location or site that is the subject of environmental monitoring URI: linkml_common:EnvironmentalSite classDiagram class EnvironmentalSite Place <|-- EnvironmentalSite EnvironmentalSite : address EnvironmentalSite --> PostalAddress : address EnvironmentalSite : bounding_coordinates EnvironmentalSite --> GeoBoxLocation : bounding_coordinates EnvironmentalSite : description EnvironmentalSite : geolocation EnvironmentalSite --> GeoPointLocation : geolocation EnvironmentalSite : id EnvironmentalSite : name EnvironmentalSite : ontology_types EnvironmentalSite --> Concept : ontology_types EnvironmentalSite : subtype EnvironmentalSite : type Inheritance Entity NamedThing Place EnvironmentalSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalSite native linkml_common:EnvironmentalSite LinkML Source Direct name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place Induced name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: EnvironmentalSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: EnvironmentalSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: EnvironmentalSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EnvironmentalSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EnvironmentalSite domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EnvironmentalSite domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EnvironmentalSite domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EnvironmentalSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EnvironmentalSite domain_of: - TimePoint - NamedThing range: string","title":"Class: EnvironmentalSite"},{"location":"EnvironmentalSite/#class-environmentalsite","text":"A location or site that is the subject of environmental monitoring URI: linkml_common:EnvironmentalSite classDiagram class EnvironmentalSite Place <|-- EnvironmentalSite EnvironmentalSite : address EnvironmentalSite --> PostalAddress : address EnvironmentalSite : bounding_coordinates EnvironmentalSite --> GeoBoxLocation : bounding_coordinates EnvironmentalSite : description EnvironmentalSite : geolocation EnvironmentalSite --> GeoPointLocation : geolocation EnvironmentalSite : id EnvironmentalSite : name EnvironmentalSite : ontology_types EnvironmentalSite --> Concept : ontology_types EnvironmentalSite : subtype EnvironmentalSite : type","title":"Class: EnvironmentalSite"},{"location":"EnvironmentalSite/#inheritance","text":"Entity NamedThing Place EnvironmentalSite","title":"Inheritance"},{"location":"EnvironmentalSite/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EnvironmentalSite/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalSite/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalSite/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalSite native linkml_common:EnvironmentalSite","title":"Mappings"},{"location":"EnvironmentalSite/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalSite/#direct","text":"name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place","title":"Direct"},{"location":"EnvironmentalSite/#induced","text":"name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: EnvironmentalSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: EnvironmentalSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: EnvironmentalSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EnvironmentalSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EnvironmentalSite domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EnvironmentalSite domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: EnvironmentalSite domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EnvironmentalSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EnvironmentalSite domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Event/","text":"Class: Event A thing that happens URI: linkml_common:Event classDiagram class Event NamedThing <|-- Event Event <|-- LifeEvent Event <|-- PlannedProcess Event <|-- HealthcareEncounter Event <|-- HealthcareConditionOccurrence Event <|-- EngineeringProcess Event <|-- ClinicalCohortEnrollment Event : description Event : ends_at Event --> TimePoint : ends_at Event : happens_at Event --> TimePoint : happens_at Event : has_duration Event --> Duration : has_duration Event : has_interval Event --> TemporalInterval : has_interval Event : id Event : name Event : ontology_types Event --> Concept : ontology_types Event : starts_at Event --> TimePoint : starts_at Event : subtype Event : type Inheritance Entity NamedThing Event LifeEvent PlannedProcess HealthcareEncounter HealthcareConditionOccurrence EngineeringProcess ClinicalCohortEnrollment Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct happens_at 0..1 TimePoint direct has_interval 0..1 TemporalInterval direct has_duration 0..1 Duration direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used TimePoint marker_event range Event Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Event native linkml_common:Event LinkML Source Direct name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - starts_at - ends_at - happens_at - has_interval - has_duration Induced name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: Event domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: Event domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: Event domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Event domain_of: - NamedThing range: uriorcurie name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Event domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Event domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Event domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Event domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Event domain_of: - TimePoint - NamedThing range: string","title":"Class: Event"},{"location":"Event/#class-event","text":"A thing that happens URI: linkml_common:Event classDiagram class Event NamedThing <|-- Event Event <|-- LifeEvent Event <|-- PlannedProcess Event <|-- HealthcareEncounter Event <|-- HealthcareConditionOccurrence Event <|-- EngineeringProcess Event <|-- ClinicalCohortEnrollment Event : description Event : ends_at Event --> TimePoint : ends_at Event : happens_at Event --> TimePoint : happens_at Event : has_duration Event --> Duration : has_duration Event : has_interval Event --> TemporalInterval : has_interval Event : id Event : name Event : ontology_types Event --> Concept : ontology_types Event : starts_at Event --> TimePoint : starts_at Event : subtype Event : type","title":"Class: Event"},{"location":"Event/#inheritance","text":"Entity NamedThing Event LifeEvent PlannedProcess HealthcareEncounter HealthcareConditionOccurrence EngineeringProcess ClinicalCohortEnrollment","title":"Inheritance"},{"location":"Event/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct happens_at 0..1 TimePoint direct has_interval 0..1 TemporalInterval direct has_duration 0..1 Duration direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Event/#usages","text":"used by used in type used TimePoint marker_event range Event","title":"Usages"},{"location":"Event/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Event/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Event/#mappings","text":"Mapping Type Mapped Value self linkml_common:Event native linkml_common:Event","title":"Mappings"},{"location":"Event/#linkml-source","text":"","title":"LinkML Source"},{"location":"Event/#direct","text":"name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - starts_at - ends_at - happens_at - has_interval - has_duration","title":"Direct"},{"location":"Event/#induced","text":"name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: Event domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: Event domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: Event domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Event domain_of: - NamedThing range: uriorcurie name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Event domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Event domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Event domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Event domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Event domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"FinancialAccount/","text":"Class: FinancialAccount A bank account URI: linkml_common:FinancialAccount classDiagram class FinancialAccount FinancialProduct <|-- FinancialAccount FinancialAccount : account_holder FinancialAccount --> Person : account_holder FinancialAccount : account_number FinancialAccount : bank FinancialAccount --> Organization : bank FinancialAccount : type Inheritance Entity Intangible Service FinancialProduct FinancialAccount Slots Name Cardinality and Range Description Inheritance account_number 0..1 String The account number direct bank 0..1 Organization The bank that holds the account direct account_holder 0..1 Person The person or organization that holds the account direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FinancialAccount native linkml_common:FinancialAccount exact fibo:ProductsAndServices/ClientsAndAccounts/Account, schema:BankAccount LinkML Source Direct name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: Person Induced name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialAccount domain_of: - Entity - NamedThing range: string","title":"Class: FinancialAccount"},{"location":"FinancialAccount/#class-financialaccount","text":"A bank account URI: linkml_common:FinancialAccount classDiagram class FinancialAccount FinancialProduct <|-- FinancialAccount FinancialAccount : account_holder FinancialAccount --> Person : account_holder FinancialAccount : account_number FinancialAccount : bank FinancialAccount --> Organization : bank FinancialAccount : type","title":"Class: FinancialAccount"},{"location":"FinancialAccount/#inheritance","text":"Entity Intangible Service FinancialProduct FinancialAccount","title":"Inheritance"},{"location":"FinancialAccount/#slots","text":"Name Cardinality and Range Description Inheritance account_number 0..1 String The account number direct bank 0..1 Organization The bank that holds the account direct account_holder 0..1 Person The person or organization that holds the account direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FinancialAccount/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FinancialAccount/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FinancialAccount/#mappings","text":"Mapping Type Mapped Value self linkml_common:FinancialAccount native linkml_common:FinancialAccount exact fibo:ProductsAndServices/ClientsAndAccounts/Account, schema:BankAccount","title":"Mappings"},{"location":"FinancialAccount/#linkml-source","text":"","title":"LinkML Source"},{"location":"FinancialAccount/#direct","text":"name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 range: Person","title":"Direct"},{"location":"FinancialAccount/#induced","text":"name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialAccount domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"FinancialProduct/","text":"Class: FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. URI: linkml_common:FinancialProduct classDiagram class FinancialProduct Service <|-- FinancialProduct FinancialProduct <|-- FinancialAccount FinancialProduct : type Inheritance Entity Intangible Service FinancialProduct FinancialAccount Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FinancialProduct native linkml_common:FinancialProduct LinkML Source Direct name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service Induced name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialProduct domain_of: - Entity - NamedThing range: string","title":"Class: FinancialProduct"},{"location":"FinancialProduct/#class-financialproduct","text":"A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. URI: linkml_common:FinancialProduct classDiagram class FinancialProduct Service <|-- FinancialProduct FinancialProduct <|-- FinancialAccount FinancialProduct : type","title":"Class: FinancialProduct"},{"location":"FinancialProduct/#inheritance","text":"Entity Intangible Service FinancialProduct FinancialAccount","title":"Inheritance"},{"location":"FinancialProduct/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FinancialProduct/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FinancialProduct/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FinancialProduct/#mappings","text":"Mapping Type Mapped Value self linkml_common:FinancialProduct native linkml_common:FinancialProduct","title":"Mappings"},{"location":"FinancialProduct/#linkml-source","text":"","title":"LinkML Source"},{"location":"FinancialProduct/#direct","text":"name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service","title":"Direct"},{"location":"FinancialProduct/#induced","text":"name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialProduct domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Float/","text":"Type: Float A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Float"},{"location":"Float/#type-float","text":"A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float","title":"Type: Float"},{"location":"Float/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Float/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodIngredient/","text":"Class: FoodIngredient URI: linkml_common:FoodIngredient classDiagram class FoodIngredient Quantity <|-- FoodIngredient FoodIngredient : has_quantity_kind FoodIngredient --> QuantityKind : has_quantity_kind FoodIngredient : type Inheritance Entity Intangible Quantity FoodIngredient Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used FoodRecipe ingredients range FoodIngredient Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodIngredient native linkml_common:FoodIngredient LinkML Source Direct name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity Induced name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: FoodIngredient domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodIngredient domain_of: - Entity - NamedThing range: string","title":"Class: FoodIngredient"},{"location":"FoodIngredient/#class-foodingredient","text":"URI: linkml_common:FoodIngredient classDiagram class FoodIngredient Quantity <|-- FoodIngredient FoodIngredient : has_quantity_kind FoodIngredient --> QuantityKind : has_quantity_kind FoodIngredient : type","title":"Class: FoodIngredient"},{"location":"FoodIngredient/#inheritance","text":"Entity Intangible Quantity FoodIngredient","title":"Inheritance"},{"location":"FoodIngredient/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FoodIngredient/#usages","text":"used by used in type used FoodRecipe ingredients range FoodIngredient","title":"Usages"},{"location":"FoodIngredient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodIngredient/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodIngredient/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodIngredient native linkml_common:FoodIngredient","title":"Mappings"},{"location":"FoodIngredient/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodIngredient/#direct","text":"name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity","title":"Direct"},{"location":"FoodIngredient/#induced","text":"name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: FoodIngredient domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodIngredient domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"FoodProcessing/","text":"Class: FoodProcessing URI: linkml_common:FoodProcessing classDiagram class FoodProcessing MaterialProcessing <|-- FoodProcessing FoodProcessing : description FoodProcessing : ends_at FoodProcessing --> TimePoint : ends_at FoodProcessing : follows_procedure FoodProcessing --> Procedure : follows_procedure FoodProcessing : happens_at FoodProcessing --> TimePoint : happens_at FoodProcessing : has_duration FoodProcessing --> Duration : has_duration FoodProcessing : has_interval FoodProcessing --> TemporalInterval : has_interval FoodProcessing : id FoodProcessing : name FoodProcessing : ontology_types FoodProcessing --> Concept : ontology_types FoodProcessing : starts_at FoodProcessing --> TimePoint : starts_at FoodProcessing : subtype FoodProcessing : type FoodProcessing : uses_physical_device FoodProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing FoodProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used FoodRecipe steps range FoodProcessing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodProcessing native linkml_common:FoodProcessing LinkML Source Direct name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: FoodProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: FoodProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: FoodProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: FoodProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: FoodProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodProcessing domain_of: - TimePoint - NamedThing range: string","title":"Class: FoodProcessing"},{"location":"FoodProcessing/#class-foodprocessing","text":"URI: linkml_common:FoodProcessing classDiagram class FoodProcessing MaterialProcessing <|-- FoodProcessing FoodProcessing : description FoodProcessing : ends_at FoodProcessing --> TimePoint : ends_at FoodProcessing : follows_procedure FoodProcessing --> Procedure : follows_procedure FoodProcessing : happens_at FoodProcessing --> TimePoint : happens_at FoodProcessing : has_duration FoodProcessing --> Duration : has_duration FoodProcessing : has_interval FoodProcessing --> TemporalInterval : has_interval FoodProcessing : id FoodProcessing : name FoodProcessing : ontology_types FoodProcessing --> Concept : ontology_types FoodProcessing : starts_at FoodProcessing --> TimePoint : starts_at FoodProcessing : subtype FoodProcessing : type FoodProcessing : uses_physical_device FoodProcessing --> PhysicalDevice : uses_physical_device","title":"Class: FoodProcessing"},{"location":"FoodProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing FoodProcessing","title":"Inheritance"},{"location":"FoodProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodProcessing/#usages","text":"used by used in type used FoodRecipe steps range FoodProcessing","title":"Usages"},{"location":"FoodProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodProcessing native linkml_common:FoodProcessing","title":"Mappings"},{"location":"FoodProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodProcessing/#direct","text":"name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"FoodProcessing/#induced","text":"name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: FoodProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: FoodProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: FoodProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: FoodProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: FoodProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodProcessing domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"FoodRecipe/","text":"Class: FoodRecipe URI: linkml_common:FoodRecipe classDiagram class FoodRecipe Procedure <|-- FoodRecipe FoodRecipe : description FoodRecipe : id FoodRecipe : ingredients FoodRecipe --> FoodIngredient : ingredients FoodRecipe : name FoodRecipe : ontology_types FoodRecipe --> Concept : ontology_types FoodRecipe : steps FoodRecipe --> FoodProcessing : steps FoodRecipe : subtype FoodRecipe : type Inheritance Entity NamedThing Specification Procedure FoodRecipe Slots Name Cardinality and Range Description Inheritance ingredients 0..* FoodIngredient direct steps 0..* FoodProcessing direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodRecipe native linkml_common:FoodRecipe LinkML Source Direct name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true range: FoodProcessing Induced name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodRecipe domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodRecipe domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodRecipe domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodRecipe domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodRecipe domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodRecipe domain_of: - TimePoint - NamedThing range: string","title":"Class: FoodRecipe"},{"location":"FoodRecipe/#class-foodrecipe","text":"URI: linkml_common:FoodRecipe classDiagram class FoodRecipe Procedure <|-- FoodRecipe FoodRecipe : description FoodRecipe : id FoodRecipe : ingredients FoodRecipe --> FoodIngredient : ingredients FoodRecipe : name FoodRecipe : ontology_types FoodRecipe --> Concept : ontology_types FoodRecipe : steps FoodRecipe --> FoodProcessing : steps FoodRecipe : subtype FoodRecipe : type","title":"Class: FoodRecipe"},{"location":"FoodRecipe/#inheritance","text":"Entity NamedThing Specification Procedure FoodRecipe","title":"Inheritance"},{"location":"FoodRecipe/#slots","text":"Name Cardinality and Range Description Inheritance ingredients 0..* FoodIngredient direct steps 0..* FoodProcessing direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodRecipe/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodRecipe/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodRecipe/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodRecipe native linkml_common:FoodRecipe","title":"Mappings"},{"location":"FoodRecipe/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodRecipe/#direct","text":"name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true range: FoodProcessing","title":"Direct"},{"location":"FoodRecipe/#induced","text":"name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodRecipe domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodRecipe domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodRecipe domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodRecipe domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodRecipe domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodRecipe domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"FoodTypeConcept/","text":"Class: FoodTypeConcept URI: linkml_common:FoodTypeConcept classDiagram class FoodTypeConcept Concept <|-- FoodTypeConcept FoodTypeConcept <|-- BasicFoodType FoodTypeConcept <|-- CompositeFoodType FoodTypeConcept : description FoodTypeConcept : id FoodTypeConcept : name FoodTypeConcept : ontology_types FoodTypeConcept --> Concept : ontology_types FoodTypeConcept : subtype FoodTypeConcept : type Inheritance Entity NamedThing Concept FoodTypeConcept BasicFoodType CompositeFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodTypeConcept native linkml_common:FoodTypeConcept LinkML Source Direct name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodTypeConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodTypeConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodTypeConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodTypeConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodTypeConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodTypeConcept domain_of: - TimePoint - NamedThing range: string","title":"Class: FoodTypeConcept"},{"location":"FoodTypeConcept/#class-foodtypeconcept","text":"URI: linkml_common:FoodTypeConcept classDiagram class FoodTypeConcept Concept <|-- FoodTypeConcept FoodTypeConcept <|-- BasicFoodType FoodTypeConcept <|-- CompositeFoodType FoodTypeConcept : description FoodTypeConcept : id FoodTypeConcept : name FoodTypeConcept : ontology_types FoodTypeConcept --> Concept : ontology_types FoodTypeConcept : subtype FoodTypeConcept : type","title":"Class: FoodTypeConcept"},{"location":"FoodTypeConcept/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept BasicFoodType CompositeFoodType","title":"Inheritance"},{"location":"FoodTypeConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodTypeConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodTypeConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodTypeConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodTypeConcept native linkml_common:FoodTypeConcept","title":"Mappings"},{"location":"FoodTypeConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodTypeConcept/#direct","text":"name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"FoodTypeConcept/#induced","text":"name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodTypeConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodTypeConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodTypeConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: FoodTypeConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodTypeConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodTypeConcept domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"GeoBoxLocation/","text":"Class: GeoBoxLocation URI: linkml_common:GeoBoxLocation classDiagram class GeoBoxLocation Location <|-- GeoBoxLocation GeoBoxLocation : east_bounding_coordinate GeoBoxLocation : north_bounding_coordinate GeoBoxLocation : south_bounding_coordinate GeoBoxLocation : west_bounding_coordinate Inheritance Location GeoBoxLocation Slots Name Cardinality and Range Description Inheritance west_bounding_coordinate 0..1 Decimal The westernmost coordinate of the location direct east_bounding_coordinate 0..1 Decimal The easternmost coordinate of the location direct north_bounding_coordinate 0..1 Decimal The northernmost coordinate of the location direct south_bounding_coordinate 0..1 Decimal The southernmost coordinate of the location direct Usages used by used in type used HealthcareSite bounding_coordinates range GeoBoxLocation Place bounding_coordinates range GeoBoxLocation Landform bounding_coordinates range GeoBoxLocation EnvironmentalSite bounding_coordinates range GeoBoxLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:GeoBoxLocation native linkml_common:GeoBoxLocation LinkML Source Direct name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal Induced name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Class: GeoBoxLocation"},{"location":"GeoBoxLocation/#class-geoboxlocation","text":"URI: linkml_common:GeoBoxLocation classDiagram class GeoBoxLocation Location <|-- GeoBoxLocation GeoBoxLocation : east_bounding_coordinate GeoBoxLocation : north_bounding_coordinate GeoBoxLocation : south_bounding_coordinate GeoBoxLocation : west_bounding_coordinate","title":"Class: GeoBoxLocation"},{"location":"GeoBoxLocation/#inheritance","text":"Location GeoBoxLocation","title":"Inheritance"},{"location":"GeoBoxLocation/#slots","text":"Name Cardinality and Range Description Inheritance west_bounding_coordinate 0..1 Decimal The westernmost coordinate of the location direct east_bounding_coordinate 0..1 Decimal The easternmost coordinate of the location direct north_bounding_coordinate 0..1 Decimal The northernmost coordinate of the location direct south_bounding_coordinate 0..1 Decimal The southernmost coordinate of the location direct","title":"Slots"},{"location":"GeoBoxLocation/#usages","text":"used by used in type used HealthcareSite bounding_coordinates range GeoBoxLocation Place bounding_coordinates range GeoBoxLocation Landform bounding_coordinates range GeoBoxLocation EnvironmentalSite bounding_coordinates range GeoBoxLocation","title":"Usages"},{"location":"GeoBoxLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"GeoBoxLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"GeoBoxLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:GeoBoxLocation native linkml_common:GeoBoxLocation","title":"Mappings"},{"location":"GeoBoxLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"GeoBoxLocation/#direct","text":"name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal","title":"Direct"},{"location":"GeoBoxLocation/#induced","text":"name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Induced"},{"location":"GeoPointLocation/","text":"Class: GeoPointLocation URI: linkml_common:GeoPointLocation classDiagram class GeoPointLocation PointLocation <|-- GeoPointLocation GeoPointLocation : altitude GeoPointLocation : latitude GeoPointLocation : longitude Inheritance Location PointLocation GeoPointLocation Slots Name Cardinality and Range Description Inheritance latitude 0..1 Decimal The latitude of the location direct longitude 0..1 Decimal The longitude of the location direct altitude 0..1 Decimal The altitude of the location direct Usages used by used in type used HealthcareSite geolocation range GeoPointLocation Place geolocation range GeoPointLocation Landform geolocation range GeoPointLocation EnvironmentalSite geolocation range GeoPointLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:GeoPointLocation native linkml_common:GeoPointLocation LinkML Source Direct name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal unit: ucum_code: m Induced name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Class: GeoPointLocation"},{"location":"GeoPointLocation/#class-geopointlocation","text":"URI: linkml_common:GeoPointLocation classDiagram class GeoPointLocation PointLocation <|-- GeoPointLocation GeoPointLocation : altitude GeoPointLocation : latitude GeoPointLocation : longitude","title":"Class: GeoPointLocation"},{"location":"GeoPointLocation/#inheritance","text":"Location PointLocation GeoPointLocation","title":"Inheritance"},{"location":"GeoPointLocation/#slots","text":"Name Cardinality and Range Description Inheritance latitude 0..1 Decimal The latitude of the location direct longitude 0..1 Decimal The longitude of the location direct altitude 0..1 Decimal The altitude of the location direct","title":"Slots"},{"location":"GeoPointLocation/#usages","text":"used by used in type used HealthcareSite geolocation range GeoPointLocation Place geolocation range GeoPointLocation Landform geolocation range GeoPointLocation EnvironmentalSite geolocation range GeoPointLocation","title":"Usages"},{"location":"GeoPointLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"GeoPointLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"GeoPointLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:GeoPointLocation native linkml_common:GeoPointLocation","title":"Mappings"},{"location":"GeoPointLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"GeoPointLocation/#direct","text":"name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 range: decimal unit: ucum_code: m","title":"Direct"},{"location":"GeoPointLocation/#induced","text":"name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Induced"},{"location":"HealthcareConditionOccurrence/","text":"Class: HealthcareConditionOccurrence URI: linkml_common:HealthcareConditionOccurrence classDiagram class HealthcareConditionOccurrence Event <|-- HealthcareConditionOccurrence HealthcareConditionOccurrence : description HealthcareConditionOccurrence : ends_at HealthcareConditionOccurrence --> TimePoint : ends_at HealthcareConditionOccurrence : happens_at HealthcareConditionOccurrence --> TimePoint : happens_at HealthcareConditionOccurrence : has_duration HealthcareConditionOccurrence --> Duration : has_duration HealthcareConditionOccurrence : has_interval HealthcareConditionOccurrence --> TemporalInterval : has_interval HealthcareConditionOccurrence : id HealthcareConditionOccurrence : name HealthcareConditionOccurrence : observed_during HealthcareConditionOccurrence --> HealthcareEncounter : observed_during HealthcareConditionOccurrence : ontology_types HealthcareConditionOccurrence --> Concept : ontology_types HealthcareConditionOccurrence : patient HealthcareConditionOccurrence --> Patient : patient HealthcareConditionOccurrence : starts_at HealthcareConditionOccurrence --> TimePoint : starts_at HealthcareConditionOccurrence : subtype HealthcareConditionOccurrence : type Inheritance Entity NamedThing Event HealthcareConditionOccurrence Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct observed_during 0..1 HealthcareEncounter direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareConditionOccurrence native linkml_common:HealthcareConditionOccurrence exact omopschema:CONDITION_OCCURRENCE LinkML Source Direct name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 range: HealthcareEncounter Induced name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare alias: patient owner: HealthcareConditionOccurrence domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareConditionOccurrence domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareConditionOccurrence domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareConditionOccurrence domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareConditionOccurrence domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareConditionOccurrence domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareConditionOccurrence domain_of: - TimePoint - NamedThing range: string","title":"Class: HealthcareConditionOccurrence"},{"location":"HealthcareConditionOccurrence/#class-healthcareconditionoccurrence","text":"URI: linkml_common:HealthcareConditionOccurrence classDiagram class HealthcareConditionOccurrence Event <|-- HealthcareConditionOccurrence HealthcareConditionOccurrence : description HealthcareConditionOccurrence : ends_at HealthcareConditionOccurrence --> TimePoint : ends_at HealthcareConditionOccurrence : happens_at HealthcareConditionOccurrence --> TimePoint : happens_at HealthcareConditionOccurrence : has_duration HealthcareConditionOccurrence --> Duration : has_duration HealthcareConditionOccurrence : has_interval HealthcareConditionOccurrence --> TemporalInterval : has_interval HealthcareConditionOccurrence : id HealthcareConditionOccurrence : name HealthcareConditionOccurrence : observed_during HealthcareConditionOccurrence --> HealthcareEncounter : observed_during HealthcareConditionOccurrence : ontology_types HealthcareConditionOccurrence --> Concept : ontology_types HealthcareConditionOccurrence : patient HealthcareConditionOccurrence --> Patient : patient HealthcareConditionOccurrence : starts_at HealthcareConditionOccurrence --> TimePoint : starts_at HealthcareConditionOccurrence : subtype HealthcareConditionOccurrence : type","title":"Class: HealthcareConditionOccurrence"},{"location":"HealthcareConditionOccurrence/#inheritance","text":"Entity NamedThing Event HealthcareConditionOccurrence","title":"Inheritance"},{"location":"HealthcareConditionOccurrence/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct observed_during 0..1 HealthcareEncounter direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareConditionOccurrence/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareConditionOccurrence/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareConditionOccurrence/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareConditionOccurrence native linkml_common:HealthcareConditionOccurrence exact omopschema:CONDITION_OCCURRENCE","title":"Mappings"},{"location":"HealthcareConditionOccurrence/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareConditionOccurrence/#direct","text":"name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 range: HealthcareEncounter","title":"Direct"},{"location":"HealthcareConditionOccurrence/#induced","text":"name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare alias: patient owner: HealthcareConditionOccurrence domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareConditionOccurrence domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareConditionOccurrence domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareConditionOccurrence domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareConditionOccurrence domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareConditionOccurrence domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareConditionOccurrence domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"HealthcareEncounter/","text":"Class: HealthcareEncounter URI: linkml_common:HealthcareEncounter classDiagram class HealthcareEncounter Event <|-- HealthcareEncounter HealthcareEncounter : description HealthcareEncounter : ends_at HealthcareEncounter --> TimePoint : ends_at HealthcareEncounter : happens_at HealthcareEncounter --> TimePoint : happens_at HealthcareEncounter : has_duration HealthcareEncounter --> Duration : has_duration HealthcareEncounter : has_interval HealthcareEncounter --> TemporalInterval : has_interval HealthcareEncounter : id HealthcareEncounter : name HealthcareEncounter : ontology_types HealthcareEncounter --> Concept : ontology_types HealthcareEncounter : patient HealthcareEncounter --> Patient : patient HealthcareEncounter : provider HealthcareEncounter --> HealthcareProvider : provider HealthcareEncounter : starts_at HealthcareEncounter --> TimePoint : starts_at HealthcareEncounter : subtype HealthcareEncounter --> HealthcareEncounterClassification : subtype HealthcareEncounter : type Inheritance Entity NamedThing Event HealthcareEncounter Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct provider 0..1 HealthcareProvider direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 HealthcareEncounterClassification An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareConditionOccurrence observed_during range HealthcareEncounter Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareEncounter native linkml_common:HealthcareEncounter exact omopschema:VISIT_OCCURRENCE LinkML Source Direct name: HealthcareEncounter from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: subtype: name: subtype domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: HealthcareProvider Induced name: HealthcareEncounter from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: subtype: name: subtype domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: patient owner: HealthcareEncounter domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareEncounter domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareEncounter domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareEncounter domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareEncounter domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareEncounter domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareEncounter domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareEncounter domain_of: - NamedThing range: HealthcareEncounterClassification ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareEncounter domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareEncounter domain_of: - TimePoint - NamedThing range: string","title":"Class: HealthcareEncounter"},{"location":"HealthcareEncounter/#class-healthcareencounter","text":"URI: linkml_common:HealthcareEncounter classDiagram class HealthcareEncounter Event <|-- HealthcareEncounter HealthcareEncounter : description HealthcareEncounter : ends_at HealthcareEncounter --> TimePoint : ends_at HealthcareEncounter : happens_at HealthcareEncounter --> TimePoint : happens_at HealthcareEncounter : has_duration HealthcareEncounter --> Duration : has_duration HealthcareEncounter : has_interval HealthcareEncounter --> TemporalInterval : has_interval HealthcareEncounter : id HealthcareEncounter : name HealthcareEncounter : ontology_types HealthcareEncounter --> Concept : ontology_types HealthcareEncounter : patient HealthcareEncounter --> Patient : patient HealthcareEncounter : provider HealthcareEncounter --> HealthcareProvider : provider HealthcareEncounter : starts_at HealthcareEncounter --> TimePoint : starts_at HealthcareEncounter : subtype HealthcareEncounter --> HealthcareEncounterClassification : subtype HealthcareEncounter : type","title":"Class: HealthcareEncounter"},{"location":"HealthcareEncounter/#inheritance","text":"Entity NamedThing Event HealthcareEncounter","title":"Inheritance"},{"location":"HealthcareEncounter/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct provider 0..1 HealthcareProvider direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 HealthcareEncounterClassification An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareEncounter/#usages","text":"used by used in type used HealthcareConditionOccurrence observed_during range HealthcareEncounter","title":"Usages"},{"location":"HealthcareEncounter/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareEncounter/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareEncounter/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareEncounter native linkml_common:HealthcareEncounter exact omopschema:VISIT_OCCURRENCE","title":"Mappings"},{"location":"HealthcareEncounter/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareEncounter/#direct","text":"name: HealthcareEncounter from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: subtype: name: subtype domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: HealthcareProvider","title":"Direct"},{"location":"HealthcareEncounter/#induced","text":"name: HealthcareEncounter from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: subtype: name: subtype domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: patient owner: HealthcareEncounter domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareEncounter domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareEncounter domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareEncounter domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareEncounter domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareEncounter domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareEncounter domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareEncounter domain_of: - NamedThing range: HealthcareEncounterClassification ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareEncounter domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareEncounter domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"HealthcareEncounterClassification/","text":"Enum: HealthcareEncounterClassification URI: HealthcareEncounterClassification Permissible Values Value Meaning Description Inpatient Visit None Person visiting hospital, at a Care Site, in bed, for duration of more than o... Emergency Room Visit None Person visiting dedicated healthcare institution for treating emergencies, at... Emergency Room and Inpatient Visit None Person visiting ER followed by a subsequent Inpatient Visit, where Emergency ... Non-hospital institution Visit None Person visiting dedicated institution for reasons of poor health, at a Care S... Outpatient Visit None Person visiting dedicated ambulatory healthcare institution, at a Care Site, ... Home Visit None Provider visiting Person, without a Care Site, within one day, delivering ser... Telehealth Visit None Patient engages with Provider through communication media Pharmacy Visit None Person visiting pharmacy for dispensing of Drug, at a Care Site, within one d... Laboratory Visit None Patient visiting dedicated institution, at a Care Site, within one day, for t... Ambulance Visit None Person using transportation service for the purpose of initiating one of the ... Case Management Visit None Person interacting with healthcare system, without a Care Site, within a day,... Slots Name Description subtype Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: HealthcareEncounterClassification from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: Inpatient Visit: text: Inpatient Visit description: Person visiting hospital, at a Care Site, in bed, for duration of more than one day, with physicians and other Providers permanently available to deliver service around the clock Emergency Room Visit: text: Emergency Room Visit description: Person visiting dedicated healthcare institution for treating emergencies, at a Care Site, within one day, with physicians and Providers permanently available to deliver service around the clock Emergency Room and Inpatient Visit: text: Emergency Room and Inpatient Visit description: Person visiting ER followed by a subsequent Inpatient Visit, where Emergency department is part of hospital, and transition from the ER to other hospital departments is undefined Non-hospital institution Visit: text: Non-hospital institution Visit description: Person visiting dedicated institution for reasons of poor health, at a Care Site, long-term or permanently, with no physician but possibly other Providers permanently available to deliver service around the clock Outpatient Visit: text: Outpatient Visit description: Person visiting dedicated ambulatory healthcare institution, at a Care Site, within one day, without bed, with physicians or medical Providers delivering service during Visit Home Visit: text: Home Visit description: Provider visiting Person, without a Care Site, within one day, delivering service Telehealth Visit: text: Telehealth Visit description: Patient engages with Provider through communication media Pharmacy Visit: text: Pharmacy Visit description: Person visiting pharmacy for dispensing of Drug, at a Care Site, within one day Laboratory Visit: text: Laboratory Visit description: Patient visiting dedicated institution, at a Care Site, within one day, for the purpose of a Measurement. Ambulance Visit: text: Ambulance Visit description: Person using transportation service for the purpose of initiating one of the other Visits, without a Care Site, within one day, potentially with Providers accompanying the Visit and delivering service Case Management Visit: text: Case Management Visit description: Person interacting with healthcare system, without a Care Site, within a day, with no Providers involved, for administrative purposes","title":"Enum: HealthcareEncounterClassification"},{"location":"HealthcareEncounterClassification/#enum-healthcareencounterclassification","text":"URI: HealthcareEncounterClassification","title":"Enum: HealthcareEncounterClassification"},{"location":"HealthcareEncounterClassification/#permissible-values","text":"Value Meaning Description Inpatient Visit None Person visiting hospital, at a Care Site, in bed, for duration of more than o... Emergency Room Visit None Person visiting dedicated healthcare institution for treating emergencies, at... Emergency Room and Inpatient Visit None Person visiting ER followed by a subsequent Inpatient Visit, where Emergency ... Non-hospital institution Visit None Person visiting dedicated institution for reasons of poor health, at a Care S... Outpatient Visit None Person visiting dedicated ambulatory healthcare institution, at a Care Site, ... Home Visit None Provider visiting Person, without a Care Site, within one day, delivering ser... Telehealth Visit None Patient engages with Provider through communication media Pharmacy Visit None Person visiting pharmacy for dispensing of Drug, at a Care Site, within one d... Laboratory Visit None Patient visiting dedicated institution, at a Care Site, within one day, for t... Ambulance Visit None Person using transportation service for the purpose of initiating one of the ... Case Management Visit None Person interacting with healthcare system, without a Care Site, within a day,...","title":"Permissible Values"},{"location":"HealthcareEncounterClassification/#slots","text":"Name Description subtype","title":"Slots"},{"location":"HealthcareEncounterClassification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareEncounterClassification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareEncounterClassification/#linkml-source","text":"name: HealthcareEncounterClassification from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: Inpatient Visit: text: Inpatient Visit description: Person visiting hospital, at a Care Site, in bed, for duration of more than one day, with physicians and other Providers permanently available to deliver service around the clock Emergency Room Visit: text: Emergency Room Visit description: Person visiting dedicated healthcare institution for treating emergencies, at a Care Site, within one day, with physicians and Providers permanently available to deliver service around the clock Emergency Room and Inpatient Visit: text: Emergency Room and Inpatient Visit description: Person visiting ER followed by a subsequent Inpatient Visit, where Emergency department is part of hospital, and transition from the ER to other hospital departments is undefined Non-hospital institution Visit: text: Non-hospital institution Visit description: Person visiting dedicated institution for reasons of poor health, at a Care Site, long-term or permanently, with no physician but possibly other Providers permanently available to deliver service around the clock Outpatient Visit: text: Outpatient Visit description: Person visiting dedicated ambulatory healthcare institution, at a Care Site, within one day, without bed, with physicians or medical Providers delivering service during Visit Home Visit: text: Home Visit description: Provider visiting Person, without a Care Site, within one day, delivering service Telehealth Visit: text: Telehealth Visit description: Patient engages with Provider through communication media Pharmacy Visit: text: Pharmacy Visit description: Person visiting pharmacy for dispensing of Drug, at a Care Site, within one day Laboratory Visit: text: Laboratory Visit description: Patient visiting dedicated institution, at a Care Site, within one day, for the purpose of a Measurement. Ambulance Visit: text: Ambulance Visit description: Person using transportation service for the purpose of initiating one of the other Visits, without a Care Site, within one day, potentially with Providers accompanying the Visit and delivering service Case Management Visit: text: Case Management Visit description: Person interacting with healthcare system, without a Care Site, within a day, with no Providers involved, for administrative purposes","title":"LinkML Source"},{"location":"HealthcareOrganization/","text":"Class: HealthcareOrganization URI: linkml_common:HealthcareOrganization classDiagram class HealthcareOrganization Organization <|-- HealthcareOrganization HealthcareOrganization : description HealthcareOrganization : id HealthcareOrganization : name HealthcareOrganization : ontology_types HealthcareOrganization --> Concept : ontology_types HealthcareOrganization : subtype HealthcareOrganization : type Inheritance Entity NamedThing Agent Organization HealthcareOrganization Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareOrganization native linkml_common:HealthcareOrganization LinkML Source Direct name: HealthcareOrganization from_schema: https://w3id.org/linkml/linkml-common is_a: Organization Induced name: HealthcareOrganization from_schema: https://w3id.org/linkml/linkml-common is_a: Organization attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareOrganization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareOrganization domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareOrganization domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareOrganization domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareOrganization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareOrganization domain_of: - TimePoint - NamedThing range: string","title":"Class: HealthcareOrganization"},{"location":"HealthcareOrganization/#class-healthcareorganization","text":"URI: linkml_common:HealthcareOrganization classDiagram class HealthcareOrganization Organization <|-- HealthcareOrganization HealthcareOrganization : description HealthcareOrganization : id HealthcareOrganization : name HealthcareOrganization : ontology_types HealthcareOrganization --> Concept : ontology_types HealthcareOrganization : subtype HealthcareOrganization : type","title":"Class: HealthcareOrganization"},{"location":"HealthcareOrganization/#inheritance","text":"Entity NamedThing Agent Organization HealthcareOrganization","title":"Inheritance"},{"location":"HealthcareOrganization/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareOrganization/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareOrganization/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareOrganization/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareOrganization native linkml_common:HealthcareOrganization","title":"Mappings"},{"location":"HealthcareOrganization/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareOrganization/#direct","text":"name: HealthcareOrganization from_schema: https://w3id.org/linkml/linkml-common is_a: Organization","title":"Direct"},{"location":"HealthcareOrganization/#induced","text":"name: HealthcareOrganization from_schema: https://w3id.org/linkml/linkml-common is_a: Organization attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareOrganization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareOrganization domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareOrganization domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareOrganization domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareOrganization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareOrganization domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"HealthcareProvider/","text":"Class: HealthcareProvider URI: linkml_common:HealthcareProvider classDiagram class HealthcareProvider HealthcareRole <|-- HealthcareProvider HealthcareProvider : care_site HealthcareProvider --> HealthcareSite : care_site HealthcareProvider : is_person HealthcareProvider --> Person : is_person HealthcareProvider : speciality HealthcareProvider --> Concept : speciality HealthcareProvider : type Inheritance Entity Intangible Role HealthcareRole HealthcareProvider Slots Name Cardinality and Range Description Inheritance speciality 0..1 Concept direct care_site 0..1 HealthcareSite direct is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareEncounter provider range HealthcareProvider Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareProvider native linkml_common:HealthcareProvider LinkML Source Direct name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: HealthcareSite Induced name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareProvider domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareProvider domain_of: - Entity - NamedThing range: string","title":"Class: HealthcareProvider"},{"location":"HealthcareProvider/#class-healthcareprovider","text":"URI: linkml_common:HealthcareProvider classDiagram class HealthcareProvider HealthcareRole <|-- HealthcareProvider HealthcareProvider : care_site HealthcareProvider --> HealthcareSite : care_site HealthcareProvider : is_person HealthcareProvider --> Person : is_person HealthcareProvider : speciality HealthcareProvider --> Concept : speciality HealthcareProvider : type","title":"Class: HealthcareProvider"},{"location":"HealthcareProvider/#inheritance","text":"Entity Intangible Role HealthcareRole HealthcareProvider","title":"Inheritance"},{"location":"HealthcareProvider/#slots","text":"Name Cardinality and Range Description Inheritance speciality 0..1 Concept direct care_site 0..1 HealthcareSite direct is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"HealthcareProvider/#usages","text":"used by used in type used HealthcareEncounter provider range HealthcareProvider","title":"Usages"},{"location":"HealthcareProvider/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareProvider/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareProvider/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareProvider native linkml_common:HealthcareProvider","title":"Mappings"},{"location":"HealthcareProvider/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareProvider/#direct","text":"name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: HealthcareSite","title":"Direct"},{"location":"HealthcareProvider/#induced","text":"name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareProvider domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareProvider domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"HealthcareRole/","text":"Class: HealthcareRole URI: linkml_common:HealthcareRole classDiagram class HealthcareRole Role <|-- HealthcareRole HealthcareRole <|-- HealthcareProvider HealthcareRole <|-- Patient HealthcareRole : is_person HealthcareRole --> Person : is_person HealthcareRole : type Inheritance Entity Intangible Role HealthcareRole HealthcareProvider Patient Slots Name Cardinality and Range Description Inheritance is_person 0..1 Person direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareRole native linkml_common:HealthcareRole LinkML Source Direct name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Person Induced name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareRole domain_of: - Entity - NamedThing range: string","title":"Class: HealthcareRole"},{"location":"HealthcareRole/#class-healthcarerole","text":"URI: linkml_common:HealthcareRole classDiagram class HealthcareRole Role <|-- HealthcareRole HealthcareRole <|-- HealthcareProvider HealthcareRole <|-- Patient HealthcareRole : is_person HealthcareRole --> Person : is_person HealthcareRole : type","title":"Class: HealthcareRole"},{"location":"HealthcareRole/#inheritance","text":"Entity Intangible Role HealthcareRole HealthcareProvider Patient","title":"Inheritance"},{"location":"HealthcareRole/#slots","text":"Name Cardinality and Range Description Inheritance is_person 0..1 Person direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"HealthcareRole/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareRole/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareRole/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareRole native linkml_common:HealthcareRole","title":"Mappings"},{"location":"HealthcareRole/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareRole/#direct","text":"name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 range: Person","title":"Direct"},{"location":"HealthcareRole/#induced","text":"name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareRole domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"HealthcareSite/","text":"Class: HealthcareSite URI: linkml_common:HealthcareSite classDiagram class HealthcareSite Place <|-- HealthcareSite HealthcareSite : address HealthcareSite --> PostalAddress : address HealthcareSite : bounding_coordinates HealthcareSite --> GeoBoxLocation : bounding_coordinates HealthcareSite : description HealthcareSite : geolocation HealthcareSite --> GeoPointLocation : geolocation HealthcareSite : id HealthcareSite : name HealthcareSite : ontology_types HealthcareSite --> Concept : ontology_types HealthcareSite : subtype HealthcareSite : type Inheritance Entity NamedThing Place HealthcareSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareProvider care_site range HealthcareSite Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareSite native linkml_common:HealthcareSite exact omopschema:CARE_SITE LinkML Source Direct name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place Induced name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: HealthcareSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: HealthcareSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: HealthcareSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareSite domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareSite domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareSite domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareSite domain_of: - TimePoint - NamedThing range: string","title":"Class: HealthcareSite"},{"location":"HealthcareSite/#class-healthcaresite","text":"URI: linkml_common:HealthcareSite classDiagram class HealthcareSite Place <|-- HealthcareSite HealthcareSite : address HealthcareSite --> PostalAddress : address HealthcareSite : bounding_coordinates HealthcareSite --> GeoBoxLocation : bounding_coordinates HealthcareSite : description HealthcareSite : geolocation HealthcareSite --> GeoPointLocation : geolocation HealthcareSite : id HealthcareSite : name HealthcareSite : ontology_types HealthcareSite --> Concept : ontology_types HealthcareSite : subtype HealthcareSite : type","title":"Class: HealthcareSite"},{"location":"HealthcareSite/#inheritance","text":"Entity NamedThing Place HealthcareSite","title":"Inheritance"},{"location":"HealthcareSite/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareSite/#usages","text":"used by used in type used HealthcareProvider care_site range HealthcareSite","title":"Usages"},{"location":"HealthcareSite/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareSite/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareSite/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareSite native linkml_common:HealthcareSite exact omopschema:CARE_SITE","title":"Mappings"},{"location":"HealthcareSite/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareSite/#direct","text":"name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place","title":"Direct"},{"location":"HealthcareSite/#induced","text":"name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: HealthcareSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: HealthcareSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: HealthcareSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareSite domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareSite domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: HealthcareSite domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareSite domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"HumanLanguageCodeEnum/","text":"Enum: HumanLanguageCodeEnum An enumeration of languages URI: HumanLanguageCodeEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: HumanLanguageCodeEnum description: An enumeration of languages from_schema: https://w3id.org/linkml/linkml-common rank: 1000","title":"Enum: HumanLanguageCodeEnum"},{"location":"HumanLanguageCodeEnum/#enum-humanlanguagecodeenum","text":"An enumeration of languages URI: HumanLanguageCodeEnum This is a dynamic enum","title":"Enum: HumanLanguageCodeEnum"},{"location":"HumanLanguageCodeEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HumanLanguageCodeEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HumanLanguageCodeEnum/#linkml-source","text":"name: HumanLanguageCodeEnum description: An enumeration of languages from_schema: https://w3id.org/linkml/linkml-common rank: 1000","title":"LinkML Source"},{"location":"InformationEntity/","text":"Class: InformationEntity An entity that describes some information URI: linkml_common:InformationEntity classDiagram class InformationEntity NamedThing <|-- InformationEntity InformationEntity : describes InformationEntity --> Any : describes InformationEntity : description InformationEntity : id InformationEntity : name InformationEntity : ontology_types InformationEntity --> Concept : ontology_types InformationEntity : subtype InformationEntity : type Inheritance Entity NamedThing InformationEntity Slots Name Cardinality and Range Description Inheritance describes 0..1 Any The thing that is being described direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InformationEntity native linkml_common:InformationEntity LinkML Source Direct name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - describes Induced name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: describes: name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes owner: InformationEntity domain_of: - InformationEntity range: Any id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InformationEntity domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InformationEntity domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InformationEntity domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InformationEntity domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InformationEntity domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InformationEntity domain_of: - TimePoint - NamedThing range: string","title":"Class: InformationEntity"},{"location":"InformationEntity/#class-informationentity","text":"An entity that describes some information URI: linkml_common:InformationEntity classDiagram class InformationEntity NamedThing <|-- InformationEntity InformationEntity : describes InformationEntity --> Any : describes InformationEntity : description InformationEntity : id InformationEntity : name InformationEntity : ontology_types InformationEntity --> Concept : ontology_types InformationEntity : subtype InformationEntity : type","title":"Class: InformationEntity"},{"location":"InformationEntity/#inheritance","text":"Entity NamedThing InformationEntity","title":"Inheritance"},{"location":"InformationEntity/#slots","text":"Name Cardinality and Range Description Inheritance describes 0..1 Any The thing that is being described direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InformationEntity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InformationEntity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InformationEntity/#mappings","text":"Mapping Type Mapped Value self linkml_common:InformationEntity native linkml_common:InformationEntity","title":"Mappings"},{"location":"InformationEntity/#linkml-source","text":"","title":"LinkML Source"},{"location":"InformationEntity/#direct","text":"name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - describes","title":"Direct"},{"location":"InformationEntity/#induced","text":"name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: describes: name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes owner: InformationEntity domain_of: - InformationEntity range: Any id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InformationEntity domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InformationEntity domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InformationEntity domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InformationEntity domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InformationEntity domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InformationEntity domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Intangible/","text":"Class: Intangible An entity that is not a physical object, process, or information URI: schema:Intangible classDiagram class Intangible Entity <|-- Intangible Intangible <|-- TimePointOrTemporalInterval Intangible <|-- Quantity Intangible <|-- QuantityRange Intangible <|-- Role Intangible <|-- Relationship Intangible <|-- Collection Intangible <|-- Service Intangible <|-- DataStructure Intangible : type Inheritance Entity Intangible TimePointOrTemporalInterval Quantity QuantityRange Role Relationship Collection Service DataStructure Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Intangible native linkml_common:Intangible LinkML Source Direct name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity class_uri: schema:Intangible Induced name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Intangible domain_of: - Entity - NamedThing range: string class_uri: schema:Intangible","title":"Class: Intangible"},{"location":"Intangible/#class-intangible","text":"An entity that is not a physical object, process, or information URI: schema:Intangible classDiagram class Intangible Entity <|-- Intangible Intangible <|-- TimePointOrTemporalInterval Intangible <|-- Quantity Intangible <|-- QuantityRange Intangible <|-- Role Intangible <|-- Relationship Intangible <|-- Collection Intangible <|-- Service Intangible <|-- DataStructure Intangible : type","title":"Class: Intangible"},{"location":"Intangible/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval Quantity QuantityRange Role Relationship Collection Service DataStructure","title":"Inheritance"},{"location":"Intangible/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Intangible/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Intangible/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Intangible/#mappings","text":"Mapping Type Mapped Value self schema:Intangible native linkml_common:Intangible","title":"Mappings"},{"location":"Intangible/#linkml-source","text":"","title":"LinkML Source"},{"location":"Intangible/#direct","text":"name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity class_uri: schema:Intangible","title":"Direct"},{"location":"Intangible/#induced","text":"name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Intangible domain_of: - Entity - NamedThing range: string class_uri: schema:Intangible","title":"Induced"},{"location":"Integer/","text":"Type: Integer An integer URI: xsd:integer base : int uri : xsd:integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Integer"},{"location":"Integer/#type-integer","text":"An integer URI: xsd:integer base : int uri : xsd:integer","title":"Type: Integer"},{"location":"Integer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Integer/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Investigation/","text":"Class: Investigation URI: linkml_common:Investigation classDiagram class Investigation NamedThing <|-- Investigation Investigation : description Investigation : id Investigation : name Investigation : objectives Investigation : ontology_types Investigation --> Concept : ontology_types Investigation : subtype Investigation : type Investigation : variables Investigation --> Variable : variables Inheritance Entity NamedThing Investigation Slots Name Cardinality and Range Description Inheritance objectives 0..1 String direct variables 0..* Variable direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess part_of range Investigation SampleCollectionProcess part_of range Investigation DataGenerationFromSample part_of range Investigation Dataset collected_as_part_of range Investigation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Investigation native linkml_common:Investigation LinkML Source Direct name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true range: Variable Induced name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Investigation domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Investigation domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Investigation domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Investigation domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Investigation domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Investigation domain_of: - TimePoint - NamedThing range: string","title":"Class: Investigation"},{"location":"Investigation/#class-investigation","text":"URI: linkml_common:Investigation classDiagram class Investigation NamedThing <|-- Investigation Investigation : description Investigation : id Investigation : name Investigation : objectives Investigation : ontology_types Investigation --> Concept : ontology_types Investigation : subtype Investigation : type Investigation : variables Investigation --> Variable : variables","title":"Class: Investigation"},{"location":"Investigation/#inheritance","text":"Entity NamedThing Investigation","title":"Inheritance"},{"location":"Investigation/#slots","text":"Name Cardinality and Range Description Inheritance objectives 0..1 String direct variables 0..* Variable direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Investigation/#usages","text":"used by used in type used InvestigativeProcess part_of range Investigation SampleCollectionProcess part_of range Investigation DataGenerationFromSample part_of range Investigation Dataset collected_as_part_of range Investigation","title":"Usages"},{"location":"Investigation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Investigation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Investigation/#mappings","text":"Mapping Type Mapped Value self linkml_common:Investigation native linkml_common:Investigation","title":"Mappings"},{"location":"Investigation/#linkml-source","text":"","title":"LinkML Source"},{"location":"Investigation/#direct","text":"name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true range: Variable","title":"Direct"},{"location":"Investigation/#induced","text":"name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Investigation domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Investigation domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Investigation domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Investigation domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Investigation domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Investigation domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"InvestigativeProcess/","text":"Class: InvestigativeProcess URI: linkml_common:InvestigativeProcess classDiagram class InvestigativeProcess PlannedProcess <|-- InvestigativeProcess InvestigativeProcess <|-- SampleCollectionProcess InvestigativeProcess <|-- DataGenerationFromSample InvestigativeProcess : description InvestigativeProcess : ends_at InvestigativeProcess --> TimePoint : ends_at InvestigativeProcess : follows_procedure InvestigativeProcess --> InvestigativeProtocol : follows_procedure InvestigativeProcess : happens_at InvestigativeProcess --> TimePoint : happens_at InvestigativeProcess : has_duration InvestigativeProcess --> Duration : has_duration InvestigativeProcess : has_interval InvestigativeProcess --> TemporalInterval : has_interval InvestigativeProcess : id InvestigativeProcess : name InvestigativeProcess : ontology_types InvestigativeProcess --> Concept : ontology_types InvestigativeProcess : part_of InvestigativeProcess --> Investigation : part_of InvestigativeProcess : starts_at InvestigativeProcess --> TimePoint : starts_at InvestigativeProcess : subtype InvestigativeProcess : type InvestigativeProcess : uses_physical_device InvestigativeProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess DataGenerationFromSample Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol direct part_of 0..1 Investigation direct uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InvestigativeProcess native linkml_common:InvestigativeProcess LinkML Source Direct name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: Investigation Induced name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: InvestigativeProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: InvestigativeProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: InvestigativeProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: InvestigativeProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: InvestigativeProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InvestigativeProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProcess domain_of: - TimePoint - NamedThing range: string","title":"Class: InvestigativeProcess"},{"location":"InvestigativeProcess/#class-investigativeprocess","text":"URI: linkml_common:InvestigativeProcess classDiagram class InvestigativeProcess PlannedProcess <|-- InvestigativeProcess InvestigativeProcess <|-- SampleCollectionProcess InvestigativeProcess <|-- DataGenerationFromSample InvestigativeProcess : description InvestigativeProcess : ends_at InvestigativeProcess --> TimePoint : ends_at InvestigativeProcess : follows_procedure InvestigativeProcess --> InvestigativeProtocol : follows_procedure InvestigativeProcess : happens_at InvestigativeProcess --> TimePoint : happens_at InvestigativeProcess : has_duration InvestigativeProcess --> Duration : has_duration InvestigativeProcess : has_interval InvestigativeProcess --> TemporalInterval : has_interval InvestigativeProcess : id InvestigativeProcess : name InvestigativeProcess : ontology_types InvestigativeProcess --> Concept : ontology_types InvestigativeProcess : part_of InvestigativeProcess --> Investigation : part_of InvestigativeProcess : starts_at InvestigativeProcess --> TimePoint : starts_at InvestigativeProcess : subtype InvestigativeProcess : type InvestigativeProcess : uses_physical_device InvestigativeProcess --> PhysicalDevice : uses_physical_device","title":"Class: InvestigativeProcess"},{"location":"InvestigativeProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess DataGenerationFromSample","title":"Inheritance"},{"location":"InvestigativeProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol direct part_of 0..1 Investigation direct uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InvestigativeProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InvestigativeProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InvestigativeProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:InvestigativeProcess native linkml_common:InvestigativeProcess","title":"Mappings"},{"location":"InvestigativeProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"InvestigativeProcess/#direct","text":"name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: Investigation","title":"Direct"},{"location":"InvestigativeProcess/#induced","text":"name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: InvestigativeProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: InvestigativeProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: InvestigativeProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: InvestigativeProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: InvestigativeProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InvestigativeProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProcess domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"InvestigativeProtocol/","text":"Class: InvestigativeProtocol URI: linkml_common:InvestigativeProtocol classDiagram class InvestigativeProtocol Procedure <|-- InvestigativeProtocol InvestigativeProtocol : description InvestigativeProtocol : id InvestigativeProtocol : name InvestigativeProtocol : ontology_types InvestigativeProtocol --> Concept : ontology_types InvestigativeProtocol : subtype InvestigativeProtocol : type Inheritance Entity NamedThing Specification Procedure InvestigativeProtocol Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess follows_procedure range InvestigativeProtocol SampleCollectionProcess follows_procedure range InvestigativeProtocol DataGenerationFromSample follows_procedure range InvestigativeProtocol Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InvestigativeProtocol native linkml_common:InvestigativeProtocol LinkML Source Direct name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure Induced name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProtocol domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProtocol domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProtocol domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InvestigativeProtocol domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProtocol domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProtocol domain_of: - TimePoint - NamedThing range: string","title":"Class: InvestigativeProtocol"},{"location":"InvestigativeProtocol/#class-investigativeprotocol","text":"URI: linkml_common:InvestigativeProtocol classDiagram class InvestigativeProtocol Procedure <|-- InvestigativeProtocol InvestigativeProtocol : description InvestigativeProtocol : id InvestigativeProtocol : name InvestigativeProtocol : ontology_types InvestigativeProtocol --> Concept : ontology_types InvestigativeProtocol : subtype InvestigativeProtocol : type","title":"Class: InvestigativeProtocol"},{"location":"InvestigativeProtocol/#inheritance","text":"Entity NamedThing Specification Procedure InvestigativeProtocol","title":"Inheritance"},{"location":"InvestigativeProtocol/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InvestigativeProtocol/#usages","text":"used by used in type used InvestigativeProcess follows_procedure range InvestigativeProtocol SampleCollectionProcess follows_procedure range InvestigativeProtocol DataGenerationFromSample follows_procedure range InvestigativeProtocol","title":"Usages"},{"location":"InvestigativeProtocol/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InvestigativeProtocol/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InvestigativeProtocol/#mappings","text":"Mapping Type Mapped Value self linkml_common:InvestigativeProtocol native linkml_common:InvestigativeProtocol","title":"Mappings"},{"location":"InvestigativeProtocol/#linkml-source","text":"","title":"LinkML Source"},{"location":"InvestigativeProtocol/#direct","text":"name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure","title":"Direct"},{"location":"InvestigativeProtocol/#induced","text":"name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProtocol domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProtocol domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProtocol domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: InvestigativeProtocol domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProtocol domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProtocol domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Jsonpath/","text":"Type: Jsonpath A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Jsonpath"},{"location":"Jsonpath/#type-jsonpath","text":"A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpath"},{"location":"Jsonpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpath/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Jsonpointer/","text":"Type: Jsonpointer A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#type-jsonpointer","text":"A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpointer/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Landform/","text":"Class: Landform A natural feature of the solid surface of the Earth or other planetary body URI: linkml_common:Landform classDiagram class Landform Place <|-- Landform Landform : address Landform --> PostalAddress : address Landform : bounding_coordinates Landform --> GeoBoxLocation : bounding_coordinates Landform : description Landform : geolocation Landform --> GeoPointLocation : geolocation Landform : id Landform : name Landform : ontology_types Landform --> Concept : ontology_types Landform : subtype Landform : type Inheritance Entity NamedThing Place Landform Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 1..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Landform native linkml_common:Landform exact ENVO:00000083, fhir:Location LinkML Source Direct name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place required: true Induced name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place required: true attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Landform domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Landform domain_of: - Place range: GeoPointLocation required: true bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Landform domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Landform domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Landform domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Landform domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Landform domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Landform domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Landform domain_of: - TimePoint - NamedThing range: string","title":"Class: Landform"},{"location":"Landform/#class-landform","text":"A natural feature of the solid surface of the Earth or other planetary body URI: linkml_common:Landform classDiagram class Landform Place <|-- Landform Landform : address Landform --> PostalAddress : address Landform : bounding_coordinates Landform --> GeoBoxLocation : bounding_coordinates Landform : description Landform : geolocation Landform --> GeoPointLocation : geolocation Landform : id Landform : name Landform : ontology_types Landform --> Concept : ontology_types Landform : subtype Landform : type","title":"Class: Landform"},{"location":"Landform/#inheritance","text":"Entity NamedThing Place Landform","title":"Inheritance"},{"location":"Landform/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 1..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Landform/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Landform/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Landform/#mappings","text":"Mapping Type Mapped Value self linkml_common:Landform native linkml_common:Landform exact ENVO:00000083, fhir:Location","title":"Mappings"},{"location":"Landform/#linkml-source","text":"","title":"LinkML Source"},{"location":"Landform/#direct","text":"name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place required: true","title":"Direct"},{"location":"Landform/#induced","text":"name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place required: true attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Landform domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Landform domain_of: - Place range: GeoPointLocation required: true bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Landform domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Landform domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Landform domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Landform domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Landform domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Landform domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Landform domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"LifeEvent/","text":"Class: LifeEvent URI: linkml_common:LifeEvent classDiagram class LifeEvent Event <|-- LifeEvent LifeEvent : description LifeEvent : ends_at LifeEvent --> TimePoint : ends_at LifeEvent : happens_at LifeEvent --> TimePoint : happens_at LifeEvent : has_duration LifeEvent --> Duration : has_duration LifeEvent : has_interval LifeEvent --> TemporalInterval : has_interval LifeEvent : id LifeEvent : name LifeEvent : ontology_types LifeEvent --> Concept : ontology_types LifeEvent : starts_at LifeEvent --> TimePoint : starts_at LifeEvent : subtype LifeEvent : type Inheritance Entity NamedThing Event LifeEvent Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:LifeEvent native linkml_common:LifeEvent LinkML Source Direct name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event Induced name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: LifeEvent domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: LifeEvent domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: LifeEvent domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: LifeEvent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: LifeEvent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: LifeEvent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: LifeEvent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: LifeEvent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: LifeEvent domain_of: - TimePoint - NamedThing range: string","title":"Class: LifeEvent"},{"location":"LifeEvent/#class-lifeevent","text":"URI: linkml_common:LifeEvent classDiagram class LifeEvent Event <|-- LifeEvent LifeEvent : description LifeEvent : ends_at LifeEvent --> TimePoint : ends_at LifeEvent : happens_at LifeEvent --> TimePoint : happens_at LifeEvent : has_duration LifeEvent --> Duration : has_duration LifeEvent : has_interval LifeEvent --> TemporalInterval : has_interval LifeEvent : id LifeEvent : name LifeEvent : ontology_types LifeEvent --> Concept : ontology_types LifeEvent : starts_at LifeEvent --> TimePoint : starts_at LifeEvent : subtype LifeEvent : type","title":"Class: LifeEvent"},{"location":"LifeEvent/#inheritance","text":"Entity NamedThing Event LifeEvent","title":"Inheritance"},{"location":"LifeEvent/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"LifeEvent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"LifeEvent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"LifeEvent/#mappings","text":"Mapping Type Mapped Value self linkml_common:LifeEvent native linkml_common:LifeEvent","title":"Mappings"},{"location":"LifeEvent/#linkml-source","text":"","title":"LinkML Source"},{"location":"LifeEvent/#direct","text":"name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event","title":"Direct"},{"location":"LifeEvent/#induced","text":"name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: LifeEvent domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: LifeEvent domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: LifeEvent domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: LifeEvent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: LifeEvent domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: LifeEvent domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: LifeEvent domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: LifeEvent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: LifeEvent domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Location/","text":"Class: Location NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Location classDiagram class Location Location <|-- PointLocation Location <|-- GeoBoxLocation Inheritance Location PointLocation GeoBoxLocation Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Location native linkml_common:Location LinkML Source Direct name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true Induced name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Class: Location"},{"location":"Location/#class-location","text":"NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Location classDiagram class Location Location <|-- PointLocation Location <|-- GeoBoxLocation","title":"Class: Location"},{"location":"Location/#inheritance","text":"Location PointLocation GeoBoxLocation","title":"Inheritance"},{"location":"Location/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"Location/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Location/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Location/#mappings","text":"Mapping Type Mapped Value self linkml_common:Location native linkml_common:Location","title":"Mappings"},{"location":"Location/#linkml-source","text":"","title":"LinkML Source"},{"location":"Location/#direct","text":"name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Direct"},{"location":"Location/#induced","text":"name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Induced"},{"location":"MaterialCollection/","text":"Class: MaterialCollection URI: linkml_common:MaterialCollection classDiagram class MaterialCollection PlannedProcess <|-- MaterialCollection MaterialCollection : description MaterialCollection : ends_at MaterialCollection --> TimePoint : ends_at MaterialCollection : follows_procedure MaterialCollection --> Procedure : follows_procedure MaterialCollection : happens_at MaterialCollection --> TimePoint : happens_at MaterialCollection : has_duration MaterialCollection --> Duration : has_duration MaterialCollection : has_interval MaterialCollection --> TemporalInterval : has_interval MaterialCollection : id MaterialCollection : name MaterialCollection : ontology_types MaterialCollection --> Concept : ontology_types MaterialCollection : starts_at MaterialCollection --> TimePoint : starts_at MaterialCollection : subtype MaterialCollection : type MaterialCollection : uses_physical_device MaterialCollection --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialCollection Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MaterialCollection native linkml_common:MaterialCollection LinkML Source Direct name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess Induced name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialCollection domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialCollection domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialCollection domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialCollection domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialCollection domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialCollection domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialCollection domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialCollection domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: MaterialCollection domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialCollection domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialCollection domain_of: - TimePoint - NamedThing range: string","title":"Class: MaterialCollection"},{"location":"MaterialCollection/#class-materialcollection","text":"URI: linkml_common:MaterialCollection classDiagram class MaterialCollection PlannedProcess <|-- MaterialCollection MaterialCollection : description MaterialCollection : ends_at MaterialCollection --> TimePoint : ends_at MaterialCollection : follows_procedure MaterialCollection --> Procedure : follows_procedure MaterialCollection : happens_at MaterialCollection --> TimePoint : happens_at MaterialCollection : has_duration MaterialCollection --> Duration : has_duration MaterialCollection : has_interval MaterialCollection --> TemporalInterval : has_interval MaterialCollection : id MaterialCollection : name MaterialCollection : ontology_types MaterialCollection --> Concept : ontology_types MaterialCollection : starts_at MaterialCollection --> TimePoint : starts_at MaterialCollection : subtype MaterialCollection : type MaterialCollection : uses_physical_device MaterialCollection --> PhysicalDevice : uses_physical_device","title":"Class: MaterialCollection"},{"location":"MaterialCollection/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialCollection","title":"Inheritance"},{"location":"MaterialCollection/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"MaterialCollection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MaterialCollection/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MaterialCollection/#mappings","text":"Mapping Type Mapped Value self linkml_common:MaterialCollection native linkml_common:MaterialCollection","title":"Mappings"},{"location":"MaterialCollection/#linkml-source","text":"","title":"LinkML Source"},{"location":"MaterialCollection/#direct","text":"name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess","title":"Direct"},{"location":"MaterialCollection/#induced","text":"name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialCollection domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialCollection domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialCollection domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialCollection domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialCollection domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialCollection domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialCollection domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialCollection domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: MaterialCollection domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialCollection domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialCollection domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"MaterialProcessing/","text":"Class: MaterialProcessing URI: linkml_common:MaterialProcessing classDiagram class MaterialProcessing PlannedProcess <|-- MaterialProcessing MaterialProcessing <|-- SampleProcessing MaterialProcessing <|-- FoodProcessing MaterialProcessing <|-- EngineeringMaterialProcessing MaterialProcessing : description MaterialProcessing : ends_at MaterialProcessing --> TimePoint : ends_at MaterialProcessing : follows_procedure MaterialProcessing --> Procedure : follows_procedure MaterialProcessing : happens_at MaterialProcessing --> TimePoint : happens_at MaterialProcessing : has_duration MaterialProcessing --> Duration : has_duration MaterialProcessing : has_interval MaterialProcessing --> TemporalInterval : has_interval MaterialProcessing : id MaterialProcessing : name MaterialProcessing : ontology_types MaterialProcessing --> Concept : ontology_types MaterialProcessing : starts_at MaterialProcessing --> TimePoint : starts_at MaterialProcessing : subtype MaterialProcessing : type MaterialProcessing : uses_physical_device MaterialProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing FoodProcessing EngineeringMaterialProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MaterialProcessing native linkml_common:MaterialProcessing LinkML Source Direct name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess Induced name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: MaterialProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialProcessing domain_of: - TimePoint - NamedThing range: string","title":"Class: MaterialProcessing"},{"location":"MaterialProcessing/#class-materialprocessing","text":"URI: linkml_common:MaterialProcessing classDiagram class MaterialProcessing PlannedProcess <|-- MaterialProcessing MaterialProcessing <|-- SampleProcessing MaterialProcessing <|-- FoodProcessing MaterialProcessing <|-- EngineeringMaterialProcessing MaterialProcessing : description MaterialProcessing : ends_at MaterialProcessing --> TimePoint : ends_at MaterialProcessing : follows_procedure MaterialProcessing --> Procedure : follows_procedure MaterialProcessing : happens_at MaterialProcessing --> TimePoint : happens_at MaterialProcessing : has_duration MaterialProcessing --> Duration : has_duration MaterialProcessing : has_interval MaterialProcessing --> TemporalInterval : has_interval MaterialProcessing : id MaterialProcessing : name MaterialProcessing : ontology_types MaterialProcessing --> Concept : ontology_types MaterialProcessing : starts_at MaterialProcessing --> TimePoint : starts_at MaterialProcessing : subtype MaterialProcessing : type MaterialProcessing : uses_physical_device MaterialProcessing --> PhysicalDevice : uses_physical_device","title":"Class: MaterialProcessing"},{"location":"MaterialProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing FoodProcessing EngineeringMaterialProcessing","title":"Inheritance"},{"location":"MaterialProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"MaterialProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MaterialProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MaterialProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:MaterialProcessing native linkml_common:MaterialProcessing","title":"Mappings"},{"location":"MaterialProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"MaterialProcessing/#direct","text":"name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess","title":"Direct"},{"location":"MaterialProcessing/#induced","text":"name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: MaterialProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialProcessing domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"MathematicalOperation/","text":"Class: MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs URI: linkml_common:MathematicalOperation classDiagram class MathematicalOperation MathematicalOperation <|-- UnitConversionOperation MathematicalOperation : immediate_preceding_steps MathematicalOperation --> MathematicalOperation : immediate_preceding_steps MathematicalOperation : inputs MathematicalOperation --> Any : inputs MathematicalOperation : outputs MathematicalOperation --> Any : outputs MathematicalOperation : parts MathematicalOperation --> MathematicalOperation : parts Inheritance MathematicalOperation UnitConversionOperation Slots Name Cardinality and Range Description Inheritance inputs 0..* Any The inputs to the operation direct outputs 0..* Any The outputs of the operation direct parts 0..* MathematicalOperation The parts of the process direct immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step direct Usages used by used in type used UnitConversionOperation parts range MathematicalOperation UnitConversionOperation immediate_preceding_steps range MathematicalOperation MathematicalOperation parts range MathematicalOperation MathematicalOperation immediate_preceding_steps range MathematicalOperation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MathematicalOperation native linkml_common:MathematicalOperation LinkML Source Direct name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: MathematicalOperation Induced name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Class: MathematicalOperation"},{"location":"MathematicalOperation/#class-mathematicaloperation","text":"Application of a mathematical operation to one or more inputs to produce one or more outputs URI: linkml_common:MathematicalOperation classDiagram class MathematicalOperation MathematicalOperation <|-- UnitConversionOperation MathematicalOperation : immediate_preceding_steps MathematicalOperation --> MathematicalOperation : immediate_preceding_steps MathematicalOperation : inputs MathematicalOperation --> Any : inputs MathematicalOperation : outputs MathematicalOperation --> Any : outputs MathematicalOperation : parts MathematicalOperation --> MathematicalOperation : parts","title":"Class: MathematicalOperation"},{"location":"MathematicalOperation/#inheritance","text":"MathematicalOperation UnitConversionOperation","title":"Inheritance"},{"location":"MathematicalOperation/#slots","text":"Name Cardinality and Range Description Inheritance inputs 0..* Any The inputs to the operation direct outputs 0..* Any The outputs of the operation direct parts 0..* MathematicalOperation The parts of the process direct immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step direct","title":"Slots"},{"location":"MathematicalOperation/#usages","text":"used by used in type used UnitConversionOperation parts range MathematicalOperation UnitConversionOperation immediate_preceding_steps range MathematicalOperation MathematicalOperation parts range MathematicalOperation MathematicalOperation immediate_preceding_steps range MathematicalOperation","title":"Usages"},{"location":"MathematicalOperation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MathematicalOperation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MathematicalOperation/#mappings","text":"Mapping Type Mapped Value self linkml_common:MathematicalOperation native linkml_common:MathematicalOperation","title":"Mappings"},{"location":"MathematicalOperation/#linkml-source","text":"","title":"LinkML Source"},{"location":"MathematicalOperation/#direct","text":"name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true range: MathematicalOperation","title":"Direct"},{"location":"MathematicalOperation/#induced","text":"name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Induced"},{"location":"Measurement/","text":"Class: Measurement URI: linkml_common:Measurement classDiagram class Measurement Observation <|-- Measurement Measurement : quantity_measured Measurement --> Quantity : quantity_measured Measurement : type Measurement : variable_measured Measurement --> Variable : variable_measured Inheritance Entity Observation Measurement Slots Name Cardinality and Range Description Inheritance quantity_measured 0..1 Quantity The quantity being measured direct variable_measured 0..1 Variable The variable being measured direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Measurement native linkml_common:Measurement LinkML Source Direct name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 range: Variable Induced name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Measurement domain_of: - Entity - NamedThing range: string","title":"Class: Measurement"},{"location":"Measurement/#class-measurement","text":"URI: linkml_common:Measurement classDiagram class Measurement Observation <|-- Measurement Measurement : quantity_measured Measurement --> Quantity : quantity_measured Measurement : type Measurement : variable_measured Measurement --> Variable : variable_measured","title":"Class: Measurement"},{"location":"Measurement/#inheritance","text":"Entity Observation Measurement","title":"Inheritance"},{"location":"Measurement/#slots","text":"Name Cardinality and Range Description Inheritance quantity_measured 0..1 Quantity The quantity being measured direct variable_measured 0..1 Variable The variable being measured direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Measurement/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Measurement/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Measurement/#mappings","text":"Mapping Type Mapped Value self linkml_common:Measurement native linkml_common:Measurement","title":"Mappings"},{"location":"Measurement/#linkml-source","text":"","title":"LinkML Source"},{"location":"Measurement/#direct","text":"name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 range: Variable","title":"Direct"},{"location":"Measurement/#induced","text":"name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Measurement domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"MoneyQuantity/","text":"Class: MoneyQuantity A quantity of money URI: fhir:MoneyQuantity classDiagram class MoneyQuantity Quantity <|-- MoneyQuantity MoneyQuantity : has_quantity_kind MoneyQuantity --> QuantityKind : has_quantity_kind MoneyQuantity : type MoneyQuantity : unit MoneyQuantity --> CurrencyConcept : unit MoneyQuantity : value Inheritance Entity Intangible Quantity MoneyQuantity Slots Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 CurrencyConcept The currency of the quantity direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:MoneyQuantity native linkml_common:MoneyQuantity LinkML Source Direct name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial role: currency range: CurrencyConcept class_uri: fhir:MoneyQuantity Induced name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial alias: value owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial alias: unit owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: MoneyQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MoneyQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:MoneyQuantity","title":"Class: MoneyQuantity"},{"location":"MoneyQuantity/#class-moneyquantity","text":"A quantity of money URI: fhir:MoneyQuantity classDiagram class MoneyQuantity Quantity <|-- MoneyQuantity MoneyQuantity : has_quantity_kind MoneyQuantity --> QuantityKind : has_quantity_kind MoneyQuantity : type MoneyQuantity : unit MoneyQuantity --> CurrencyConcept : unit MoneyQuantity : value","title":"Class: MoneyQuantity"},{"location":"MoneyQuantity/#inheritance","text":"Entity Intangible Quantity MoneyQuantity","title":"Inheritance"},{"location":"MoneyQuantity/#slots","text":"Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 CurrencyConcept The currency of the quantity direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"MoneyQuantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MoneyQuantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MoneyQuantity/#mappings","text":"Mapping Type Mapped Value self fhir:MoneyQuantity native linkml_common:MoneyQuantity","title":"Mappings"},{"location":"MoneyQuantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"MoneyQuantity/#direct","text":"name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial role: currency range: CurrencyConcept class_uri: fhir:MoneyQuantity","title":"Direct"},{"location":"MoneyQuantity/#induced","text":"name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial alias: value owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial alias: unit owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: MoneyQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MoneyQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:MoneyQuantity","title":"Induced"},{"location":"NamedThing/","text":"Class: NamedThing URI: linkml_common:NamedThing classDiagram class NamedThing Entity <|-- NamedThing NamedThing <|-- Event NamedThing <|-- Concept NamedThing <|-- InformationEntity NamedThing <|-- PhysicalDevice NamedThing <|-- Specification NamedThing <|-- Agent NamedThing <|-- CreativeWork NamedThing <|-- Investigation NamedThing <|-- SampleMaterial NamedThing <|-- Place NamedThing <|-- RawMaterial NamedThing <|-- ClinicalCohort NamedThing <|-- ClinicalCohortDefinition NamedThing : description NamedThing : id NamedThing : name NamedThing : ontology_types NamedThing --> Concept : ontology_types NamedThing : subtype NamedThing : type Inheritance Entity NamedThing Event Concept InformationEntity PhysicalDevice Specification Agent CreativeWork Investigation SampleMaterial Place RawMaterial ClinicalCohort ClinicalCohortDefinition Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct type 0..1 String A type for a thing direct subtype 0..1 String An enum with a more specific type direct ontology_types 0..* Concept direct description 0..1 String A human-readable description for a thing direct Usages used by used in type used SampleCollectionProcess collected_from range NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:NamedThing native linkml_common:NamedThing LinkML Source Direct name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity slots: - id - name - type - subtype - ontology_types - description Induced name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NamedThing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NamedThing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NamedThing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: NamedThing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NamedThing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NamedThing domain_of: - TimePoint - NamedThing range: string","title":"Class: NamedThing"},{"location":"NamedThing/#class-namedthing","text":"URI: linkml_common:NamedThing classDiagram class NamedThing Entity <|-- NamedThing NamedThing <|-- Event NamedThing <|-- Concept NamedThing <|-- InformationEntity NamedThing <|-- PhysicalDevice NamedThing <|-- Specification NamedThing <|-- Agent NamedThing <|-- CreativeWork NamedThing <|-- Investigation NamedThing <|-- SampleMaterial NamedThing <|-- Place NamedThing <|-- RawMaterial NamedThing <|-- ClinicalCohort NamedThing <|-- ClinicalCohortDefinition NamedThing : description NamedThing : id NamedThing : name NamedThing : ontology_types NamedThing --> Concept : ontology_types NamedThing : subtype NamedThing : type","title":"Class: NamedThing"},{"location":"NamedThing/#inheritance","text":"Entity NamedThing Event Concept InformationEntity PhysicalDevice Specification Agent CreativeWork Investigation SampleMaterial Place RawMaterial ClinicalCohort ClinicalCohortDefinition","title":"Inheritance"},{"location":"NamedThing/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct type 0..1 String A type for a thing direct subtype 0..1 String An enum with a more specific type direct ontology_types 0..* Concept direct description 0..1 String A human-readable description for a thing direct","title":"Slots"},{"location":"NamedThing/#usages","text":"used by used in type used SampleCollectionProcess collected_from range NamedThing","title":"Usages"},{"location":"NamedThing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"NamedThing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"NamedThing/#mappings","text":"Mapping Type Mapped Value self linkml_common:NamedThing native linkml_common:NamedThing","title":"Mappings"},{"location":"NamedThing/#linkml-source","text":"","title":"LinkML Source"},{"location":"NamedThing/#direct","text":"name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity slots: - id - name - type - subtype - ontology_types - description","title":"Direct"},{"location":"NamedThing/#induced","text":"name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NamedThing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NamedThing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NamedThing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: NamedThing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NamedThing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NamedThing domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Ncname/","text":"Type: Ncname Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Ncname"},{"location":"Ncname/#type-ncname","text":"Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str","title":"Type: Ncname"},{"location":"Ncname/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ncname/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Nodeidentifier/","text":"Type: Nodeidentifier A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#type-nodeidentifier","text":"A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Nodeidentifier/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Objectidentifier/","text":"Type: Objectidentifier A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str Comments Used for inheritance and type checking Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#type-objectidentifier","text":"A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#comments","text":"Used for inheritance and type checking","title":"Comments"},{"location":"Objectidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Objectidentifier/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Observation/","text":"Class: Observation A statement about the state of something URI: linkml_common:Observation classDiagram class Observation Entity <|-- Observation Observation <|-- Measurement Observation : type Inheritance Entity Observation Measurement Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Observation native linkml_common:Observation LinkML Source Direct name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity Induced name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Observation domain_of: - Entity - NamedThing range: string","title":"Class: Observation"},{"location":"Observation/#class-observation","text":"A statement about the state of something URI: linkml_common:Observation classDiagram class Observation Entity <|-- Observation Observation <|-- Measurement Observation : type","title":"Class: Observation"},{"location":"Observation/#inheritance","text":"Entity Observation Measurement","title":"Inheritance"},{"location":"Observation/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Observation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Observation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Observation/#mappings","text":"Mapping Type Mapped Value self linkml_common:Observation native linkml_common:Observation","title":"Mappings"},{"location":"Observation/#linkml-source","text":"","title":"LinkML Source"},{"location":"Observation/#direct","text":"name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity","title":"Direct"},{"location":"Observation/#induced","text":"name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Observation domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Organization/","text":"Class: Organization Represents an Organization URI: linkml_common:Organization classDiagram class Organization Agent <|-- Organization Organization <|-- HealthcareOrganization Organization : description Organization : id Organization : name Organization : ontology_types Organization --> Concept : ontology_types Organization : subtype Organization : type Inheritance Entity NamedThing Agent Organization HealthcareOrganization Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used FinancialAccount bank range Organization Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Organization native linkml_common:Organization exact schema:Organization LinkML Source Direct name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent Induced name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Organization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Organization domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Organization domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Organization domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Organization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Organization domain_of: - TimePoint - NamedThing range: string","title":"Class: Organization"},{"location":"Organization/#class-organization","text":"Represents an Organization URI: linkml_common:Organization classDiagram class Organization Agent <|-- Organization Organization <|-- HealthcareOrganization Organization : description Organization : id Organization : name Organization : ontology_types Organization --> Concept : ontology_types Organization : subtype Organization : type","title":"Class: Organization"},{"location":"Organization/#inheritance","text":"Entity NamedThing Agent Organization HealthcareOrganization","title":"Inheritance"},{"location":"Organization/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Organization/#usages","text":"used by used in type used FinancialAccount bank range Organization","title":"Usages"},{"location":"Organization/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Organization/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Organization/#mappings","text":"Mapping Type Mapped Value self linkml_common:Organization native linkml_common:Organization exact schema:Organization","title":"Mappings"},{"location":"Organization/#linkml-source","text":"","title":"LinkML Source"},{"location":"Organization/#direct","text":"name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent","title":"Direct"},{"location":"Organization/#induced","text":"name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Organization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Organization domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Organization domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Organization domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Organization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Organization domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Patient/","text":"Class: Patient URI: linkml_common:Patient classDiagram class Patient HealthcareRole <|-- Patient Patient : is_person Patient --> Person : is_person Patient : type Inheritance Entity Intangible Role HealthcareRole Patient Slots Name Cardinality and Range Description Inheritance is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareEncounter patient range Patient HealthcareConditionOccurrence patient range Patient ClinicalCohortEnrollment patient range Patient Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Patient native linkml_common:Patient LinkML Source Direct name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole Induced name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: Patient domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Patient domain_of: - Entity - NamedThing range: string","title":"Class: Patient"},{"location":"Patient/#class-patient","text":"URI: linkml_common:Patient classDiagram class Patient HealthcareRole <|-- Patient Patient : is_person Patient --> Person : is_person Patient : type","title":"Class: Patient"},{"location":"Patient/#inheritance","text":"Entity Intangible Role HealthcareRole Patient","title":"Inheritance"},{"location":"Patient/#slots","text":"Name Cardinality and Range Description Inheritance is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Patient/#usages","text":"used by used in type used HealthcareEncounter patient range Patient HealthcareConditionOccurrence patient range Patient ClinicalCohortEnrollment patient range Patient","title":"Usages"},{"location":"Patient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Patient/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Patient/#mappings","text":"Mapping Type Mapped Value self linkml_common:Patient native linkml_common:Patient","title":"Mappings"},{"location":"Patient/#linkml-source","text":"","title":"LinkML Source"},{"location":"Patient/#direct","text":"name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole","title":"Direct"},{"location":"Patient/#induced","text":"name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: Patient domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Patient domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Person/","text":"Class: Person Represents a Person URI: linkml_common:Person classDiagram class Person Agent <|-- Person Person : age_in_years Person : birth_date Person : description Person : id Person : name Person : ontology_types Person --> Concept : ontology_types Person : primary_email Person : subtype Person : type Person : vital_status Person --> PersonStatus : vital_status Inheritance Entity NamedThing Agent Person Slots Name Cardinality and Range Description Inheritance primary_email 0..1 String The main email address of a person direct birth_date 0..1 Date Date on which a person is born direct age_in_years 0..1 Integer Number of years since birth direct vital_status 0..1 PersonStatus living or dead status direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareRole is_person range Person HealthcareProvider is_person range Person Patient is_person range Person FinancialAccount account_holder range Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Person native linkml_common:Person exact schema:Person LinkML Source Direct name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slots: - primary_email - birth_date - age_in_years - vital_status slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ Induced name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ attributes: primary_email: name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email owner: Person domain_of: - Person range: string pattern: ^\\S+@[\\S+\\.]+\\S+ birth_date: name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date owner: Person domain_of: - Person range: date age_in_years: name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years owner: Person domain_of: - Person range: integer vital_status: name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status owner: Person domain_of: - Person range: PersonStatus id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Person domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Person domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Person domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Person domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Person domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Person domain_of: - TimePoint - NamedThing range: string","title":"Class: Person"},{"location":"Person/#class-person","text":"Represents a Person URI: linkml_common:Person classDiagram class Person Agent <|-- Person Person : age_in_years Person : birth_date Person : description Person : id Person : name Person : ontology_types Person --> Concept : ontology_types Person : primary_email Person : subtype Person : type Person : vital_status Person --> PersonStatus : vital_status","title":"Class: Person"},{"location":"Person/#inheritance","text":"Entity NamedThing Agent Person","title":"Inheritance"},{"location":"Person/#slots","text":"Name Cardinality and Range Description Inheritance primary_email 0..1 String The main email address of a person direct birth_date 0..1 Date Date on which a person is born direct age_in_years 0..1 Integer Number of years since birth direct vital_status 0..1 PersonStatus living or dead status direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Person/#usages","text":"used by used in type used HealthcareRole is_person range Person HealthcareProvider is_person range Person Patient is_person range Person FinancialAccount account_holder range Person","title":"Usages"},{"location":"Person/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Person/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Person/#mappings","text":"Mapping Type Mapped Value self linkml_common:Person native linkml_common:Person exact schema:Person","title":"Mappings"},{"location":"Person/#linkml-source","text":"","title":"LinkML Source"},{"location":"Person/#direct","text":"name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slots: - primary_email - birth_date - age_in_years - vital_status slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+","title":"Direct"},{"location":"Person/#induced","text":"name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ attributes: primary_email: name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email owner: Person domain_of: - Person range: string pattern: ^\\S+@[\\S+\\.]+\\S+ birth_date: name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date owner: Person domain_of: - Person range: date age_in_years: name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years owner: Person domain_of: - Person range: integer vital_status: name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status owner: Person domain_of: - Person range: PersonStatus id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Person domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Person domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Person domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Person domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Person domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Person domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"PersonStatus/","text":"Enum: PersonStatus URI: PersonStatus Permissible Values Value Meaning Description ALIVE PATO:0001421 the person is living DEAD PATO:0001422 the person is deceased UNKNOWN None the vital status is not known Slots Name Description vital_status living or dead status Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: PersonStatus from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: ALIVE: text: ALIVE description: the person is living meaning: PATO:0001421 DEAD: text: DEAD description: the person is deceased meaning: PATO:0001422 UNKNOWN: text: UNKNOWN description: the vital status is not known todos: - map this to an ontology","title":"Enum: PersonStatus"},{"location":"PersonStatus/#enum-personstatus","text":"URI: PersonStatus","title":"Enum: PersonStatus"},{"location":"PersonStatus/#permissible-values","text":"Value Meaning Description ALIVE PATO:0001421 the person is living DEAD PATO:0001422 the person is deceased UNKNOWN None the vital status is not known","title":"Permissible Values"},{"location":"PersonStatus/#slots","text":"Name Description vital_status living or dead status","title":"Slots"},{"location":"PersonStatus/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PersonStatus/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PersonStatus/#linkml-source","text":"name: PersonStatus from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: ALIVE: text: ALIVE description: the person is living meaning: PATO:0001421 DEAD: text: DEAD description: the person is deceased meaning: PATO:0001422 UNKNOWN: text: UNKNOWN description: the vital status is not known todos: - map this to an ontology","title":"LinkML Source"},{"location":"PhysicalDevice/","text":"Class: PhysicalDevice URI: linkml_common:PhysicalDevice classDiagram class PhysicalDevice NamedThing <|-- PhysicalDevice PhysicalDevice : description PhysicalDevice : id PhysicalDevice : name PhysicalDevice : ontology_types PhysicalDevice --> Concept : ontology_types PhysicalDevice : subtype PhysicalDevice : type Inheritance Entity NamedThing PhysicalDevice Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess uses_physical_device range PhysicalDevice SampleCollectionProcess uses_physical_device range PhysicalDevice SampleProcessing uses_physical_device range PhysicalDevice DataGenerationFromSample uses_physical_device range PhysicalDevice PlannedProcess uses_physical_device range PhysicalDevice MaterialCollection uses_physical_device range PhysicalDevice MaterialProcessing uses_physical_device range PhysicalDevice FoodProcessing uses_physical_device range PhysicalDevice EngineeringMaterialProcessing uses_physical_device range PhysicalDevice Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PhysicalDevice native linkml_common:PhysicalDevice LinkML Source Direct name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PhysicalDevice domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PhysicalDevice domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PhysicalDevice domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: PhysicalDevice domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PhysicalDevice domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PhysicalDevice domain_of: - TimePoint - NamedThing range: string","title":"Class: PhysicalDevice"},{"location":"PhysicalDevice/#class-physicaldevice","text":"URI: linkml_common:PhysicalDevice classDiagram class PhysicalDevice NamedThing <|-- PhysicalDevice PhysicalDevice : description PhysicalDevice : id PhysicalDevice : name PhysicalDevice : ontology_types PhysicalDevice --> Concept : ontology_types PhysicalDevice : subtype PhysicalDevice : type","title":"Class: PhysicalDevice"},{"location":"PhysicalDevice/#inheritance","text":"Entity NamedThing PhysicalDevice","title":"Inheritance"},{"location":"PhysicalDevice/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PhysicalDevice/#usages","text":"used by used in type used InvestigativeProcess uses_physical_device range PhysicalDevice SampleCollectionProcess uses_physical_device range PhysicalDevice SampleProcessing uses_physical_device range PhysicalDevice DataGenerationFromSample uses_physical_device range PhysicalDevice PlannedProcess uses_physical_device range PhysicalDevice MaterialCollection uses_physical_device range PhysicalDevice MaterialProcessing uses_physical_device range PhysicalDevice FoodProcessing uses_physical_device range PhysicalDevice EngineeringMaterialProcessing uses_physical_device range PhysicalDevice","title":"Usages"},{"location":"PhysicalDevice/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PhysicalDevice/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PhysicalDevice/#mappings","text":"Mapping Type Mapped Value self linkml_common:PhysicalDevice native linkml_common:PhysicalDevice","title":"Mappings"},{"location":"PhysicalDevice/#linkml-source","text":"","title":"LinkML Source"},{"location":"PhysicalDevice/#direct","text":"name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"PhysicalDevice/#induced","text":"name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PhysicalDevice domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PhysicalDevice domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PhysicalDevice domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: PhysicalDevice domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PhysicalDevice domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PhysicalDevice domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Place/","text":"Class: Place Entities that have a somewhat fixed, physical extension. URI: schema:Place classDiagram class Place NamedThing <|-- Place Place <|-- HealthcareSite Place <|-- Landform Place <|-- EnvironmentalSite Place : address Place --> PostalAddress : address Place : bounding_coordinates Place --> GeoBoxLocation : bounding_coordinates Place : description Place : geolocation Place --> GeoPointLocation : geolocation Place : id Place : name Place : ontology_types Place --> Concept : ontology_types Place : subtype Place : type Inheritance Entity NamedThing Place HealthcareSite Landform EnvironmentalSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress direct geolocation 0..1 GeoPointLocation The geolocation of the place direct bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Place native linkml_common:Place LinkML Source Direct name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - address - geolocation - bounding_coordinates class_uri: schema:Place Induced name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Place domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Place domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Place domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Place domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Place domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Place domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Place domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Place domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Place domain_of: - TimePoint - NamedThing range: string class_uri: schema:Place","title":"Class: Place"},{"location":"Place/#class-place","text":"Entities that have a somewhat fixed, physical extension. URI: schema:Place classDiagram class Place NamedThing <|-- Place Place <|-- HealthcareSite Place <|-- Landform Place <|-- EnvironmentalSite Place : address Place --> PostalAddress : address Place : bounding_coordinates Place --> GeoBoxLocation : bounding_coordinates Place : description Place : geolocation Place --> GeoPointLocation : geolocation Place : id Place : name Place : ontology_types Place --> Concept : ontology_types Place : subtype Place : type","title":"Class: Place"},{"location":"Place/#inheritance","text":"Entity NamedThing Place HealthcareSite Landform EnvironmentalSite","title":"Inheritance"},{"location":"Place/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress direct geolocation 0..1 GeoPointLocation The geolocation of the place direct bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Place/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Place/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Place/#mappings","text":"Mapping Type Mapped Value self schema:Place native linkml_common:Place","title":"Mappings"},{"location":"Place/#linkml-source","text":"","title":"LinkML Source"},{"location":"Place/#direct","text":"name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - address - geolocation - bounding_coordinates class_uri: schema:Place","title":"Direct"},{"location":"Place/#induced","text":"name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Place domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Place domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Place domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Place domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Place domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Place domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Place domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Place domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Place domain_of: - TimePoint - NamedThing range: string class_uri: schema:Place","title":"Induced"},{"location":"PlannedProcess/","text":"Class: PlannedProcess A process that follows a defined procedure or plan URI: linkml_common:PlannedProcess classDiagram class PlannedProcess Event <|-- PlannedProcess PlannedProcess <|-- InvestigativeProcess PlannedProcess <|-- MaterialCollection PlannedProcess <|-- MaterialProcessing PlannedProcess : description PlannedProcess : ends_at PlannedProcess --> TimePoint : ends_at PlannedProcess : follows_procedure PlannedProcess --> Procedure : follows_procedure PlannedProcess : happens_at PlannedProcess --> TimePoint : happens_at PlannedProcess : has_duration PlannedProcess --> Duration : has_duration PlannedProcess : has_interval PlannedProcess --> TemporalInterval : has_interval PlannedProcess : id PlannedProcess : name PlannedProcess : ontology_types PlannedProcess --> Concept : ontology_types PlannedProcess : starts_at PlannedProcess --> TimePoint : starts_at PlannedProcess : subtype PlannedProcess : type PlannedProcess : uses_physical_device PlannedProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess MaterialCollection MaterialProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure direct uses_physical_device 0..1 PhysicalDevice direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PlannedProcess native linkml_common:PlannedProcess exact OBI:0000011 LinkML Source Direct name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 range: PhysicalDevice Induced name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: PlannedProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: PlannedProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: PlannedProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: PlannedProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PlannedProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PlannedProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PlannedProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: PlannedProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PlannedProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PlannedProcess domain_of: - TimePoint - NamedThing range: string","title":"Class: PlannedProcess"},{"location":"PlannedProcess/#class-plannedprocess","text":"A process that follows a defined procedure or plan URI: linkml_common:PlannedProcess classDiagram class PlannedProcess Event <|-- PlannedProcess PlannedProcess <|-- InvestigativeProcess PlannedProcess <|-- MaterialCollection PlannedProcess <|-- MaterialProcessing PlannedProcess : description PlannedProcess : ends_at PlannedProcess --> TimePoint : ends_at PlannedProcess : follows_procedure PlannedProcess --> Procedure : follows_procedure PlannedProcess : happens_at PlannedProcess --> TimePoint : happens_at PlannedProcess : has_duration PlannedProcess --> Duration : has_duration PlannedProcess : has_interval PlannedProcess --> TemporalInterval : has_interval PlannedProcess : id PlannedProcess : name PlannedProcess : ontology_types PlannedProcess --> Concept : ontology_types PlannedProcess : starts_at PlannedProcess --> TimePoint : starts_at PlannedProcess : subtype PlannedProcess : type PlannedProcess : uses_physical_device PlannedProcess --> PhysicalDevice : uses_physical_device","title":"Class: PlannedProcess"},{"location":"PlannedProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess MaterialCollection MaterialProcessing","title":"Inheritance"},{"location":"PlannedProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure direct uses_physical_device 0..1 PhysicalDevice direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PlannedProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PlannedProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PlannedProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:PlannedProcess native linkml_common:PlannedProcess exact OBI:0000011","title":"Mappings"},{"location":"PlannedProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"PlannedProcess/#direct","text":"name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 range: PhysicalDevice","title":"Direct"},{"location":"PlannedProcess/#induced","text":"name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: PlannedProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: PlannedProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: PlannedProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: PlannedProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PlannedProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PlannedProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PlannedProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: PlannedProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PlannedProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PlannedProcess domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"PointLocation/","text":"Class: PointLocation URI: linkml_common:PointLocation classDiagram class PointLocation Location <|-- PointLocation PointLocation <|-- GeoPointLocation Inheritance Location PointLocation GeoPointLocation Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PointLocation native linkml_common:PointLocation LinkML Source Direct name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location Induced name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Class: PointLocation"},{"location":"PointLocation/#class-pointlocation","text":"URI: linkml_common:PointLocation classDiagram class PointLocation Location <|-- PointLocation PointLocation <|-- GeoPointLocation","title":"Class: PointLocation"},{"location":"PointLocation/#inheritance","text":"Location PointLocation GeoPointLocation","title":"Inheritance"},{"location":"PointLocation/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"PointLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PointLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PointLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:PointLocation native linkml_common:PointLocation","title":"Mappings"},{"location":"PointLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"PointLocation/#direct","text":"name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Direct"},{"location":"PointLocation/#induced","text":"name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Induced"},{"location":"PostalAddress/","text":"Class: PostalAddress Represents an Address URI: schema:PostalAddress classDiagram class PostalAddress Entity <|-- PostalAddress PostalAddress : city PostalAddress : country PostalAddress : postal_code PostalAddress : state PostalAddress : street_address PostalAddress : street_address_additional PostalAddress : type Inheritance Entity PostalAddress Slots Name Cardinality and Range Description Inheritance street_address 0..1 String The street address direct street_address_additional 0..1 String direct city 0..1 String The city direct state 0..1 String The state direct postal_code 0..1 String The postal code or zip code direct country 0..1 String The country direct type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareSite address range PostalAddress Place address range PostalAddress Landform address range PostalAddress EnvironmentalSite address range PostalAddress Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:PostalAddress native linkml_common:PostalAddress exact omopschema:CARE_SITE LinkML Source Direct name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 class_uri: schema:PostalAddress Induced name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PostalAddress domain_of: - Entity - NamedThing range: string class_uri: schema:PostalAddress","title":"Class: PostalAddress"},{"location":"PostalAddress/#class-postaladdress","text":"Represents an Address URI: schema:PostalAddress classDiagram class PostalAddress Entity <|-- PostalAddress PostalAddress : city PostalAddress : country PostalAddress : postal_code PostalAddress : state PostalAddress : street_address PostalAddress : street_address_additional PostalAddress : type","title":"Class: PostalAddress"},{"location":"PostalAddress/#inheritance","text":"Entity PostalAddress","title":"Inheritance"},{"location":"PostalAddress/#slots","text":"Name Cardinality and Range Description Inheritance street_address 0..1 String The street address direct street_address_additional 0..1 String direct city 0..1 String The city direct state 0..1 String The state direct postal_code 0..1 String The postal code or zip code direct country 0..1 String The country direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"PostalAddress/#usages","text":"used by used in type used HealthcareSite address range PostalAddress Place address range PostalAddress Landform address range PostalAddress EnvironmentalSite address range PostalAddress","title":"Usages"},{"location":"PostalAddress/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PostalAddress/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PostalAddress/#mappings","text":"Mapping Type Mapped Value self schema:PostalAddress native linkml_common:PostalAddress exact omopschema:CARE_SITE","title":"Mappings"},{"location":"PostalAddress/#linkml-source","text":"","title":"LinkML Source"},{"location":"PostalAddress/#direct","text":"name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 class_uri: schema:PostalAddress","title":"Direct"},{"location":"PostalAddress/#induced","text":"name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PostalAddress domain_of: - Entity - NamedThing range: string class_uri: schema:PostalAddress","title":"Induced"},{"location":"Procedure/","text":"Class: Procedure A canonical series of actions conducted in a certain order or manner URI: linkml_common:Procedure classDiagram class Procedure Specification <|-- Procedure Procedure <|-- InvestigativeProtocol Procedure <|-- StudyDesign Procedure <|-- FoodRecipe Procedure <|-- EngineeringSpecification Procedure : description Procedure : id Procedure : name Procedure : ontology_types Procedure --> Concept : ontology_types Procedure : subtype Procedure : type Inheritance Entity NamedThing Specification Procedure InvestigativeProtocol StudyDesign FoodRecipe EngineeringSpecification Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SampleProcessing follows_procedure range Procedure PlannedProcess follows_procedure range Procedure MaterialCollection follows_procedure range Procedure MaterialProcessing follows_procedure range Procedure FoodProcessing follows_procedure range Procedure EngineeringMaterialProcessing follows_procedure range Procedure Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Procedure native linkml_common:Procedure LinkML Source Direct name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification Induced name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Procedure domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Procedure domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Procedure domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Procedure domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Procedure domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Procedure domain_of: - TimePoint - NamedThing range: string","title":"Class: Procedure"},{"location":"Procedure/#class-procedure","text":"A canonical series of actions conducted in a certain order or manner URI: linkml_common:Procedure classDiagram class Procedure Specification <|-- Procedure Procedure <|-- InvestigativeProtocol Procedure <|-- StudyDesign Procedure <|-- FoodRecipe Procedure <|-- EngineeringSpecification Procedure : description Procedure : id Procedure : name Procedure : ontology_types Procedure --> Concept : ontology_types Procedure : subtype Procedure : type","title":"Class: Procedure"},{"location":"Procedure/#inheritance","text":"Entity NamedThing Specification Procedure InvestigativeProtocol StudyDesign FoodRecipe EngineeringSpecification","title":"Inheritance"},{"location":"Procedure/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Procedure/#usages","text":"used by used in type used SampleProcessing follows_procedure range Procedure PlannedProcess follows_procedure range Procedure MaterialCollection follows_procedure range Procedure MaterialProcessing follows_procedure range Procedure FoodProcessing follows_procedure range Procedure EngineeringMaterialProcessing follows_procedure range Procedure","title":"Usages"},{"location":"Procedure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Procedure/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Procedure/#mappings","text":"Mapping Type Mapped Value self linkml_common:Procedure native linkml_common:Procedure","title":"Mappings"},{"location":"Procedure/#linkml-source","text":"","title":"LinkML Source"},{"location":"Procedure/#direct","text":"name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification","title":"Direct"},{"location":"Procedure/#induced","text":"name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Procedure domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Procedure domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Procedure domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Procedure domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Procedure domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Procedure domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Publication/","text":"Class: Publication URI: linkml_common:Publication classDiagram class Publication CreativeWork <|-- Publication Publication : abstract Publication : contacts Publication --> Agent : contacts Publication : contributors Publication --> Agent : contributors Publication : creators Publication --> Agent : creators Publication : description Publication : id Publication : keywords Publication : name Publication : ontology_types Publication --> Concept : ontology_types Publication : rights Publication : subtype Publication : title Publication : type Inheritance Entity NamedThing CreativeWork Publication Slots Name Cardinality and Range Description Inheritance title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Publication native linkml_common:Publication LinkML Source Direct name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork Induced name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Publication domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Publication domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Publication domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Publication domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Publication domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Publication domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Publication domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Publication domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Publication domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Publication domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Publication domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Publication domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Publication domain_of: - TimePoint - NamedThing range: string","title":"Class: Publication"},{"location":"Publication/#class-publication","text":"URI: linkml_common:Publication classDiagram class Publication CreativeWork <|-- Publication Publication : abstract Publication : contacts Publication --> Agent : contacts Publication : contributors Publication --> Agent : contributors Publication : creators Publication --> Agent : creators Publication : description Publication : id Publication : keywords Publication : name Publication : ontology_types Publication --> Concept : ontology_types Publication : rights Publication : subtype Publication : title Publication : type","title":"Class: Publication"},{"location":"Publication/#inheritance","text":"Entity NamedThing CreativeWork Publication","title":"Inheritance"},{"location":"Publication/#slots","text":"Name Cardinality and Range Description Inheritance title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Publication/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Publication/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Publication/#mappings","text":"Mapping Type Mapped Value self linkml_common:Publication native linkml_common:Publication","title":"Mappings"},{"location":"Publication/#linkml-source","text":"","title":"LinkML Source"},{"location":"Publication/#direct","text":"name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork","title":"Direct"},{"location":"Publication/#induced","text":"name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Publication domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Publication domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Publication domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Publication domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Publication domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Publication domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Publication domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Publication domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Publication domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Publication domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Publication domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Publication domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Publication domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Quantity/","text":"Class: Quantity URI: fhir:Quantity classDiagram class Quantity Intangible <|-- Quantity Quantity <|-- Duration Quantity <|-- SimpleQuantity Quantity <|-- Ratio Quantity <|-- FoodIngredient Quantity <|-- MoneyQuantity Quantity : has_quantity_kind Quantity --> QuantityKind : has_quantity_kind Quantity : type Inheritance Entity Intangible Quantity Duration SimpleQuantity Ratio FoodIngredient MoneyQuantity Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity direct type 0..1 String A type for a thing Entity Usages used by used in type used Ratio numerator range Quantity Ratio denominator range Quantity QuantityRange lower_bound range Quantity QuantityRange upper_bound range Quantity UnitConversionOperation inputs range Quantity UnitConversionOperation outputs range Quantity Measurement quantity_measured range Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Quantity native linkml_common:Quantity exact schema:Quantity LinkML Source Direct name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: QuantityKind class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio Induced name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Quantity domain_of: - Entity - NamedThing range: string class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Class: Quantity"},{"location":"Quantity/#class-quantity","text":"URI: fhir:Quantity classDiagram class Quantity Intangible <|-- Quantity Quantity <|-- Duration Quantity <|-- SimpleQuantity Quantity <|-- Ratio Quantity <|-- FoodIngredient Quantity <|-- MoneyQuantity Quantity : has_quantity_kind Quantity --> QuantityKind : has_quantity_kind Quantity : type","title":"Class: Quantity"},{"location":"Quantity/#inheritance","text":"Entity Intangible Quantity Duration SimpleQuantity Ratio FoodIngredient MoneyQuantity","title":"Inheritance"},{"location":"Quantity/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Quantity/#usages","text":"used by used in type used Ratio numerator range Quantity Ratio denominator range Quantity QuantityRange lower_bound range Quantity QuantityRange upper_bound range Quantity UnitConversionOperation inputs range Quantity UnitConversionOperation outputs range Quantity Measurement quantity_measured range Quantity","title":"Usages"},{"location":"Quantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Quantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Quantity/#mappings","text":"Mapping Type Mapped Value self fhir:Quantity native linkml_common:Quantity exact schema:Quantity","title":"Mappings"},{"location":"Quantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"Quantity/#direct","text":"name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: QuantityKind class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Direct"},{"location":"Quantity/#induced","text":"name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Quantity domain_of: - Entity - NamedThing range: string class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Induced"},{"location":"QuantityKind/","text":"Class: QuantityKind URI: linkml_common:QuantityKind classDiagram class QuantityKind Concept <|-- QuantityKind QuantityKind : description QuantityKind : id QuantityKind : name QuantityKind : ontology_types QuantityKind --> Concept : ontology_types QuantityKind : subtype QuantityKind : type Inheritance Entity NamedThing Concept QuantityKind Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used Duration has_quantity_kind range QuantityKind Quantity has_quantity_kind range QuantityKind SimpleQuantity has_quantity_kind range QuantityKind Ratio has_quantity_kind range QuantityKind FoodIngredient has_quantity_kind range QuantityKind MoneyQuantity has_quantity_kind range QuantityKind Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:QuantityKind native linkml_common:QuantityKind exact qudt:QuantityKind, fibo.QuantitiesAndUnits:ScalarQuantity LinkML Source Direct name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept Induced name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuantityKind domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuantityKind domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityKind domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: QuantityKind domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuantityKind domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuantityKind domain_of: - TimePoint - NamedThing range: string","title":"Class: QuantityKind"},{"location":"QuantityKind/#class-quantitykind","text":"URI: linkml_common:QuantityKind classDiagram class QuantityKind Concept <|-- QuantityKind QuantityKind : description QuantityKind : id QuantityKind : name QuantityKind : ontology_types QuantityKind --> Concept : ontology_types QuantityKind : subtype QuantityKind : type","title":"Class: QuantityKind"},{"location":"QuantityKind/#inheritance","text":"Entity NamedThing Concept QuantityKind","title":"Inheritance"},{"location":"QuantityKind/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"QuantityKind/#usages","text":"used by used in type used Duration has_quantity_kind range QuantityKind Quantity has_quantity_kind range QuantityKind SimpleQuantity has_quantity_kind range QuantityKind Ratio has_quantity_kind range QuantityKind FoodIngredient has_quantity_kind range QuantityKind MoneyQuantity has_quantity_kind range QuantityKind","title":"Usages"},{"location":"QuantityKind/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"QuantityKind/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"QuantityKind/#mappings","text":"Mapping Type Mapped Value self linkml_common:QuantityKind native linkml_common:QuantityKind exact qudt:QuantityKind, fibo.QuantitiesAndUnits:ScalarQuantity","title":"Mappings"},{"location":"QuantityKind/#linkml-source","text":"","title":"LinkML Source"},{"location":"QuantityKind/#direct","text":"name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept","title":"Direct"},{"location":"QuantityKind/#induced","text":"name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuantityKind domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuantityKind domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityKind domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: QuantityKind domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuantityKind domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuantityKind domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"QuantityRange/","text":"Class: QuantityRange A quantity range is a property that can be measured or counted URI: fhir:Range classDiagram class QuantityRange Intangible <|-- QuantityRange QuantityRange : lower_bound QuantityRange --> Quantity : lower_bound QuantityRange : type QuantityRange : upper_bound QuantityRange --> Quantity : upper_bound Inheritance Entity Intangible QuantityRange Slots Name Cardinality and Range Description Inheritance lower_bound 0..1 Quantity The lower bound of the range direct upper_bound 0..1 Quantity The upper bound of the range direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Range native linkml_common:QuantityRange LinkML Source Direct name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity class_uri: fhir:Range Induced name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityRange domain_of: - Entity - NamedThing range: string class_uri: fhir:Range","title":"Class: QuantityRange"},{"location":"QuantityRange/#class-quantityrange","text":"A quantity range is a property that can be measured or counted URI: fhir:Range classDiagram class QuantityRange Intangible <|-- QuantityRange QuantityRange : lower_bound QuantityRange --> Quantity : lower_bound QuantityRange : type QuantityRange : upper_bound QuantityRange --> Quantity : upper_bound","title":"Class: QuantityRange"},{"location":"QuantityRange/#inheritance","text":"Entity Intangible QuantityRange","title":"Inheritance"},{"location":"QuantityRange/#slots","text":"Name Cardinality and Range Description Inheritance lower_bound 0..1 Quantity The lower bound of the range direct upper_bound 0..1 Quantity The upper bound of the range direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"QuantityRange/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"QuantityRange/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"QuantityRange/#mappings","text":"Mapping Type Mapped Value self fhir:Range native linkml_common:QuantityRange","title":"Mappings"},{"location":"QuantityRange/#linkml-source","text":"","title":"LinkML Source"},{"location":"QuantityRange/#direct","text":"name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity class_uri: fhir:Range","title":"Direct"},{"location":"QuantityRange/#induced","text":"name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityRange domain_of: - Entity - NamedThing range: string class_uri: fhir:Range","title":"Induced"},{"location":"Ratio/","text":"Class: Ratio A tuple of two quantities URI: fhir:Ratio classDiagram class Ratio Quantity <|-- Ratio Ratio : denominator Ratio --> Quantity : denominator Ratio : has_quantity_kind Ratio --> QuantityKind : has_quantity_kind Ratio : numerator Ratio --> Quantity : numerator Ratio : type Inheritance Entity Intangible Quantity Ratio Slots Name Cardinality and Range Description Inheritance numerator 0..1 Quantity The numerator of the ratio direct denominator 0..1 Quantity The denominator of the ratio direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Ratio native linkml_common:Ratio LinkML Source Direct name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity class_uri: fhir:Ratio Induced name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Ratio domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Ratio domain_of: - Entity - NamedThing range: string class_uri: fhir:Ratio","title":"Class: Ratio"},{"location":"Ratio/#class-ratio","text":"A tuple of two quantities URI: fhir:Ratio classDiagram class Ratio Quantity <|-- Ratio Ratio : denominator Ratio --> Quantity : denominator Ratio : has_quantity_kind Ratio --> QuantityKind : has_quantity_kind Ratio : numerator Ratio --> Quantity : numerator Ratio : type","title":"Class: Ratio"},{"location":"Ratio/#inheritance","text":"Entity Intangible Quantity Ratio","title":"Inheritance"},{"location":"Ratio/#slots","text":"Name Cardinality and Range Description Inheritance numerator 0..1 Quantity The numerator of the ratio direct denominator 0..1 Quantity The denominator of the ratio direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Ratio/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ratio/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Ratio/#mappings","text":"Mapping Type Mapped Value self fhir:Ratio native linkml_common:Ratio","title":"Mappings"},{"location":"Ratio/#linkml-source","text":"","title":"LinkML Source"},{"location":"Ratio/#direct","text":"name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: Quantity class_uri: fhir:Ratio","title":"Direct"},{"location":"Ratio/#induced","text":"name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Ratio domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Ratio domain_of: - Entity - NamedThing range: string class_uri: fhir:Ratio","title":"Induced"},{"location":"RawMaterial/","text":"Class: RawMaterial URI: linkml_common:RawMaterial classDiagram class RawMaterial NamedThing <|-- RawMaterial RawMaterial : description RawMaterial : id RawMaterial : name RawMaterial : ontology_types RawMaterial --> Concept : ontology_types RawMaterial : subtype RawMaterial : type Inheritance Entity NamedThing RawMaterial Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:RawMaterial native linkml_common:RawMaterial LinkML Source Direct name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RawMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RawMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RawMaterial domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: RawMaterial domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RawMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RawMaterial domain_of: - TimePoint - NamedThing range: string","title":"Class: RawMaterial"},{"location":"RawMaterial/#class-rawmaterial","text":"URI: linkml_common:RawMaterial classDiagram class RawMaterial NamedThing <|-- RawMaterial RawMaterial : description RawMaterial : id RawMaterial : name RawMaterial : ontology_types RawMaterial --> Concept : ontology_types RawMaterial : subtype RawMaterial : type","title":"Class: RawMaterial"},{"location":"RawMaterial/#inheritance","text":"Entity NamedThing RawMaterial","title":"Inheritance"},{"location":"RawMaterial/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"RawMaterial/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"RawMaterial/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"RawMaterial/#mappings","text":"Mapping Type Mapped Value self linkml_common:RawMaterial native linkml_common:RawMaterial","title":"Mappings"},{"location":"RawMaterial/#linkml-source","text":"","title":"LinkML Source"},{"location":"RawMaterial/#direct","text":"name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"RawMaterial/#induced","text":"name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RawMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RawMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RawMaterial domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: RawMaterial domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RawMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RawMaterial domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Relationship/","text":"Class: Relationship NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Relationship classDiagram class Relationship Intangible <|-- Relationship Relationship <|-- TemporalRelationship Relationship : type Inheritance Entity Intangible Relationship TemporalRelationship Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Relationship native linkml_common:Relationship close rdfs:Statement LinkML Source Direct name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true Induced name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Relationship domain_of: - Entity - NamedThing range: string","title":"Class: Relationship"},{"location":"Relationship/#class-relationship","text":"NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Relationship classDiagram class Relationship Intangible <|-- Relationship Relationship <|-- TemporalRelationship Relationship : type","title":"Class: Relationship"},{"location":"Relationship/#inheritance","text":"Entity Intangible Relationship TemporalRelationship","title":"Inheritance"},{"location":"Relationship/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Relationship/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Relationship/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Relationship/#mappings","text":"Mapping Type Mapped Value self linkml_common:Relationship native linkml_common:Relationship close rdfs:Statement","title":"Mappings"},{"location":"Relationship/#linkml-source","text":"","title":"LinkML Source"},{"location":"Relationship/#direct","text":"name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true","title":"Direct"},{"location":"Relationship/#induced","text":"name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Relationship domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"RelativeTimeEnum/","text":"Enum: RelativeTimeEnum URI: RelativeTimeEnum Permissible Values Value Meaning Description BEFORE None AFTER None AT_SAME_TIME_AS None Slots Name Description predicate The relationship between the two time points Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: RelativeTimeEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: BEFORE: text: BEFORE AFTER: text: AFTER AT_SAME_TIME_AS: text: AT_SAME_TIME_AS","title":"Enum: RelativeTimeEnum"},{"location":"RelativeTimeEnum/#enum-relativetimeenum","text":"URI: RelativeTimeEnum","title":"Enum: RelativeTimeEnum"},{"location":"RelativeTimeEnum/#permissible-values","text":"Value Meaning Description BEFORE None AFTER None AT_SAME_TIME_AS None","title":"Permissible Values"},{"location":"RelativeTimeEnum/#slots","text":"Name Description predicate The relationship between the two time points","title":"Slots"},{"location":"RelativeTimeEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"RelativeTimeEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"RelativeTimeEnum/#linkml-source","text":"name: RelativeTimeEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: BEFORE: text: BEFORE AFTER: text: AFTER AT_SAME_TIME_AS: text: AT_SAME_TIME_AS","title":"LinkML Source"},{"location":"Role/","text":"Class: Role NOTE : this is an abstract class and should not be instantiated directly URI: schema:Role classDiagram class Role Intangible <|-- Role Role <|-- HealthcareRole Role : type Inheritance Entity Intangible Role HealthcareRole Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Role native linkml_common:Role close BFO:0000023 LinkML Source Direct name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true class_uri: schema:Role Induced name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Role domain_of: - Entity - NamedThing range: string class_uri: schema:Role","title":"Class: Role"},{"location":"Role/#class-role","text":"NOTE : this is an abstract class and should not be instantiated directly URI: schema:Role classDiagram class Role Intangible <|-- Role Role <|-- HealthcareRole Role : type","title":"Class: Role"},{"location":"Role/#inheritance","text":"Entity Intangible Role HealthcareRole","title":"Inheritance"},{"location":"Role/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Role/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Role/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Role/#mappings","text":"Mapping Type Mapped Value self schema:Role native linkml_common:Role close BFO:0000023","title":"Mappings"},{"location":"Role/#linkml-source","text":"","title":"LinkML Source"},{"location":"Role/#direct","text":"name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true class_uri: schema:Role","title":"Direct"},{"location":"Role/#induced","text":"name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Role domain_of: - Entity - NamedThing range: string class_uri: schema:Role","title":"Induced"},{"location":"SampleCollectionProcess/","text":"Class: SampleCollectionProcess URI: linkml_common:SampleCollectionProcess classDiagram class SampleCollectionProcess InvestigativeProcess <|-- SampleCollectionProcess SampleCollectionProcess : collected_from SampleCollectionProcess --> NamedThing : collected_from SampleCollectionProcess : description SampleCollectionProcess : ends_at SampleCollectionProcess --> TimePoint : ends_at SampleCollectionProcess : follows_procedure SampleCollectionProcess --> InvestigativeProtocol : follows_procedure SampleCollectionProcess : happens_at SampleCollectionProcess --> TimePoint : happens_at SampleCollectionProcess : has_duration SampleCollectionProcess --> Duration : has_duration SampleCollectionProcess : has_interval SampleCollectionProcess --> TemporalInterval : has_interval SampleCollectionProcess : id SampleCollectionProcess : material_collected SampleCollectionProcess --> SampleMaterial : material_collected SampleCollectionProcess : name SampleCollectionProcess : ontology_types SampleCollectionProcess --> Concept : ontology_types SampleCollectionProcess : part_of SampleCollectionProcess --> Investigation : part_of SampleCollectionProcess : starts_at SampleCollectionProcess --> TimePoint : starts_at SampleCollectionProcess : subtype SampleCollectionProcess : type SampleCollectionProcess : uses_physical_device SampleCollectionProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess Slots Name Cardinality and Range Description Inheritance material_collected 0..1 SampleMaterial direct collected_from 0..1 NamedThing direct follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleCollectionProcess native linkml_common:SampleCollectionProcess exact nmdcschema:CollectingBiosamplesFromSite LinkML Source Direct name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: NamedThing Induced name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: SampleCollectionProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleCollectionProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleCollectionProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleCollectionProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleCollectionProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleCollectionProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleCollectionProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleCollectionProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleCollectionProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleCollectionProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleCollectionProcess domain_of: - TimePoint - NamedThing range: string","title":"Class: SampleCollectionProcess"},{"location":"SampleCollectionProcess/#class-samplecollectionprocess","text":"URI: linkml_common:SampleCollectionProcess classDiagram class SampleCollectionProcess InvestigativeProcess <|-- SampleCollectionProcess SampleCollectionProcess : collected_from SampleCollectionProcess --> NamedThing : collected_from SampleCollectionProcess : description SampleCollectionProcess : ends_at SampleCollectionProcess --> TimePoint : ends_at SampleCollectionProcess : follows_procedure SampleCollectionProcess --> InvestigativeProtocol : follows_procedure SampleCollectionProcess : happens_at SampleCollectionProcess --> TimePoint : happens_at SampleCollectionProcess : has_duration SampleCollectionProcess --> Duration : has_duration SampleCollectionProcess : has_interval SampleCollectionProcess --> TemporalInterval : has_interval SampleCollectionProcess : id SampleCollectionProcess : material_collected SampleCollectionProcess --> SampleMaterial : material_collected SampleCollectionProcess : name SampleCollectionProcess : ontology_types SampleCollectionProcess --> Concept : ontology_types SampleCollectionProcess : part_of SampleCollectionProcess --> Investigation : part_of SampleCollectionProcess : starts_at SampleCollectionProcess --> TimePoint : starts_at SampleCollectionProcess : subtype SampleCollectionProcess : type SampleCollectionProcess : uses_physical_device SampleCollectionProcess --> PhysicalDevice : uses_physical_device","title":"Class: SampleCollectionProcess"},{"location":"SampleCollectionProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess","title":"Inheritance"},{"location":"SampleCollectionProcess/#slots","text":"Name Cardinality and Range Description Inheritance material_collected 0..1 SampleMaterial direct collected_from 0..1 NamedThing direct follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleCollectionProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleCollectionProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleCollectionProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleCollectionProcess native linkml_common:SampleCollectionProcess exact nmdcschema:CollectingBiosamplesFromSite","title":"Mappings"},{"location":"SampleCollectionProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleCollectionProcess/#direct","text":"name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 range: NamedThing","title":"Direct"},{"location":"SampleCollectionProcess/#induced","text":"name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: SampleCollectionProcess domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleCollectionProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleCollectionProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleCollectionProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleCollectionProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleCollectionProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleCollectionProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleCollectionProcess domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleCollectionProcess domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleCollectionProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleCollectionProcess domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"SampleMaterial/","text":"Class: SampleMaterial URI: linkml_common:SampleMaterial classDiagram class SampleMaterial NamedThing <|-- SampleMaterial SampleMaterial : description SampleMaterial : id SampleMaterial : name SampleMaterial : ontology_types SampleMaterial --> Concept : ontology_types SampleMaterial : subtype SampleMaterial : type Inheritance Entity NamedThing SampleMaterial Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SampleCollectionProcess material_collected range SampleMaterial Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleMaterial native linkml_common:SampleMaterial LinkML Source Direct name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleMaterial domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleMaterial domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleMaterial domain_of: - TimePoint - NamedThing range: string","title":"Class: SampleMaterial"},{"location":"SampleMaterial/#class-samplematerial","text":"URI: linkml_common:SampleMaterial classDiagram class SampleMaterial NamedThing <|-- SampleMaterial SampleMaterial : description SampleMaterial : id SampleMaterial : name SampleMaterial : ontology_types SampleMaterial --> Concept : ontology_types SampleMaterial : subtype SampleMaterial : type","title":"Class: SampleMaterial"},{"location":"SampleMaterial/#inheritance","text":"Entity NamedThing SampleMaterial","title":"Inheritance"},{"location":"SampleMaterial/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleMaterial/#usages","text":"used by used in type used SampleCollectionProcess material_collected range SampleMaterial","title":"Usages"},{"location":"SampleMaterial/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleMaterial/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleMaterial/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleMaterial native linkml_common:SampleMaterial","title":"Mappings"},{"location":"SampleMaterial/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleMaterial/#direct","text":"name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"SampleMaterial/#induced","text":"name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleMaterial domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleMaterial domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleMaterial domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"SampleProcessing/","text":"Class: SampleProcessing URI: linkml_common:SampleProcessing classDiagram class SampleProcessing MaterialProcessing <|-- SampleProcessing SampleProcessing : description SampleProcessing : ends_at SampleProcessing --> TimePoint : ends_at SampleProcessing : follows_procedure SampleProcessing --> Procedure : follows_procedure SampleProcessing : happens_at SampleProcessing --> TimePoint : happens_at SampleProcessing : has_duration SampleProcessing --> Duration : has_duration SampleProcessing : has_interval SampleProcessing --> TemporalInterval : has_interval SampleProcessing : id SampleProcessing : name SampleProcessing : ontology_types SampleProcessing --> Concept : ontology_types SampleProcessing : starts_at SampleProcessing --> TimePoint : starts_at SampleProcessing : subtype SampleProcessing : type SampleProcessing : uses_physical_device SampleProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleProcessing native linkml_common:SampleProcessing LinkML Source Direct name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: SampleProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleProcessing domain_of: - TimePoint - NamedThing range: string","title":"Class: SampleProcessing"},{"location":"SampleProcessing/#class-sampleprocessing","text":"URI: linkml_common:SampleProcessing classDiagram class SampleProcessing MaterialProcessing <|-- SampleProcessing SampleProcessing : description SampleProcessing : ends_at SampleProcessing --> TimePoint : ends_at SampleProcessing : follows_procedure SampleProcessing --> Procedure : follows_procedure SampleProcessing : happens_at SampleProcessing --> TimePoint : happens_at SampleProcessing : has_duration SampleProcessing --> Duration : has_duration SampleProcessing : has_interval SampleProcessing --> TemporalInterval : has_interval SampleProcessing : id SampleProcessing : name SampleProcessing : ontology_types SampleProcessing --> Concept : ontology_types SampleProcessing : starts_at SampleProcessing --> TimePoint : starts_at SampleProcessing : subtype SampleProcessing : type SampleProcessing : uses_physical_device SampleProcessing --> PhysicalDevice : uses_physical_device","title":"Class: SampleProcessing"},{"location":"SampleProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing","title":"Inheritance"},{"location":"SampleProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleProcessing native linkml_common:SampleProcessing","title":"Mappings"},{"location":"SampleProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleProcessing/#direct","text":"name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"SampleProcessing/#induced","text":"name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: SampleProcessing domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleProcessing domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: SampleProcessing domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleProcessing domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"Service/","text":"Class: Service A service provided by an organization URI: linkml_common:Service classDiagram class Service Intangible <|-- Service Service <|-- FinancialProduct Service : type Inheritance Entity Intangible Service FinancialProduct Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Service native linkml_common:Service exact schema:Service LinkML Source Direct name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible Induced name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Service domain_of: - Entity - NamedThing range: string","title":"Class: Service"},{"location":"Service/#class-service","text":"A service provided by an organization URI: linkml_common:Service classDiagram class Service Intangible <|-- Service Service <|-- FinancialProduct Service : type","title":"Class: Service"},{"location":"Service/#inheritance","text":"Entity Intangible Service FinancialProduct","title":"Inheritance"},{"location":"Service/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Service/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Service/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Service/#mappings","text":"Mapping Type Mapped Value self linkml_common:Service native linkml_common:Service exact schema:Service","title":"Mappings"},{"location":"Service/#linkml-source","text":"","title":"LinkML Source"},{"location":"Service/#direct","text":"name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible","title":"Direct"},{"location":"Service/#induced","text":"name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible attributes: type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Service domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"SimpleQuantity/","text":"Class: SimpleQuantity A quantity is a property that can be measured or counted URI: fhir:SimpleQuantity classDiagram class SimpleQuantity Quantity <|-- SimpleQuantity SimpleQuantity : has_quantity_kind SimpleQuantity --> QuantityKind : has_quantity_kind SimpleQuantity : type SimpleQuantity : unit SimpleQuantity --> UnitConcept : unit SimpleQuantity : value Inheritance Entity Intangible Quantity SimpleQuantity Slots Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 UnitConcept direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:SimpleQuantity native linkml_common:SimpleQuantity exact fibo:ScalarQuantityValue LinkML Source Direct name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 range: UnitConcept class_uri: fhir:SimpleQuantity Induced name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: value owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 alias: unit owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: SimpleQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SimpleQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:SimpleQuantity","title":"Class: SimpleQuantity"},{"location":"SimpleQuantity/#class-simplequantity","text":"A quantity is a property that can be measured or counted URI: fhir:SimpleQuantity classDiagram class SimpleQuantity Quantity <|-- SimpleQuantity SimpleQuantity : has_quantity_kind SimpleQuantity --> QuantityKind : has_quantity_kind SimpleQuantity : type SimpleQuantity : unit SimpleQuantity --> UnitConcept : unit SimpleQuantity : value","title":"Class: SimpleQuantity"},{"location":"SimpleQuantity/#inheritance","text":"Entity Intangible Quantity SimpleQuantity","title":"Inheritance"},{"location":"SimpleQuantity/#slots","text":"Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 UnitConcept direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"SimpleQuantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SimpleQuantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SimpleQuantity/#mappings","text":"Mapping Type Mapped Value self fhir:SimpleQuantity native linkml_common:SimpleQuantity exact fibo:ScalarQuantityValue","title":"Mappings"},{"location":"SimpleQuantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"SimpleQuantity/#direct","text":"name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 range: UnitConcept class_uri: fhir:SimpleQuantity","title":"Direct"},{"location":"SimpleQuantity/#induced","text":"name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: value owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 alias: unit owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: SimpleQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SimpleQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:SimpleQuantity","title":"Induced"},{"location":"Sparqlpath/","text":"Type: Sparqlpath A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#type-sparqlpath","text":"A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Sparqlpath/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Specification/","text":"Class: Specification A specification of a thing URI: linkml_common:Specification classDiagram class Specification NamedThing <|-- Specification Specification <|-- Procedure Specification : description Specification : id Specification : name Specification : ontology_types Specification --> Concept : ontology_types Specification : subtype Specification : type Inheritance Entity NamedThing Specification Procedure Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Specification native linkml_common:Specification exact IAO:0000104 LinkML Source Direct name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing Induced name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Specification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Specification domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Specification domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Specification domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Specification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Specification domain_of: - TimePoint - NamedThing range: string","title":"Class: Specification"},{"location":"Specification/#class-specification","text":"A specification of a thing URI: linkml_common:Specification classDiagram class Specification NamedThing <|-- Specification Specification <|-- Procedure Specification : description Specification : id Specification : name Specification : ontology_types Specification --> Concept : ontology_types Specification : subtype Specification : type","title":"Class: Specification"},{"location":"Specification/#inheritance","text":"Entity NamedThing Specification Procedure","title":"Inheritance"},{"location":"Specification/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Specification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Specification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Specification/#mappings","text":"Mapping Type Mapped Value self linkml_common:Specification native linkml_common:Specification exact IAO:0000104","title":"Mappings"},{"location":"Specification/#linkml-source","text":"","title":"LinkML Source"},{"location":"Specification/#direct","text":"name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing","title":"Direct"},{"location":"Specification/#induced","text":"name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Specification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Specification domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Specification domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: Specification domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Specification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Specification domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"String/","text":"Type: String A character string URI: xsd:string base : str uri : xsd:string Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: String"},{"location":"String/#type-string","text":"A character string URI: xsd:string base : str uri : xsd:string","title":"Type: String"},{"location":"String/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"String/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesign/","text":"Class: StudyDesign URI: linkml_common:StudyDesign classDiagram class StudyDesign Procedure <|-- StudyDesign StudyDesign : description StudyDesign : id StudyDesign : name StudyDesign : ontology_types StudyDesign --> Concept : ontology_types StudyDesign : subtype StudyDesign : type Inheritance Entity NamedThing Specification Procedure StudyDesign Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:StudyDesign native linkml_common:StudyDesign LinkML Source Direct name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure Induced name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: StudyDesign domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: StudyDesign domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: StudyDesign domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: StudyDesign domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: StudyDesign domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: StudyDesign domain_of: - TimePoint - NamedThing range: string","title":"Class: StudyDesign"},{"location":"StudyDesign/#class-studydesign","text":"URI: linkml_common:StudyDesign classDiagram class StudyDesign Procedure <|-- StudyDesign StudyDesign : description StudyDesign : id StudyDesign : name StudyDesign : ontology_types StudyDesign --> Concept : ontology_types StudyDesign : subtype StudyDesign : type","title":"Class: StudyDesign"},{"location":"StudyDesign/#inheritance","text":"Entity NamedThing Specification Procedure StudyDesign","title":"Inheritance"},{"location":"StudyDesign/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"StudyDesign/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"StudyDesign/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesign/#mappings","text":"Mapping Type Mapped Value self linkml_common:StudyDesign native linkml_common:StudyDesign","title":"Mappings"},{"location":"StudyDesign/#linkml-source","text":"","title":"LinkML Source"},{"location":"StudyDesign/#direct","text":"name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure","title":"Direct"},{"location":"StudyDesign/#induced","text":"name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: StudyDesign domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: StudyDesign domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: StudyDesign domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: StudyDesign domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: StudyDesign domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: StudyDesign domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"StudyDesignEnum/","text":"Enum: StudyDesignEnum URI: StudyDesignEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: StudyDesignEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0500000 relationship_types: - rdfs:subClassOf is_direct: false","title":"Enum: StudyDesignEnum"},{"location":"StudyDesignEnum/#enum-studydesignenum","text":"URI: StudyDesignEnum This is a dynamic enum","title":"Enum: StudyDesignEnum"},{"location":"StudyDesignEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"StudyDesignEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesignEnum/#linkml-source","text":"name: StudyDesignEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0500000 relationship_types: - rdfs:subClassOf is_direct: false","title":"LinkML Source"},{"location":"TemporalInterval/","text":"Class: TemporalInterval A period of time URI: linkml_common:TemporalInterval classDiagram class TemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TemporalInterval : ends_at TemporalInterval --> TimePoint : ends_at TemporalInterval : starts_at TemporalInterval --> TimePoint : starts_at TemporalInterval : type Inheritance Entity Intangible TimePointOrTemporalInterval TemporalInterval Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity Usages used by used in type used Event has_interval range TemporalInterval LifeEvent has_interval range TemporalInterval InvestigativeProcess has_interval range TemporalInterval SampleCollectionProcess has_interval range TemporalInterval SampleProcessing has_interval range TemporalInterval DataGenerationFromSample has_interval range TemporalInterval PlannedProcess has_interval range TemporalInterval MaterialCollection has_interval range TemporalInterval MaterialProcessing has_interval range TemporalInterval HealthcareEncounter has_interval range TemporalInterval HealthcareConditionOccurrence has_interval range TemporalInterval FoodProcessing has_interval range TemporalInterval EngineeringProcess has_interval range TemporalInterval EngineeringMaterialProcessing has_interval range TemporalInterval ClinicalCohortEnrollment has_interval range TemporalInterval Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TemporalInterval native linkml_common:TemporalInterval LinkML Source Direct name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval slots: - starts_at - ends_at Induced name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalInterval domain_of: - Entity - NamedThing range: string","title":"Class: TemporalInterval"},{"location":"TemporalInterval/#class-temporalinterval","text":"A period of time URI: linkml_common:TemporalInterval classDiagram class TemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TemporalInterval : ends_at TemporalInterval --> TimePoint : ends_at TemporalInterval : starts_at TemporalInterval --> TimePoint : starts_at TemporalInterval : type","title":"Class: TemporalInterval"},{"location":"TemporalInterval/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TemporalInterval","title":"Inheritance"},{"location":"TemporalInterval/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TemporalInterval/#usages","text":"used by used in type used Event has_interval range TemporalInterval LifeEvent has_interval range TemporalInterval InvestigativeProcess has_interval range TemporalInterval SampleCollectionProcess has_interval range TemporalInterval SampleProcessing has_interval range TemporalInterval DataGenerationFromSample has_interval range TemporalInterval PlannedProcess has_interval range TemporalInterval MaterialCollection has_interval range TemporalInterval MaterialProcessing has_interval range TemporalInterval HealthcareEncounter has_interval range TemporalInterval HealthcareConditionOccurrence has_interval range TemporalInterval FoodProcessing has_interval range TemporalInterval EngineeringProcess has_interval range TemporalInterval EngineeringMaterialProcessing has_interval range TemporalInterval ClinicalCohortEnrollment has_interval range TemporalInterval","title":"Usages"},{"location":"TemporalInterval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TemporalInterval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TemporalInterval/#mappings","text":"Mapping Type Mapped Value self linkml_common:TemporalInterval native linkml_common:TemporalInterval","title":"Mappings"},{"location":"TemporalInterval/#linkml-source","text":"","title":"LinkML Source"},{"location":"TemporalInterval/#direct","text":"name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval slots: - starts_at - ends_at","title":"Direct"},{"location":"TemporalInterval/#induced","text":"name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalInterval domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"TemporalRelationship/","text":"Class: TemporalRelationship A relationship to another time point URI: linkml_common:TemporalRelationship classDiagram class TemporalRelationship Relationship <|-- TemporalRelationship TemporalRelationship : predicate TemporalRelationship --> RelativeTimeEnum : predicate TemporalRelationship : relative_to TemporalRelationship --> Entity : relative_to TemporalRelationship : type Inheritance Entity Intangible Relationship TemporalRelationship Slots Name Cardinality and Range Description Inheritance predicate 0..1 RelativeTimeEnum The relationship between the two time points direct relative_to 0..1 Entity direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TemporalRelationship native linkml_common:TemporalRelationship LinkML Source Direct name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event Induced name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalRelationship domain_of: - Entity - NamedThing range: string","title":"Class: TemporalRelationship"},{"location":"TemporalRelationship/#class-temporalrelationship","text":"A relationship to another time point URI: linkml_common:TemporalRelationship classDiagram class TemporalRelationship Relationship <|-- TemporalRelationship TemporalRelationship : predicate TemporalRelationship --> RelativeTimeEnum : predicate TemporalRelationship : relative_to TemporalRelationship --> Entity : relative_to TemporalRelationship : type","title":"Class: TemporalRelationship"},{"location":"TemporalRelationship/#inheritance","text":"Entity Intangible Relationship TemporalRelationship","title":"Inheritance"},{"location":"TemporalRelationship/#slots","text":"Name Cardinality and Range Description Inheritance predicate 0..1 RelativeTimeEnum The relationship between the two time points direct relative_to 0..1 Entity direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TemporalRelationship/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TemporalRelationship/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TemporalRelationship/#mappings","text":"Mapping Type Mapped Value self linkml_common:TemporalRelationship native linkml_common:TemporalRelationship","title":"Mappings"},{"location":"TemporalRelationship/#linkml-source","text":"","title":"LinkML Source"},{"location":"TemporalRelationship/#direct","text":"name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"Direct"},{"location":"TemporalRelationship/#induced","text":"name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalRelationship domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Time/","text":"Type: Time A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Time"},{"location":"Time/#type-time","text":"A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str","title":"Type: Time"},{"location":"Time/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Time/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePoint/","text":"Class: TimePoint A point in time. Can be fully specified, or specified in relative terms. URI: linkml_common:TimePoint classDiagram class TimePoint TimePointOrTemporalInterval <|-- TimePoint TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : ends_at TimePoint --> TimePoint : ends_at TimePoint : marker_event TimePoint --> Event : marker_event TimePoint : starts_at TimePoint --> TimePoint : starts_at TimePoint : time_value TimePoint : type TimePoint : year_value Inheritance Entity Intangible TimePointOrTemporalInterval TimePoint Slots Name Cardinality and Range Description Inheritance year_value 0..1 Integer direct date_value 0..1 Date direct time_value 0..1 Time direct datetime_value 0..1 Datetime direct marker_event 0..1 Event direct description 0..1 String A human-readable description for a thing direct starts_at 0..1 TimePoint TimePointOrTemporalInterval ends_at 0..1 TimePoint TimePointOrTemporalInterval type 0..1 String A type for a thing Entity Usages used by used in type used Event starts_at range TimePoint Event ends_at range TimePoint Event happens_at range TimePoint TimePointOrTemporalInterval starts_at range TimePoint TimePointOrTemporalInterval ends_at range TimePoint TemporalInterval starts_at range TimePoint TemporalInterval ends_at range TimePoint TimePoint starts_at range TimePoint TimePoint ends_at range TimePoint LifeEvent starts_at range TimePoint LifeEvent ends_at range TimePoint LifeEvent happens_at range TimePoint InvestigativeProcess starts_at range TimePoint InvestigativeProcess ends_at range TimePoint InvestigativeProcess happens_at range TimePoint SampleCollectionProcess starts_at range TimePoint SampleCollectionProcess ends_at range TimePoint SampleCollectionProcess happens_at range TimePoint SampleProcessing starts_at range TimePoint SampleProcessing ends_at range TimePoint SampleProcessing happens_at range TimePoint DataGenerationFromSample starts_at range TimePoint DataGenerationFromSample ends_at range TimePoint DataGenerationFromSample happens_at range TimePoint PlannedProcess starts_at range TimePoint PlannedProcess ends_at range TimePoint PlannedProcess happens_at range TimePoint MaterialCollection starts_at range TimePoint MaterialCollection ends_at range TimePoint MaterialCollection happens_at range TimePoint MaterialProcessing starts_at range TimePoint MaterialProcessing ends_at range TimePoint MaterialProcessing happens_at range TimePoint HealthcareEncounter starts_at range TimePoint HealthcareEncounter ends_at range TimePoint HealthcareEncounter happens_at range TimePoint HealthcareConditionOccurrence starts_at range TimePoint HealthcareConditionOccurrence ends_at range TimePoint HealthcareConditionOccurrence happens_at range TimePoint FoodProcessing starts_at range TimePoint FoodProcessing ends_at range TimePoint FoodProcessing happens_at range TimePoint EngineeringProcess starts_at range TimePoint EngineeringProcess ends_at range TimePoint EngineeringProcess happens_at range TimePoint EngineeringMaterialProcessing starts_at range TimePoint EngineeringMaterialProcessing ends_at range TimePoint EngineeringMaterialProcessing happens_at range TimePoint ClinicalCohortEnrollment starts_at range TimePoint ClinicalCohortEnrollment ends_at range TimePoint ClinicalCohortEnrollment happens_at range TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TimePoint native linkml_common:TimePoint exact fibo.DatesAndTimes:TimeInstant LinkML Source Direct name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval slots: - year_value - date_value - time_value - datetime_value - marker_event - description Induced name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval attributes: year_value: name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value owner: TimePoint domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a date_value: name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value owner: TimePoint domain_of: - TimePoint range: date time_value: name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value owner: TimePoint domain_of: - TimePoint range: time datetime_value: name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value owner: TimePoint domain_of: - TimePoint range: datetime marker_event: name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event owner: TimePoint domain_of: - TimePoint range: Event description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: TimePoint domain_of: - TimePoint - NamedThing range: string starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePoint domain_of: - Entity - NamedThing range: string","title":"Class: TimePoint"},{"location":"TimePoint/#class-timepoint","text":"A point in time. Can be fully specified, or specified in relative terms. URI: linkml_common:TimePoint classDiagram class TimePoint TimePointOrTemporalInterval <|-- TimePoint TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : ends_at TimePoint --> TimePoint : ends_at TimePoint : marker_event TimePoint --> Event : marker_event TimePoint : starts_at TimePoint --> TimePoint : starts_at TimePoint : time_value TimePoint : type TimePoint : year_value","title":"Class: TimePoint"},{"location":"TimePoint/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TimePoint","title":"Inheritance"},{"location":"TimePoint/#slots","text":"Name Cardinality and Range Description Inheritance year_value 0..1 Integer direct date_value 0..1 Date direct time_value 0..1 Time direct datetime_value 0..1 Datetime direct marker_event 0..1 Event direct description 0..1 String A human-readable description for a thing direct starts_at 0..1 TimePoint TimePointOrTemporalInterval ends_at 0..1 TimePoint TimePointOrTemporalInterval type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TimePoint/#usages","text":"used by used in type used Event starts_at range TimePoint Event ends_at range TimePoint Event happens_at range TimePoint TimePointOrTemporalInterval starts_at range TimePoint TimePointOrTemporalInterval ends_at range TimePoint TemporalInterval starts_at range TimePoint TemporalInterval ends_at range TimePoint TimePoint starts_at range TimePoint TimePoint ends_at range TimePoint LifeEvent starts_at range TimePoint LifeEvent ends_at range TimePoint LifeEvent happens_at range TimePoint InvestigativeProcess starts_at range TimePoint InvestigativeProcess ends_at range TimePoint InvestigativeProcess happens_at range TimePoint SampleCollectionProcess starts_at range TimePoint SampleCollectionProcess ends_at range TimePoint SampleCollectionProcess happens_at range TimePoint SampleProcessing starts_at range TimePoint SampleProcessing ends_at range TimePoint SampleProcessing happens_at range TimePoint DataGenerationFromSample starts_at range TimePoint DataGenerationFromSample ends_at range TimePoint DataGenerationFromSample happens_at range TimePoint PlannedProcess starts_at range TimePoint PlannedProcess ends_at range TimePoint PlannedProcess happens_at range TimePoint MaterialCollection starts_at range TimePoint MaterialCollection ends_at range TimePoint MaterialCollection happens_at range TimePoint MaterialProcessing starts_at range TimePoint MaterialProcessing ends_at range TimePoint MaterialProcessing happens_at range TimePoint HealthcareEncounter starts_at range TimePoint HealthcareEncounter ends_at range TimePoint HealthcareEncounter happens_at range TimePoint HealthcareConditionOccurrence starts_at range TimePoint HealthcareConditionOccurrence ends_at range TimePoint HealthcareConditionOccurrence happens_at range TimePoint FoodProcessing starts_at range TimePoint FoodProcessing ends_at range TimePoint FoodProcessing happens_at range TimePoint EngineeringProcess starts_at range TimePoint EngineeringProcess ends_at range TimePoint EngineeringProcess happens_at range TimePoint EngineeringMaterialProcessing starts_at range TimePoint EngineeringMaterialProcessing ends_at range TimePoint EngineeringMaterialProcessing happens_at range TimePoint ClinicalCohortEnrollment starts_at range TimePoint ClinicalCohortEnrollment ends_at range TimePoint ClinicalCohortEnrollment happens_at range TimePoint","title":"Usages"},{"location":"TimePoint/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TimePoint/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePoint/#mappings","text":"Mapping Type Mapped Value self linkml_common:TimePoint native linkml_common:TimePoint exact fibo.DatesAndTimes:TimeInstant","title":"Mappings"},{"location":"TimePoint/#linkml-source","text":"","title":"LinkML Source"},{"location":"TimePoint/#direct","text":"name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval slots: - year_value - date_value - time_value - datetime_value - marker_event - description","title":"Direct"},{"location":"TimePoint/#induced","text":"name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval attributes: year_value: name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value owner: TimePoint domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a date_value: name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value owner: TimePoint domain_of: - TimePoint range: date time_value: name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value owner: TimePoint domain_of: - TimePoint range: time datetime_value: name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value owner: TimePoint domain_of: - TimePoint range: datetime marker_event: name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event owner: TimePoint domain_of: - TimePoint range: Event description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: TimePoint domain_of: - TimePoint - NamedThing range: string starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePoint domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"TimePointOrTemporalInterval/","text":"Class: TimePointOrTemporalInterval URI: linkml_common:TimePointOrTemporalInterval classDiagram class TimePointOrTemporalInterval Intangible <|-- TimePointOrTemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TimePointOrTemporalInterval <|-- TimePoint TimePointOrTemporalInterval : ends_at TimePointOrTemporalInterval --> TimePoint : ends_at TimePointOrTemporalInterval : starts_at TimePointOrTemporalInterval --> TimePoint : starts_at TimePointOrTemporalInterval : type Inheritance Entity Intangible TimePointOrTemporalInterval TemporalInterval TimePoint Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TimePointOrTemporalInterval native linkml_common:TimePointOrTemporalInterval LinkML Source Direct name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible slots: - starts_at - ends_at Induced name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePointOrTemporalInterval domain_of: - Entity - NamedThing range: string","title":"Class: TimePointOrTemporalInterval"},{"location":"TimePointOrTemporalInterval/#class-timepointortemporalinterval","text":"URI: linkml_common:TimePointOrTemporalInterval classDiagram class TimePointOrTemporalInterval Intangible <|-- TimePointOrTemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TimePointOrTemporalInterval <|-- TimePoint TimePointOrTemporalInterval : ends_at TimePointOrTemporalInterval --> TimePoint : ends_at TimePointOrTemporalInterval : starts_at TimePointOrTemporalInterval --> TimePoint : starts_at TimePointOrTemporalInterval : type","title":"Class: TimePointOrTemporalInterval"},{"location":"TimePointOrTemporalInterval/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TemporalInterval TimePoint","title":"Inheritance"},{"location":"TimePointOrTemporalInterval/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TimePointOrTemporalInterval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TimePointOrTemporalInterval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePointOrTemporalInterval/#mappings","text":"Mapping Type Mapped Value self linkml_common:TimePointOrTemporalInterval native linkml_common:TimePointOrTemporalInterval","title":"Mappings"},{"location":"TimePointOrTemporalInterval/#linkml-source","text":"","title":"LinkML Source"},{"location":"TimePointOrTemporalInterval/#direct","text":"name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible slots: - starts_at - ends_at","title":"Direct"},{"location":"TimePointOrTemporalInterval/#induced","text":"name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePointOrTemporalInterval domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"UnitConcept/","text":"Class: UnitConcept URI: linkml_common:UnitConcept classDiagram class UnitConcept Concept <|-- UnitConcept UnitConcept : description UnitConcept : id UnitConcept : name UnitConcept : ontology_types UnitConcept --> Concept : ontology_types UnitConcept : subtype UnitConcept : type Inheritance Entity NamedThing Concept UnitConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SimpleQuantity unit range UnitConcept Variable allowed_units range UnitConcept Identifier and Mapping Information Valid ID Prefixes Instances of this class should have identifiers with one of the following prefixes: UO UCUM qudt Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:UnitConcept native linkml_common:UnitConcept LinkML Source Direct name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: UnitConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: UnitConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: UnitConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: UnitConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: UnitConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: UnitConcept domain_of: - TimePoint - NamedThing range: string","title":"Class: UnitConcept"},{"location":"UnitConcept/#class-unitconcept","text":"URI: linkml_common:UnitConcept classDiagram class UnitConcept Concept <|-- UnitConcept UnitConcept : description UnitConcept : id UnitConcept : name UnitConcept : ontology_types UnitConcept --> Concept : ontology_types UnitConcept : subtype UnitConcept : type","title":"Class: UnitConcept"},{"location":"UnitConcept/#inheritance","text":"Entity NamedThing Concept UnitConcept","title":"Inheritance"},{"location":"UnitConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing subtype 0..1 String An enum with a more specific type NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"UnitConcept/#usages","text":"used by used in type used SimpleQuantity unit range UnitConcept Variable allowed_units range UnitConcept","title":"Usages"},{"location":"UnitConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"UnitConcept/#valid-id-prefixes","text":"Instances of this class should have identifiers with one of the following prefixes: UO UCUM qudt","title":"Valid ID Prefixes"},{"location":"UnitConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"UnitConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:UnitConcept native linkml_common:UnitConcept","title":"Mappings"},{"location":"UnitConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"UnitConcept/#direct","text":"name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"UnitConcept/#induced","text":"name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: UnitConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: UnitConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: UnitConcept domain_of: - Entity - NamedThing range: string subtype: name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype owner: UnitConcept domain_of: - NamedThing range: string ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: UnitConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: UnitConcept domain_of: - TimePoint - NamedThing range: string","title":"Induced"},{"location":"UnitConversionOperation/","text":"Class: UnitConversionOperation A unit conversion operation URI: linkml_common:UnitConversionOperation classDiagram class UnitConversionOperation MathematicalOperation <|-- UnitConversionOperation UnitConversionOperation : immediate_preceding_steps UnitConversionOperation --> MathematicalOperation : immediate_preceding_steps UnitConversionOperation : inputs UnitConversionOperation --> Quantity : inputs UnitConversionOperation : outputs UnitConversionOperation --> Quantity : outputs UnitConversionOperation : parts UnitConversionOperation --> MathematicalOperation : parts Inheritance MathematicalOperation UnitConversionOperation Slots Name Cardinality and Range Description Inheritance inputs 0..* Quantity The input unit MathematicalOperation outputs 0..* Quantity The output unit MathematicalOperation parts 0..* MathematicalOperation The parts of the process MathematicalOperation immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step MathematicalOperation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:UnitConversionOperation native linkml_common:UnitConversionOperation LinkML Source Direct name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 Induced name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 attributes: inputs: name: inputs description: The input unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Class: UnitConversionOperation"},{"location":"UnitConversionOperation/#class-unitconversionoperation","text":"A unit conversion operation URI: linkml_common:UnitConversionOperation classDiagram class UnitConversionOperation MathematicalOperation <|-- UnitConversionOperation UnitConversionOperation : immediate_preceding_steps UnitConversionOperation --> MathematicalOperation : immediate_preceding_steps UnitConversionOperation : inputs UnitConversionOperation --> Quantity : inputs UnitConversionOperation : outputs UnitConversionOperation --> Quantity : outputs UnitConversionOperation : parts UnitConversionOperation --> MathematicalOperation : parts","title":"Class: UnitConversionOperation"},{"location":"UnitConversionOperation/#inheritance","text":"MathematicalOperation UnitConversionOperation","title":"Inheritance"},{"location":"UnitConversionOperation/#slots","text":"Name Cardinality and Range Description Inheritance inputs 0..* Quantity The input unit MathematicalOperation outputs 0..* Quantity The output unit MathematicalOperation parts 0..* MathematicalOperation The parts of the process MathematicalOperation immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step MathematicalOperation","title":"Slots"},{"location":"UnitConversionOperation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"UnitConversionOperation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"UnitConversionOperation/#mappings","text":"Mapping Type Mapped Value self linkml_common:UnitConversionOperation native linkml_common:UnitConversionOperation","title":"Mappings"},{"location":"UnitConversionOperation/#linkml-source","text":"","title":"LinkML Source"},{"location":"UnitConversionOperation/#direct","text":"name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1","title":"Direct"},{"location":"UnitConversionOperation/#induced","text":"name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 attributes: inputs: name: inputs description: The input unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Induced"},{"location":"Uri/","text":"Type: Uri a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str Comments in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Uri"},{"location":"Uri/#type-uri","text":"a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str","title":"Type: Uri"},{"location":"Uri/#comments","text":"in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node","title":"Comments"},{"location":"Uri/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uri/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Uriorcurie/","text":"Type: Uriorcurie a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#type-uriorcurie","text":"a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uriorcurie/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Variable/","text":"Class: Variable URI: linkml_common:Variable classDiagram class Variable Entity <|-- Variable Variable : allowed_units Variable --> UnitConcept : allowed_units Variable : type Inheritance Entity Variable Slots Name Cardinality and Range Description Inheritance allowed_units 0..* UnitConcept The units that are allowed for this variable direct type 0..1 String A type for a thing Entity Usages used by used in type used Measurement variable_measured range Variable Investigation variables range Variable Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Variable native linkml_common:Variable LinkML Source Direct name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true range: UnitConcept Induced name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Variable domain_of: - Entity - NamedThing range: string","title":"Class: Variable"},{"location":"Variable/#class-variable","text":"URI: linkml_common:Variable classDiagram class Variable Entity <|-- Variable Variable : allowed_units Variable --> UnitConcept : allowed_units Variable : type","title":"Class: Variable"},{"location":"Variable/#inheritance","text":"Entity Variable","title":"Inheritance"},{"location":"Variable/#slots","text":"Name Cardinality and Range Description Inheritance allowed_units 0..* UnitConcept The units that are allowed for this variable direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Variable/#usages","text":"used by used in type used Measurement variable_measured range Variable Investigation variables range Variable","title":"Usages"},{"location":"Variable/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Variable/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Variable/#mappings","text":"Mapping Type Mapped Value self linkml_common:Variable native linkml_common:Variable","title":"Mappings"},{"location":"Variable/#linkml-source","text":"","title":"LinkML Source"},{"location":"Variable/#direct","text":"name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true range: UnitConcept","title":"Direct"},{"location":"Variable/#induced","text":"name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept type: name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Variable domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"about/","text":"linkml-common Common Data Model Elements","title":"About"},{"location":"about/#linkml-common","text":"Common Data Model Elements","title":"linkml-common"},{"location":"abstract/","text":"Slot: abstract A summary of the item URI: linkml_common:abstract Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: abstract description: A summary of the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: abstract"},{"location":"abstract/#slot-abstract","text":"A summary of the item URI: linkml_common:abstract","title":"Slot: abstract"},{"location":"abstract/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"abstract/#properties","text":"Range: String","title":"Properties"},{"location":"abstract/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"abstract/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"abstract/#linkml-source","text":"name: abstract description: A summary of the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"account_holder/","text":"Slot: account_holder The person or organization that holds the account URI: linkml_common:account_holder Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person","title":"Slot: account_holder"},{"location":"account_holder/#slot-account_holder","text":"The person or organization that holds the account URI: linkml_common:account_holder","title":"Slot: account_holder"},{"location":"account_holder/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"account_holder/#properties","text":"Range: Person","title":"Properties"},{"location":"account_holder/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"account_holder/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"account_holder/#linkml-source","text":"name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person","title":"LinkML Source"},{"location":"account_number/","text":"Slot: account_number The account number URI: linkml_common:account_number Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: account_number description: The account number from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string","title":"Slot: account_number"},{"location":"account_number/#slot-account_number","text":"The account number URI: linkml_common:account_number","title":"Slot: account_number"},{"location":"account_number/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"account_number/#properties","text":"Range: String","title":"Properties"},{"location":"account_number/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"account_number/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"account_number/#linkml-source","text":"name: account_number description: The account number from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string","title":"LinkML Source"},{"location":"address/","text":"Slot: address URI: linkml_common:address Applicable Classes Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no EnvironmentalSite A location or site that is the subject of environmental monitoring no Properties Range: PostalAddress Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address domain_of: - Place range: PostalAddress","title":"Slot: address"},{"location":"address/#slot-address","text":"URI: linkml_common:address","title":"Slot: address"},{"location":"address/#applicable-classes","text":"Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no EnvironmentalSite A location or site that is the subject of environmental monitoring no","title":"Applicable Classes"},{"location":"address/#properties","text":"Range: PostalAddress","title":"Properties"},{"location":"address/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"address/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"address/#linkml-source","text":"name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address domain_of: - Place range: PostalAddress","title":"LinkML Source"},{"location":"age_in_years/","text":"Slot: age_in_years Number of years since birth URI: linkml_common:age_in_years Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: Integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years domain_of: - Person range: integer","title":"Slot: age_in_years"},{"location":"age_in_years/#slot-age_in_years","text":"Number of years since birth URI: linkml_common:age_in_years","title":"Slot: age_in_years"},{"location":"age_in_years/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"age_in_years/#properties","text":"Range: Integer","title":"Properties"},{"location":"age_in_years/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"age_in_years/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"age_in_years/#linkml-source","text":"name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years domain_of: - Person range: integer","title":"LinkML Source"},{"location":"allowed_units/","text":"Slot: allowed_units The units that are allowed for this variable URI: linkml_common:allowed_units Applicable Classes Name Description Modifies Slot Variable no Properties Range: UnitConcept Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept","title":"Slot: allowed_units"},{"location":"allowed_units/#slot-allowed_units","text":"The units that are allowed for this variable URI: linkml_common:allowed_units","title":"Slot: allowed_units"},{"location":"allowed_units/#applicable-classes","text":"Name Description Modifies Slot Variable no","title":"Applicable Classes"},{"location":"allowed_units/#properties","text":"Range: UnitConcept Multivalued: True","title":"Properties"},{"location":"allowed_units/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"allowed_units/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"allowed_units/#linkml-source","text":"name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept","title":"LinkML Source"},{"location":"altitude/","text":"Slot: altitude The altitude of the location URI: linkml_common:altitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Slot: altitude"},{"location":"altitude/#slot-altitude","text":"The altitude of the location URI: linkml_common:altitude","title":"Slot: altitude"},{"location":"altitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"altitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"altitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"altitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"altitude/#linkml-source","text":"name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"LinkML Source"},{"location":"bank/","text":"Slot: bank The bank that holds the account URI: linkml_common:bank Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: Organization Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization","title":"Slot: bank"},{"location":"bank/#slot-bank","text":"The bank that holds the account URI: linkml_common:bank","title":"Slot: bank"},{"location":"bank/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"bank/#properties","text":"Range: Organization","title":"Properties"},{"location":"bank/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"bank/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"bank/#linkml-source","text":"name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization","title":"LinkML Source"},{"location":"birth_date/","text":"Slot: birth_date Date on which a person is born URI: schema:birthDate Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date domain_of: - Person range: date","title":"Slot: birth_date"},{"location":"birth_date/#slot-birth_date","text":"Date on which a person is born URI: schema:birthDate","title":"Slot: birth_date"},{"location":"birth_date/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"birth_date/#properties","text":"Range: Date","title":"Properties"},{"location":"birth_date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"birth_date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"birth_date/#linkml-source","text":"name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date domain_of: - Person range: date","title":"LinkML Source"},{"location":"bounding_coordinates/","text":"Slot: bounding_coordinates The bounding coordinates of the place URI: linkml_common:bounding_coordinates Applicable Classes Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no EnvironmentalSite A location or site that is the subject of environmental monitoring no Properties Range: GeoBoxLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates domain_of: - Place range: GeoBoxLocation","title":"Slot: bounding_coordinates"},{"location":"bounding_coordinates/#slot-bounding_coordinates","text":"The bounding coordinates of the place URI: linkml_common:bounding_coordinates","title":"Slot: bounding_coordinates"},{"location":"bounding_coordinates/#applicable-classes","text":"Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no EnvironmentalSite A location or site that is the subject of environmental monitoring no","title":"Applicable Classes"},{"location":"bounding_coordinates/#properties","text":"Range: GeoBoxLocation","title":"Properties"},{"location":"bounding_coordinates/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"bounding_coordinates/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"bounding_coordinates/#linkml-source","text":"name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates domain_of: - Place range: GeoBoxLocation","title":"LinkML Source"},{"location":"care_site/","text":"Slot: care_site URI: linkml_common:care_site Applicable Classes Name Description Modifies Slot HealthcareProvider no Properties Range: HealthcareSite Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: care_site from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite","title":"Slot: care_site"},{"location":"care_site/#slot-care_site","text":"URI: linkml_common:care_site","title":"Slot: care_site"},{"location":"care_site/#applicable-classes","text":"Name Description Modifies Slot HealthcareProvider no","title":"Applicable Classes"},{"location":"care_site/#properties","text":"Range: HealthcareSite","title":"Properties"},{"location":"care_site/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"care_site/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"care_site/#linkml-source","text":"name: care_site from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite","title":"LinkML Source"},{"location":"city/","text":"Slot: city The city URI: linkml_common:city Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: city description: The city from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: city"},{"location":"city/#slot-city","text":"The city URI: linkml_common:city","title":"Slot: city"},{"location":"city/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"city/#properties","text":"Range: String","title":"Properties"},{"location":"city/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"city/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"city/#linkml-source","text":"name: city description: The city from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"cohort/","text":"Slot: cohort URI: linkml_common:cohort Applicable Classes Name Description Modifies Slot ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: ClinicalCohort Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: cohort from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort","title":"Slot: cohort"},{"location":"cohort/#slot-cohort","text":"URI: linkml_common:cohort","title":"Slot: cohort"},{"location":"cohort/#applicable-classes","text":"Name Description Modifies Slot ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"cohort/#properties","text":"Range: ClinicalCohort","title":"Properties"},{"location":"cohort/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"cohort/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"cohort/#linkml-source","text":"name: cohort from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort","title":"LinkML Source"},{"location":"collected_as_part_of/","text":"Slot: collected_as_part_of URI: linkml_common:collected_as_part_of Applicable Classes Name Description Modifies Slot Dataset no Properties Range: Investigation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: collected_as_part_of from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation","title":"Slot: collected_as_part_of"},{"location":"collected_as_part_of/#slot-collected_as_part_of","text":"URI: linkml_common:collected_as_part_of","title":"Slot: collected_as_part_of"},{"location":"collected_as_part_of/#applicable-classes","text":"Name Description Modifies Slot Dataset no","title":"Applicable Classes"},{"location":"collected_as_part_of/#properties","text":"Range: Investigation Multivalued: True","title":"Properties"},{"location":"collected_as_part_of/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"collected_as_part_of/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"collected_as_part_of/#linkml-source","text":"name: collected_as_part_of from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation","title":"LinkML Source"},{"location":"collected_from/","text":"Slot: collected_from URI: linkml_common:collected_from Applicable Classes Name Description Modifies Slot SampleCollectionProcess no Properties Range: NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: collected_from from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing","title":"Slot: collected_from"},{"location":"collected_from/#slot-collected_from","text":"URI: linkml_common:collected_from","title":"Slot: collected_from"},{"location":"collected_from/#applicable-classes","text":"Name Description Modifies Slot SampleCollectionProcess no","title":"Applicable Classes"},{"location":"collected_from/#properties","text":"Range: NamedThing","title":"Properties"},{"location":"collected_from/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"collected_from/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"collected_from/#linkml-source","text":"name: collected_from from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing","title":"LinkML Source"},{"location":"contacts/","text":"Slot: contacts A contact point for a person or organization URI: schema:contactPoint Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: contacts"},{"location":"contacts/#slot-contacts","text":"A contact point for a person or organization URI: schema:contactPoint","title":"Slot: contacts"},{"location":"contacts/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"contacts/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"contacts/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"contacts/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"contacts/#linkml-source","text":"name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"contributors/","text":"Slot: contributors A person or organization that contributed to the creation of the work URI: dcterms:contributor Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: contributors"},{"location":"contributors/#slot-contributors","text":"A person or organization that contributed to the creation of the work URI: dcterms:contributor","title":"Slot: contributors"},{"location":"contributors/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"contributors/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"contributors/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"contributors/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"contributors/#linkml-source","text":"name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"country/","text":"Slot: country The country URI: linkml_common:country Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: country description: The country from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: country"},{"location":"country/#slot-country","text":"The country URI: linkml_common:country","title":"Slot: country"},{"location":"country/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"country/#properties","text":"Range: String","title":"Properties"},{"location":"country/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"country/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"country/#linkml-source","text":"name: country description: The country from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"creators/","text":"Slot: creators The person or organization who created the work URI: dcterms:creator Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: creators"},{"location":"creators/#slot-creators","text":"The person or organization who created the work URI: dcterms:creator","title":"Slot: creators"},{"location":"creators/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"creators/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"creators/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"creators/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"creators/#linkml-source","text":"name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"date_value/","text":"Slot: date_value URI: linkml_common:date_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value domain_of: - TimePoint range: date","title":"Slot: date_value"},{"location":"date_value/#slot-date_value","text":"URI: linkml_common:date_value","title":"Slot: date_value"},{"location":"date_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"date_value/#properties","text":"Range: Date","title":"Properties"},{"location":"date_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"date_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"date_value/#linkml-source","text":"name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value domain_of: - TimePoint range: date","title":"LinkML Source"},{"location":"datetime_value/","text":"Slot: datetime_value URI: linkml_common:datetime_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Datetime Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value domain_of: - TimePoint range: datetime","title":"Slot: datetime_value"},{"location":"datetime_value/#slot-datetime_value","text":"URI: linkml_common:datetime_value","title":"Slot: datetime_value"},{"location":"datetime_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"datetime_value/#properties","text":"Range: Datetime","title":"Properties"},{"location":"datetime_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"datetime_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"datetime_value/#linkml-source","text":"name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value domain_of: - TimePoint range: datetime","title":"LinkML Source"},{"location":"definition/","text":"Slot: definition URI: linkml_common:definition Applicable Classes Name Description Modifies Slot ClinicalCohort A group of patients who share a common set of characteristics no Properties Range: ClinicalCohortDefinition Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: definition from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition","title":"Slot: definition"},{"location":"definition/#slot-definition","text":"URI: linkml_common:definition","title":"Slot: definition"},{"location":"definition/#applicable-classes","text":"Name Description Modifies Slot ClinicalCohort A group of patients who share a common set of characteristics no","title":"Applicable Classes"},{"location":"definition/#properties","text":"Range: ClinicalCohortDefinition","title":"Properties"},{"location":"definition/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"definition/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"definition/#linkml-source","text":"name: definition from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition","title":"LinkML Source"},{"location":"denominator/","text":"Slot: denominator The denominator of the ratio URI: linkml_common:denominator Applicable Classes Name Description Modifies Slot Ratio A tuple of two quantities no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity","title":"Slot: denominator"},{"location":"denominator/#slot-denominator","text":"The denominator of the ratio URI: linkml_common:denominator","title":"Slot: denominator"},{"location":"denominator/#applicable-classes","text":"Name Description Modifies Slot Ratio A tuple of two quantities no","title":"Applicable Classes"},{"location":"denominator/#properties","text":"Range: Quantity","title":"Properties"},{"location":"denominator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"denominator/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"denominator/#linkml-source","text":"name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity","title":"LinkML Source"},{"location":"describes/","text":"Slot: describes The thing that is being described URI: schema:describes Applicable Classes Name Description Modifies Slot InformationEntity An entity that describes some information no Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes domain_of: - InformationEntity range: Any","title":"Slot: describes"},{"location":"describes/#slot-describes","text":"The thing that is being described URI: schema:describes","title":"Slot: describes"},{"location":"describes/#applicable-classes","text":"Name Description Modifies Slot InformationEntity An entity that describes some information no","title":"Applicable Classes"},{"location":"describes/#properties","text":"Range: Any","title":"Properties"},{"location":"describes/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"describes/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"describes/#linkml-source","text":"name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes domain_of: - InformationEntity range: Any","title":"LinkML Source"},{"location":"description/","text":"Slot: description A human-readable description for a thing URI: schema:description Applicable Classes Name Description Modifies Slot TimePoint A point in time no NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description domain_of: - TimePoint - NamedThing range: string","title":"Slot: description"},{"location":"description/#slot-description","text":"A human-readable description for a thing URI: schema:description","title":"Slot: description"},{"location":"description/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"description/#properties","text":"Range: String","title":"Properties"},{"location":"description/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"description/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"description/#linkml-source","text":"name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description domain_of: - TimePoint - NamedThing range: string","title":"LinkML Source"},{"location":"east_bounding_coordinate/","text":"Slot: east_bounding_coordinate The easternmost coordinate of the location URI: linkml_common:east_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: east_bounding_coordinate"},{"location":"east_bounding_coordinate/#slot-east_bounding_coordinate","text":"The easternmost coordinate of the location URI: linkml_common:east_bounding_coordinate","title":"Slot: east_bounding_coordinate"},{"location":"east_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"east_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"east_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"east_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"east_bounding_coordinate/#linkml-source","text":"name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"ends_at/","text":"Slot: ends_at URI: linkml_common:ends_at Applicable Classes Name Description Modifies Slot Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"Slot: ends_at"},{"location":"ends_at/#slot-ends_at","text":"URI: linkml_common:ends_at","title":"Slot: ends_at"},{"location":"ends_at/#applicable-classes","text":"Name Description Modifies Slot Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"ends_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"ends_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ends_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ends_at/#linkml-source","text":"name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"LinkML Source"},{"location":"follows_procedure/","text":"Slot: follows_procedure URI: linkml_common:follows_procedure Applicable Classes Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no Properties Range: String Identifier and Mapping Information LinkML Source name: follows_procedure alias: follows_procedure domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: string","title":"Slot: follows_procedure"},{"location":"follows_procedure/#slot-follows_procedure","text":"URI: linkml_common:follows_procedure","title":"Slot: follows_procedure"},{"location":"follows_procedure/#applicable-classes","text":"Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no","title":"Applicable Classes"},{"location":"follows_procedure/#properties","text":"Range: String","title":"Properties"},{"location":"follows_procedure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"follows_procedure/#linkml-source","text":"name: follows_procedure alias: follows_procedure domain_of: - InvestigativeProcess - PlannedProcess - EngineeringProcess range: string","title":"LinkML Source"},{"location":"geolocation/","text":"Slot: geolocation The geolocation of the place URI: linkml_common:geolocation Applicable Classes Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body yes EnvironmentalSite A location or site that is the subject of environmental monitoring no Properties Range: GeoPointLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation domain_of: - Place range: GeoPointLocation","title":"Slot: geolocation"},{"location":"geolocation/#slot-geolocation","text":"The geolocation of the place URI: linkml_common:geolocation","title":"Slot: geolocation"},{"location":"geolocation/#applicable-classes","text":"Name Description Modifies Slot Place Entities that have a somewhat fixed, physical extension no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body yes EnvironmentalSite A location or site that is the subject of environmental monitoring no","title":"Applicable Classes"},{"location":"geolocation/#properties","text":"Range: GeoPointLocation","title":"Properties"},{"location":"geolocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"geolocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"geolocation/#linkml-source","text":"name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation domain_of: - Place range: GeoPointLocation","title":"LinkML Source"},{"location":"happens_at/","text":"Slot: happens_at URI: linkml_common:happens_at Applicable Classes Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at domain_of: - Event range: TimePoint","title":"Slot: happens_at"},{"location":"happens_at/#slot-happens_at","text":"URI: linkml_common:happens_at","title":"Slot: happens_at"},{"location":"happens_at/#applicable-classes","text":"Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"happens_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"happens_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"happens_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"happens_at/#linkml-source","text":"name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at domain_of: - Event range: TimePoint","title":"LinkML Source"},{"location":"has_duration/","text":"Slot: has_duration URI: linkml_common:has_duration Applicable Classes Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: Duration Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration domain_of: - Event range: Duration","title":"Slot: has_duration"},{"location":"has_duration/#slot-has_duration","text":"URI: linkml_common:has_duration","title":"Slot: has_duration"},{"location":"has_duration/#applicable-classes","text":"Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"has_duration/#properties","text":"Range: Duration","title":"Properties"},{"location":"has_duration/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_duration/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_duration/#linkml-source","text":"name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration domain_of: - Event range: Duration","title":"LinkML Source"},{"location":"has_interval/","text":"Slot: has_interval URI: linkml_common:has_interval Applicable Classes Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: TemporalInterval Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval domain_of: - Event range: TemporalInterval","title":"Slot: has_interval"},{"location":"has_interval/#slot-has_interval","text":"URI: linkml_common:has_interval","title":"Slot: has_interval"},{"location":"has_interval/#applicable-classes","text":"Name Description Modifies Slot Event A thing that happens no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"has_interval/#properties","text":"Range: TemporalInterval","title":"Properties"},{"location":"has_interval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_interval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_interval/#linkml-source","text":"name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval domain_of: - Event range: TemporalInterval","title":"LinkML Source"},{"location":"has_quantity_kind/","text":"Slot: has_quantity_kind The kind of quantity URI: linkml_common:has_quantity_kind Applicable Classes Name Description Modifies Slot Duration A length of time no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no FoodIngredient no MoneyQuantity A quantity of money no Properties Range: QuantityKind Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind","title":"Slot: has_quantity_kind"},{"location":"has_quantity_kind/#slot-has_quantity_kind","text":"The kind of quantity URI: linkml_common:has_quantity_kind","title":"Slot: has_quantity_kind"},{"location":"has_quantity_kind/#applicable-classes","text":"Name Description Modifies Slot Duration A length of time no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no FoodIngredient no MoneyQuantity A quantity of money no","title":"Applicable Classes"},{"location":"has_quantity_kind/#properties","text":"Range: QuantityKind","title":"Properties"},{"location":"has_quantity_kind/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_quantity_kind/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_quantity_kind/#linkml-source","text":"name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind","title":"LinkML Source"},{"location":"id/","text":"Slot: id A unique identifier for a thing URI: schema:identifier Applicable Classes Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: Uriorcurie Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id domain_of: - NamedThing range: uriorcurie required: true","title":"Slot: id"},{"location":"id/#slot-id","text":"A unique identifier for a thing URI: schema:identifier","title":"Slot: id"},{"location":"id/#applicable-classes","text":"Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"id/#properties","text":"Range: Uriorcurie Required: True","title":"Properties"},{"location":"id/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"id/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"id/#linkml-source","text":"name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id domain_of: - NamedThing range: uriorcurie required: true","title":"LinkML Source"},{"location":"immediate_preceding_steps/","text":"Slot: immediate_preceding_steps The steps that immediately precede this step URI: linkml_common:immediate_preceding_steps Applicable Classes Name Description Modifies Slot UnitConversionOperation A unit conversion operation no MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no Properties Range: MathematicalOperation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Slot: immediate_preceding_steps"},{"location":"immediate_preceding_steps/#slot-immediate_preceding_steps","text":"The steps that immediately precede this step URI: linkml_common:immediate_preceding_steps","title":"Slot: immediate_preceding_steps"},{"location":"immediate_preceding_steps/#applicable-classes","text":"Name Description Modifies Slot UnitConversionOperation A unit conversion operation no MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no","title":"Applicable Classes"},{"location":"immediate_preceding_steps/#properties","text":"Range: MathematicalOperation Multivalued: True","title":"Properties"},{"location":"immediate_preceding_steps/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"immediate_preceding_steps/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"immediate_preceding_steps/#linkml-source","text":"name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"LinkML Source"},{"location":"ingredients/","text":"Slot: ingredients URI: linkml_common:ingredients Applicable Classes Name Description Modifies Slot FoodRecipe no Properties Range: FoodIngredient Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ingredients from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient","title":"Slot: ingredients"},{"location":"ingredients/#slot-ingredients","text":"URI: linkml_common:ingredients","title":"Slot: ingredients"},{"location":"ingredients/#applicable-classes","text":"Name Description Modifies Slot FoodRecipe no","title":"Applicable Classes"},{"location":"ingredients/#properties","text":"Range: FoodIngredient Multivalued: True","title":"Properties"},{"location":"ingredients/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ingredients/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ingredients/#linkml-source","text":"name: ingredients from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient","title":"LinkML Source"},{"location":"inputs/","text":"Slot: inputs The inputs to the operation URI: linkml_common:inputs Applicable Classes Name Description Modifies Slot UnitConversionOperation A unit conversion operation yes MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no Properties Range: Any Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"Slot: inputs"},{"location":"inputs/#slot-inputs","text":"The inputs to the operation URI: linkml_common:inputs","title":"Slot: inputs"},{"location":"inputs/#applicable-classes","text":"Name Description Modifies Slot UnitConversionOperation A unit conversion operation yes MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no","title":"Applicable Classes"},{"location":"inputs/#properties","text":"Range: Any Multivalued: True","title":"Properties"},{"location":"inputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"inputs/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"inputs/#linkml-source","text":"name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"LinkML Source"},{"location":"is_person/","text":"Slot: is_person URI: linkml_common:is_person Applicable Classes Name Description Modifies Slot HealthcareRole no HealthcareProvider no Patient no Properties Range: Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: is_person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person","title":"Slot: is_person"},{"location":"is_person/#slot-is_person","text":"URI: linkml_common:is_person","title":"Slot: is_person"},{"location":"is_person/#applicable-classes","text":"Name Description Modifies Slot HealthcareRole no HealthcareProvider no Patient no","title":"Applicable Classes"},{"location":"is_person/#properties","text":"Range: Person","title":"Properties"},{"location":"is_person/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"is_person/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"is_person/#linkml-source","text":"name: is_person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person","title":"LinkML Source"},{"location":"keywords/","text":"Slot: keywords Keywords or tags used to describe this item URI: schema:keywords Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: String Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: keywords"},{"location":"keywords/#slot-keywords","text":"Keywords or tags used to describe this item URI: schema:keywords","title":"Slot: keywords"},{"location":"keywords/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"keywords/#properties","text":"Range: String Multivalued: True","title":"Properties"},{"location":"keywords/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"keywords/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"keywords/#linkml-source","text":"name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"latitude/","text":"Slot: latitude The latitude of the location URI: linkml_common:latitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"Slot: latitude"},{"location":"latitude/#slot-latitude","text":"The latitude of the location URI: linkml_common:latitude","title":"Slot: latitude"},{"location":"latitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"latitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"latitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"latitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"latitude/#linkml-source","text":"name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"LinkML Source"},{"location":"linkml-common/","text":"linkml-common Common Data Model Elements URI: https://w3id.org/linkml/linkml-common","title":"linkml-common"},{"location":"linkml-common/#linkml-common","text":"Common Data Model Elements URI: https://w3id.org/linkml/linkml-common","title":"linkml-common"},{"location":"longitude/","text":"Slot: longitude The longitude of the location URI: linkml_common:longitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"Slot: longitude"},{"location":"longitude/#slot-longitude","text":"The longitude of the location URI: linkml_common:longitude","title":"Slot: longitude"},{"location":"longitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"longitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"longitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"longitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"longitude/#linkml-source","text":"name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"LinkML Source"},{"location":"lower_bound/","text":"Slot: lower_bound The lower bound of the range URI: linkml_common:lower_bound Applicable Classes Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"Slot: lower_bound"},{"location":"lower_bound/#slot-lower_bound","text":"The lower bound of the range URI: linkml_common:lower_bound","title":"Slot: lower_bound"},{"location":"lower_bound/#applicable-classes","text":"Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"lower_bound/#properties","text":"Range: Quantity","title":"Properties"},{"location":"lower_bound/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"lower_bound/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"lower_bound/#linkml-source","text":"name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"LinkML Source"},{"location":"marker_event/","text":"Slot: marker_event URI: linkml_common:marker_event Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Event Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event domain_of: - TimePoint range: Event","title":"Slot: marker_event"},{"location":"marker_event/#slot-marker_event","text":"URI: linkml_common:marker_event","title":"Slot: marker_event"},{"location":"marker_event/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"marker_event/#properties","text":"Range: Event","title":"Properties"},{"location":"marker_event/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"marker_event/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"marker_event/#linkml-source","text":"name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event domain_of: - TimePoint range: Event","title":"LinkML Source"},{"location":"material_collected/","text":"Slot: material_collected URI: linkml_common:material_collected Applicable Classes Name Description Modifies Slot SampleCollectionProcess no Properties Range: SampleMaterial Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: material_collected from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial","title":"Slot: material_collected"},{"location":"material_collected/#slot-material_collected","text":"URI: linkml_common:material_collected","title":"Slot: material_collected"},{"location":"material_collected/#applicable-classes","text":"Name Description Modifies Slot SampleCollectionProcess no","title":"Applicable Classes"},{"location":"material_collected/#properties","text":"Range: SampleMaterial","title":"Properties"},{"location":"material_collected/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"material_collected/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"material_collected/#linkml-source","text":"name: material_collected from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial","title":"LinkML Source"},{"location":"members/","text":"Slot: members The members of the collection URI: linkml_common:members Applicable Classes Name Description Modifies Slot Collection A group of things no Properties Range: Entity Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: members description: The members of the collection from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true","title":"Slot: members"},{"location":"members/#slot-members","text":"The members of the collection URI: linkml_common:members","title":"Slot: members"},{"location":"members/#applicable-classes","text":"Name Description Modifies Slot Collection A group of things no","title":"Applicable Classes"},{"location":"members/#properties","text":"Range: Entity Multivalued: True","title":"Properties"},{"location":"members/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"members/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"members/#linkml-source","text":"name: members description: The members of the collection from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"name/","text":"Slot: name A human-readable name for a thing URI: schema:name Applicable Classes Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name domain_of: - NamedThing range: string","title":"Slot: name"},{"location":"name/#slot-name","text":"A human-readable name for a thing URI: schema:name","title":"Slot: name"},{"location":"name/#applicable-classes","text":"Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"name/#properties","text":"Range: String","title":"Properties"},{"location":"name/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"name/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"name/#linkml-source","text":"name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name domain_of: - NamedThing range: string","title":"LinkML Source"},{"location":"north_bounding_coordinate/","text":"Slot: north_bounding_coordinate The northernmost coordinate of the location URI: linkml_common:north_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: north_bounding_coordinate"},{"location":"north_bounding_coordinate/#slot-north_bounding_coordinate","text":"The northernmost coordinate of the location URI: linkml_common:north_bounding_coordinate","title":"Slot: north_bounding_coordinate"},{"location":"north_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"north_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"north_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"north_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"north_bounding_coordinate/#linkml-source","text":"name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"numerator/","text":"Slot: numerator The numerator of the ratio URI: linkml_common:numerator Applicable Classes Name Description Modifies Slot Ratio A tuple of two quantities no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity","title":"Slot: numerator"},{"location":"numerator/#slot-numerator","text":"The numerator of the ratio URI: linkml_common:numerator","title":"Slot: numerator"},{"location":"numerator/#applicable-classes","text":"Name Description Modifies Slot Ratio A tuple of two quantities no","title":"Applicable Classes"},{"location":"numerator/#properties","text":"Range: Quantity","title":"Properties"},{"location":"numerator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"numerator/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"numerator/#linkml-source","text":"name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity","title":"LinkML Source"},{"location":"object/","text":"Slot: object The object of a relationship URI: rdf:object Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: object description: The object of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:object alias: object range: Any","title":"Slot: object"},{"location":"object/#slot-object","text":"The object of a relationship URI: rdf:object","title":"Slot: object"},{"location":"object/#properties","text":"Range: Any","title":"Properties"},{"location":"object/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"object/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"object/#linkml-source","text":"name: object description: The object of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:object alias: object range: Any","title":"LinkML Source"},{"location":"objectives/","text":"Slot: objectives URI: linkml_common:objectives Applicable Classes Name Description Modifies Slot Investigation no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: objectives from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string","title":"Slot: objectives"},{"location":"objectives/#slot-objectives","text":"URI: linkml_common:objectives","title":"Slot: objectives"},{"location":"objectives/#applicable-classes","text":"Name Description Modifies Slot Investigation no","title":"Applicable Classes"},{"location":"objectives/#properties","text":"Range: String","title":"Properties"},{"location":"objectives/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"objectives/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"objectives/#linkml-source","text":"name: objectives from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string","title":"LinkML Source"},{"location":"observed_during/","text":"Slot: observed_during URI: linkml_common:observed_during Applicable Classes Name Description Modifies Slot HealthcareConditionOccurrence no Properties Range: HealthcareEncounter Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: observed_during from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter","title":"Slot: observed_during"},{"location":"observed_during/#slot-observed_during","text":"URI: linkml_common:observed_during","title":"Slot: observed_during"},{"location":"observed_during/#applicable-classes","text":"Name Description Modifies Slot HealthcareConditionOccurrence no","title":"Applicable Classes"},{"location":"observed_during/#properties","text":"Range: HealthcareEncounter","title":"Properties"},{"location":"observed_during/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"observed_during/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"observed_during/#linkml-source","text":"name: observed_during from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter","title":"LinkML Source"},{"location":"ontology_types/","text":"Slot: ontology_types URI: linkml_common:ontology_types Applicable Classes Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: Concept Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types domain_of: - NamedThing range: Concept","title":"Slot: ontology_types"},{"location":"ontology_types/#slot-ontology_types","text":"URI: linkml_common:ontology_types","title":"Slot: ontology_types"},{"location":"ontology_types/#applicable-classes","text":"Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"ontology_types/#properties","text":"Range: Concept Multivalued: True","title":"Properties"},{"location":"ontology_types/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ontology_types/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ontology_types/#linkml-source","text":"name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types domain_of: - NamedThing range: Concept","title":"LinkML Source"},{"location":"outputs/","text":"Slot: outputs The outputs of the operation URI: linkml_common:outputs Applicable Classes Name Description Modifies Slot UnitConversionOperation A unit conversion operation yes MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no Properties Range: Any Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"Slot: outputs"},{"location":"outputs/#slot-outputs","text":"The outputs of the operation URI: linkml_common:outputs","title":"Slot: outputs"},{"location":"outputs/#applicable-classes","text":"Name Description Modifies Slot UnitConversionOperation A unit conversion operation yes MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no","title":"Applicable Classes"},{"location":"outputs/#properties","text":"Range: Any Multivalued: True","title":"Properties"},{"location":"outputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"outputs/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"outputs/#linkml-source","text":"name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"LinkML Source"},{"location":"part_of/","text":"Slot: part_of URI: linkml_common:part_of Applicable Classes Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no DataGenerationFromSample no EngineeringProcess no Properties Range: String Identifier and Mapping Information LinkML Source name: part_of alias: part_of domain_of: - InvestigativeProcess - EngineeringProcess range: string","title":"Slot: part_of"},{"location":"part_of/#slot-part_of","text":"URI: linkml_common:part_of","title":"Slot: part_of"},{"location":"part_of/#applicable-classes","text":"Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no DataGenerationFromSample no EngineeringProcess no","title":"Applicable Classes"},{"location":"part_of/#properties","text":"Range: String","title":"Properties"},{"location":"part_of/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"part_of/#linkml-source","text":"name: part_of alias: part_of domain_of: - InvestigativeProcess - EngineeringProcess range: string","title":"LinkML Source"},{"location":"parts/","text":"Slot: parts The parts of the process URI: linkml_common:parts Applicable Classes Name Description Modifies Slot UnitConversionOperation A unit conversion operation no MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no Properties Range: MathematicalOperation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: parts description: The parts of the process from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Slot: parts"},{"location":"parts/#slot-parts","text":"The parts of the process URI: linkml_common:parts","title":"Slot: parts"},{"location":"parts/#applicable-classes","text":"Name Description Modifies Slot UnitConversionOperation A unit conversion operation no MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no","title":"Applicable Classes"},{"location":"parts/#properties","text":"Range: MathematicalOperation Multivalued: True","title":"Properties"},{"location":"parts/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"parts/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"parts/#linkml-source","text":"name: parts description: The parts of the process from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"LinkML Source"},{"location":"patient/","text":"Slot: patient URI: linkml_common:patient Applicable Classes Name Description Modifies Slot HealthcareEncounter no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: String Identifier and Mapping Information LinkML Source name: patient alias: patient domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: string","title":"Slot: patient"},{"location":"patient/#slot-patient","text":"URI: linkml_common:patient","title":"Slot: patient"},{"location":"patient/#applicable-classes","text":"Name Description Modifies Slot HealthcareEncounter no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"patient/#properties","text":"Range: String","title":"Properties"},{"location":"patient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"patient/#linkml-source","text":"name: patient alias: patient domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: string","title":"LinkML Source"},{"location":"postal_code/","text":"Slot: postal_code The postal code or zip code URI: linkml_common:postal_code Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: postal_code"},{"location":"postal_code/#slot-postal_code","text":"The postal code or zip code URI: linkml_common:postal_code","title":"Slot: postal_code"},{"location":"postal_code/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"postal_code/#properties","text":"Range: String","title":"Properties"},{"location":"postal_code/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"postal_code/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"postal_code/#linkml-source","text":"name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"predicate/","text":"Slot: predicate The relationship between the two time points URI: linkml_common:predicate Applicable Classes Name Description Modifies Slot TemporalRelationship A relationship to another time point no Properties Range: RelativeTimeEnum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum","title":"Slot: predicate"},{"location":"predicate/#slot-predicate","text":"The relationship between the two time points URI: linkml_common:predicate","title":"Slot: predicate"},{"location":"predicate/#applicable-classes","text":"Name Description Modifies Slot TemporalRelationship A relationship to another time point no","title":"Applicable Classes"},{"location":"predicate/#properties","text":"Range: RelativeTimeEnum","title":"Properties"},{"location":"predicate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"predicate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"predicate/#linkml-source","text":"name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum","title":"LinkML Source"},{"location":"primary_email/","text":"Slot: primary_email The main email address of a person URI: schema:email Applicable Classes Name Description Modifies Slot Person Represents a Person yes Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email domain_of: - Person range: string","title":"Slot: primary_email"},{"location":"primary_email/#slot-primary_email","text":"The main email address of a person URI: schema:email","title":"Slot: primary_email"},{"location":"primary_email/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person yes","title":"Applicable Classes"},{"location":"primary_email/#properties","text":"Range: String","title":"Properties"},{"location":"primary_email/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"primary_email/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"primary_email/#linkml-source","text":"name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email domain_of: - Person range: string","title":"LinkML Source"},{"location":"provider/","text":"Slot: provider URI: linkml_common:provider Applicable Classes Name Description Modifies Slot HealthcareEncounter no Properties Range: HealthcareProvider Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: provider from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider","title":"Slot: provider"},{"location":"provider/#slot-provider","text":"URI: linkml_common:provider","title":"Slot: provider"},{"location":"provider/#applicable-classes","text":"Name Description Modifies Slot HealthcareEncounter no","title":"Applicable Classes"},{"location":"provider/#properties","text":"Range: HealthcareProvider","title":"Properties"},{"location":"provider/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"provider/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"provider/#linkml-source","text":"name: provider from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider","title":"LinkML Source"},{"location":"quantity_measured/","text":"Slot: quantity_measured The quantity being measured URI: linkml_common:quantity_measured Applicable Classes Name Description Modifies Slot Measurement no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity","title":"Slot: quantity_measured"},{"location":"quantity_measured/#slot-quantity_measured","text":"The quantity being measured URI: linkml_common:quantity_measured","title":"Slot: quantity_measured"},{"location":"quantity_measured/#applicable-classes","text":"Name Description Modifies Slot Measurement no","title":"Applicable Classes"},{"location":"quantity_measured/#properties","text":"Range: Quantity","title":"Properties"},{"location":"quantity_measured/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"quantity_measured/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"quantity_measured/#linkml-source","text":"name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity","title":"LinkML Source"},{"location":"relative_to/","text":"Slot: relative_to URI: linkml_common:relative_to Applicable Classes Name Description Modifies Slot TemporalRelationship A relationship to another time point no Properties Range: Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: relative_to from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"Slot: relative_to"},{"location":"relative_to/#slot-relative_to","text":"URI: linkml_common:relative_to","title":"Slot: relative_to"},{"location":"relative_to/#applicable-classes","text":"Name Description Modifies Slot TemporalRelationship A relationship to another time point no","title":"Applicable Classes"},{"location":"relative_to/#properties","text":"Range: Entity","title":"Properties"},{"location":"relative_to/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"relative_to/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"relative_to/#linkml-source","text":"name: relative_to from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"LinkML Source"},{"location":"rights/","text":"Slot: rights Information about rights held in and over the item URI: linkml_common:rights Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: rights"},{"location":"rights/#slot-rights","text":"Information about rights held in and over the item URI: linkml_common:rights","title":"Slot: rights"},{"location":"rights/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"rights/#properties","text":"Range: String","title":"Properties"},{"location":"rights/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"rights/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"rights/#linkml-source","text":"name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"south_bounding_coordinate/","text":"Slot: south_bounding_coordinate The southernmost coordinate of the location URI: linkml_common:south_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: south_bounding_coordinate"},{"location":"south_bounding_coordinate/#slot-south_bounding_coordinate","text":"The southernmost coordinate of the location URI: linkml_common:south_bounding_coordinate","title":"Slot: south_bounding_coordinate"},{"location":"south_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"south_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"south_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"south_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"south_bounding_coordinate/#linkml-source","text":"name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"speciality/","text":"Slot: speciality URI: linkml_common:speciality Applicable Classes Name Description Modifies Slot HealthcareProvider no Properties Range: Concept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: speciality from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept","title":"Slot: speciality"},{"location":"speciality/#slot-speciality","text":"URI: linkml_common:speciality","title":"Slot: speciality"},{"location":"speciality/#applicable-classes","text":"Name Description Modifies Slot HealthcareProvider no","title":"Applicable Classes"},{"location":"speciality/#properties","text":"Range: Concept","title":"Properties"},{"location":"speciality/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"speciality/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"speciality/#linkml-source","text":"name: speciality from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept","title":"LinkML Source"},{"location":"starts_at/","text":"Slot: starts_at URI: linkml_common:starts_at Applicable Classes Name Description Modifies Slot Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"Slot: starts_at"},{"location":"starts_at/#slot-starts_at","text":"URI: linkml_common:starts_at","title":"Slot: starts_at"},{"location":"starts_at/#applicable-classes","text":"Name Description Modifies Slot Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no LifeEvent no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareEncounter no HealthcareConditionOccurrence no FoodProcessing no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"starts_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"starts_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"starts_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"starts_at/#linkml-source","text":"name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"LinkML Source"},{"location":"state/","text":"Slot: state The state URI: linkml_common:state Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: state description: The state from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: state"},{"location":"state/#slot-state","text":"The state URI: linkml_common:state","title":"Slot: state"},{"location":"state/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"state/#properties","text":"Range: String","title":"Properties"},{"location":"state/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"state/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"state/#linkml-source","text":"name: state description: The state from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"steps/","text":"Slot: steps URI: linkml_common:steps Applicable Classes Name Description Modifies Slot FoodRecipe no Properties Range: FoodProcessing Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: steps from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing","title":"Slot: steps"},{"location":"steps/#slot-steps","text":"URI: linkml_common:steps","title":"Slot: steps"},{"location":"steps/#applicable-classes","text":"Name Description Modifies Slot FoodRecipe no","title":"Applicable Classes"},{"location":"steps/#properties","text":"Range: FoodProcessing Multivalued: True","title":"Properties"},{"location":"steps/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"steps/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"steps/#linkml-source","text":"name: steps from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing","title":"LinkML Source"},{"location":"street_address/","text":"Slot: street_address The street address URI: linkml_common:street_address Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: street_address description: The street address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: street_address"},{"location":"street_address/#slot-street_address","text":"The street address URI: linkml_common:street_address","title":"Slot: street_address"},{"location":"street_address/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"street_address/#properties","text":"Range: String","title":"Properties"},{"location":"street_address/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"street_address/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"street_address/#linkml-source","text":"name: street_address description: The street address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"street_address_additional/","text":"Slot: street_address_additional URI: linkml_common:street_address_additional Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: street_address_additional from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: street_address_additional"},{"location":"street_address_additional/#slot-street_address_additional","text":"URI: linkml_common:street_address_additional","title":"Slot: street_address_additional"},{"location":"street_address_additional/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"street_address_additional/#properties","text":"Range: String","title":"Properties"},{"location":"street_address_additional/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"street_address_additional/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"street_address_additional/#linkml-source","text":"name: street_address_additional from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"subject/","text":"Slot: subject The subject of a relationship URI: rdf:subject Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: subject description: The subject of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:subject alias: subject range: Any","title":"Slot: subject"},{"location":"subject/#slot-subject","text":"The subject of a relationship URI: rdf:subject","title":"Slot: subject"},{"location":"subject/#properties","text":"Range: Any","title":"Properties"},{"location":"subject/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"subject/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"subject/#linkml-source","text":"name: subject description: The subject of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:subject alias: subject range: Any","title":"LinkML Source"},{"location":"subtype/","text":"Slot: subtype An enum with a more specific type URI: linkml_common:subtype Applicable Classes Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter yes HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype domain_of: - NamedThing range: string","title":"Slot: subtype"},{"location":"subtype/#slot-subtype","text":"An enum with a more specific type URI: linkml_common:subtype","title":"Slot: subtype"},{"location":"subtype/#applicable-classes","text":"Name Description Modifies Slot NamedThing no Event A thing that happens no QuantityKind no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter yes HealthcareOrganization no HealthcareConditionOccurrence no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no FoodRecipe no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no CurrencyConcept A currency no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"subtype/#properties","text":"Range: String","title":"Properties"},{"location":"subtype/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"subtype/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"subtype/#linkml-source","text":"name: subtype description: An enum with a more specific type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: subtype domain_of: - NamedThing range: string","title":"LinkML Source"},{"location":"time_value/","text":"Slot: time_value URI: linkml_common:time_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Time Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value domain_of: - TimePoint range: time","title":"Slot: time_value"},{"location":"time_value/#slot-time_value","text":"URI: linkml_common:time_value","title":"Slot: time_value"},{"location":"time_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"time_value/#properties","text":"Range: Time","title":"Properties"},{"location":"time_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"time_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"time_value/#linkml-source","text":"name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value domain_of: - TimePoint range: time","title":"LinkML Source"},{"location":"title/","text":"Slot: title The title of the item URI: linkml_common:title Applicable Classes Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: title description: The title of the item from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: title"},{"location":"title/#slot-title","text":"The title of the item URI: linkml_common:title","title":"Slot: title"},{"location":"title/#applicable-classes","text":"Name Description Modifies Slot CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Dataset no Publication no","title":"Applicable Classes"},{"location":"title/#properties","text":"Range: String","title":"Properties"},{"location":"title/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"title/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"title/#linkml-source","text":"name: title description: The title of the item from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"type/","text":"Slot: type A type for a thing URI: linkml_common:type Applicable Classes Name Description Modifies Slot Entity A physical, digital, conceptual, or other kind of thing with some common char... no NamedThing no Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no Duration A length of time no TemporalRelationship A relationship to another time point no QuantityKind no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no QuantityRange A quantity range is a property that can be measured or counted no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Intangible An entity that is not a physical object, process, or information no Role no Relationship no Observation A statement about the state of something no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Collection A group of things no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Service A service provided by an organization no Measurement no Variable no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareRole no HealthcareProvider no HealthcareConditionOccurrence no Patient no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no PostalAddress Represents an Address no FoodRecipe no FoodIngredient no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no MoneyQuantity A quantity of money no CurrencyConcept A currency no FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or t... no FinancialAccount A bank account no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no DataStructure no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type domain_of: - Entity - NamedThing range: string","title":"Slot: type"},{"location":"type/#slot-type","text":"A type for a thing URI: linkml_common:type","title":"Slot: type"},{"location":"type/#applicable-classes","text":"Name Description Modifies Slot Entity A physical, digital, conceptual, or other kind of thing with some common char... no NamedThing no Event A thing that happens no TimePointOrTemporalInterval no TemporalInterval A period of time no TimePoint A point in time no Duration A length of time no TemporalRelationship A relationship to another time point no QuantityKind no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no QuantityRange A quantity range is a property that can be measured or counted no UnitConcept no Concept no InformationEntity An entity that describes some information no PhysicalDevice no Intangible An entity that is not a physical object, process, or information no Role no Relationship no Observation A statement about the state of something no Specification A specification of a thing no Procedure A canonical series of actions conducted in a certain order or manner no Collection A group of things no Agent Represents an Agent no Person Represents a Person no Organization Represents an Organization no AutomatedAgent Represents an Automated Agent no LifeEvent no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Service A service provided by an organization no Measurement no Variable no Investigation no InvestigativeProtocol no StudyDesign no SampleMaterial no InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no HealthcareSite no HealthcareEncounter no HealthcareOrganization no HealthcareRole no HealthcareProvider no HealthcareConditionOccurrence no Patient no Place Entities that have a somewhat fixed, physical extension no Landform A natural feature of the solid surface of the Earth or other planetary body no PostalAddress Represents an Address no FoodRecipe no FoodIngredient no FoodProcessing no FoodTypeConcept no BasicFoodType no CompositeFoodType no MoneyQuantity A quantity of money no CurrencyConcept A currency no FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or t... no FinancialAccount A bank account no EnvironmentalSite A location or site that is the subject of environmental monitoring no EngineeringSpecification no RawMaterial no EngineeringProcess no EngineeringMaterialProcessing no DataStructure no ClinicalCohort A group of patients who share a common set of characteristics no ClinicalCohortDefinition A definition of a clinical cohort no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Dataset no Publication no","title":"Applicable Classes"},{"location":"type/#properties","text":"Range: String","title":"Properties"},{"location":"type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"type/#linkml-source","text":"name: type description: A type for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type domain_of: - Entity - NamedThing range: string","title":"LinkML Source"},{"location":"unit/","text":"Slot: unit URI: linkml_common:unit Applicable Classes Name Description Modifies Slot SimpleQuantity A quantity is a property that can be measured or counted no MoneyQuantity A quantity of money no Properties Range: String Identifier and Mapping Information LinkML Source name: unit alias: unit domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"Slot: unit"},{"location":"unit/#slot-unit","text":"URI: linkml_common:unit","title":"Slot: unit"},{"location":"unit/#applicable-classes","text":"Name Description Modifies Slot SimpleQuantity A quantity is a property that can be measured or counted no MoneyQuantity A quantity of money no","title":"Applicable Classes"},{"location":"unit/#properties","text":"Range: String","title":"Properties"},{"location":"unit/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"unit/#linkml-source","text":"name: unit alias: unit domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"LinkML Source"},{"location":"upper_bound/","text":"Slot: upper_bound The upper bound of the range URI: linkml_common:upper_bound Applicable Classes Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"Slot: upper_bound"},{"location":"upper_bound/#slot-upper_bound","text":"The upper bound of the range URI: linkml_common:upper_bound","title":"Slot: upper_bound"},{"location":"upper_bound/#applicable-classes","text":"Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"upper_bound/#properties","text":"Range: Quantity","title":"Properties"},{"location":"upper_bound/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"upper_bound/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"upper_bound/#linkml-source","text":"name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"LinkML Source"},{"location":"uses_physical_device/","text":"Slot: uses_physical_device URI: linkml_common:uses_physical_device Applicable Classes Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no FoodProcessing no EngineeringMaterialProcessing no Properties Range: PhysicalDevice Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: uses_physical_device from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice","title":"Slot: uses_physical_device"},{"location":"uses_physical_device/#slot-uses_physical_device","text":"URI: linkml_common:uses_physical_device","title":"Slot: uses_physical_device"},{"location":"uses_physical_device/#applicable-classes","text":"Name Description Modifies Slot InvestigativeProcess no SampleCollectionProcess no SampleProcessing no DataGenerationFromSample no PlannedProcess A process that follows a defined procedure or plan no MaterialCollection no MaterialProcessing no FoodProcessing no EngineeringMaterialProcessing no","title":"Applicable Classes"},{"location":"uses_physical_device/#properties","text":"Range: PhysicalDevice","title":"Properties"},{"location":"uses_physical_device/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"uses_physical_device/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"uses_physical_device/#linkml-source","text":"name: uses_physical_device from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice","title":"LinkML Source"},{"location":"value/","text":"Slot: value URI: linkml_common:value Applicable Classes Name Description Modifies Slot SimpleQuantity A quantity is a property that can be measured or counted no MoneyQuantity A quantity of money no Properties Range: String Identifier and Mapping Information LinkML Source name: value alias: value domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"Slot: value"},{"location":"value/#slot-value","text":"URI: linkml_common:value","title":"Slot: value"},{"location":"value/#applicable-classes","text":"Name Description Modifies Slot SimpleQuantity A quantity is a property that can be measured or counted no MoneyQuantity A quantity of money no","title":"Applicable Classes"},{"location":"value/#properties","text":"Range: String","title":"Properties"},{"location":"value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"value/#linkml-source","text":"name: value alias: value domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"LinkML Source"},{"location":"variable_measured/","text":"Slot: variable_measured The variable being measured URI: linkml_common:variable_measured Applicable Classes Name Description Modifies Slot Measurement no Properties Range: Variable Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable","title":"Slot: variable_measured"},{"location":"variable_measured/#slot-variable_measured","text":"The variable being measured URI: linkml_common:variable_measured","title":"Slot: variable_measured"},{"location":"variable_measured/#applicable-classes","text":"Name Description Modifies Slot Measurement no","title":"Applicable Classes"},{"location":"variable_measured/#properties","text":"Range: Variable","title":"Properties"},{"location":"variable_measured/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"variable_measured/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"variable_measured/#linkml-source","text":"name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable","title":"LinkML Source"},{"location":"variables/","text":"Slot: variables URI: linkml_common:variables Applicable Classes Name Description Modifies Slot Investigation no Properties Range: Variable Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: variables from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable","title":"Slot: variables"},{"location":"variables/#slot-variables","text":"URI: linkml_common:variables","title":"Slot: variables"},{"location":"variables/#applicable-classes","text":"Name Description Modifies Slot Investigation no","title":"Applicable Classes"},{"location":"variables/#properties","text":"Range: Variable Multivalued: True","title":"Properties"},{"location":"variables/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"variables/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"variables/#linkml-source","text":"name: variables from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable","title":"LinkML Source"},{"location":"vital_status/","text":"Slot: vital_status living or dead status URI: linkml_common:vital_status Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: PersonStatus Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status domain_of: - Person range: PersonStatus","title":"Slot: vital_status"},{"location":"vital_status/#slot-vital_status","text":"living or dead status URI: linkml_common:vital_status","title":"Slot: vital_status"},{"location":"vital_status/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"vital_status/#properties","text":"Range: PersonStatus","title":"Properties"},{"location":"vital_status/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"vital_status/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"vital_status/#linkml-source","text":"name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status domain_of: - Person range: PersonStatus","title":"LinkML Source"},{"location":"west_bounding_coordinate/","text":"Slot: west_bounding_coordinate The westernmost coordinate of the location URI: linkml_common:west_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: west_bounding_coordinate"},{"location":"west_bounding_coordinate/#slot-west_bounding_coordinate","text":"The westernmost coordinate of the location URI: linkml_common:west_bounding_coordinate","title":"Slot: west_bounding_coordinate"},{"location":"west_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"west_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"west_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"west_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"west_bounding_coordinate/#linkml-source","text":"name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"year_value/","text":"Slot: year_value URI: linkml_common:year_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a","title":"Slot: year_value"},{"location":"year_value/#slot-year_value","text":"URI: linkml_common:year_value","title":"Slot: year_value"},{"location":"year_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"year_value/#properties","text":"Range: Integer","title":"Properties"},{"location":"year_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"year_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"year_value/#linkml-source","text":"name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a","title":"LinkML Source"}]}
\ No newline at end of file
+{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"linkml-common Common Data Model Elements URI: https://w3id.org/linkml/linkml-common Name: linkml-common Classes Class Description Any None Entity A physical, digital, conceptual, or other kind of thing with some common characteristics Intangible An entity that is not a physical object, process, or information Collection A group of things. The collection may be heterogeneous or homogeneous. DataStructure None Quantity None Duration A length of time FoodIngredient None Ratio A tuple of two quantities SimpleQuantity A quantity is a property that can be measured or counted MoneyQuantity A quantity of money QuantityRange A quantity range is a property that can be measured or counted Relationship None TemporalRelationship A relationship to another time point Role None HealthcareRole None HealthcareProvider None Patient None Service A service provided by an organization FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. FinancialAccount A bank account TimePointOrTemporalInterval None TemporalInterval A period of time TimePoint A point in time. Can be fully specified, or specified in relative terms. NamedThing None Agent Represents an Agent AutomatedAgent Represents an Automated Agent Organization Represents an Organization HealthcareOrganization An organization that provides healthcare services Person Represents a Person BuiltEnvironmentFeature None BuiltSystem None ElectricalGrid A network of electrical transmission lines Facility None Building None PowerPlant A facility for generating electrical power FossilFuelPlant A power plant that uses fossil fuels NuclearPlant A nuclear power plant RenewablePlant A power plant that uses renewable energy sources HydroelectricPlant A hydroelectric power plant SolarPlant A solar power plant WindFarm A wind farm ExtractiveIndustryFacility A facility where natural resources are extracted from the earth MiningFacility A facility where mineral resources are extracted from the earth QuarryFacility A facility where stone, sand, or gravel are extracted from the earth WellFacility A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth ClinicalCohort A group of patients who share a common set of characteristics ClinicalCohortDefinition A definition of a clinical cohort Concept None CurrencyConcept A currency ExtractiveIndustryProduct A product extracted from an extractive industry facility ExtractiveIndustryWaste Waste material generated from extractive industry operations FoodTypeConcept None BasicFoodType None CompositeFoodType None FossilFuel A type of fossil fuel PowerPlantType The type of power plant QuantityKind None UnitConcept None CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. Dataset None Publication None Equipment None ExtractiveIndustryEquipment The equipment used in extractive industry operations Event A thing that happens ClinicalCohortEnrollment An event relating a patient to a clinical cohort EngineeringProcess None HealthcareConditionOccurrence None HealthcareEncounter An interaction between a patient and one or more healthcare providers LifeEvent None PlannedProcess A process that follows a defined procedure or plan InvestigativeProcess None DataGenerationFromSample None SampleCollectionProcess None MaterialCollection None MaterialProcessing None EngineeringMaterialProcessing None FoodProcessing None SampleProcessing None InformationEntity An entity that describes some information Investigation None PhysicalDevice None Place Entities that have a somewhat fixed, physical extension. EnvironmentalSite A location or site that is the subject of environmental monitoring HealthcareSite None Landform A natural feature of the solid surface of the Earth or other planetary body RawMaterial None SampleMaterial None Specification A specification of a thing Procedure A canonical series of actions conducted in a certain order or manner EngineeringSpecification None FoodRecipe None InvestigativeProtocol None StudyDesign None Observation A statement about the state of something Measurement None PostalAddress Represents an Address Variable None EnvironmentalProcess None EnvironmentalMonitoring None Location None GeoBoxLocation None PointLocation None GeoPointLocation None MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs UnitConversionOperation A unit conversion operation Slots Slot Description abstract A summary of the item account_holder The person or organization that holds the account account_number The account number address age_in_years Number of years since birth allowed_units The units that are allowed for this variable altitude The altitude of the location annual_production area bank The bank that holds the account birth_date Date on which a person is born bounding_coordinates The bounding coordinates of the place capacity capex Capital expenditure for the plant care_site city The city classification A precise classification of the thing, using a concept from an ontology, cont... cohort collected_as_part_of collected_from commissioning_date contacts A contact point for a person or organization contributors A person or organization that contributed to the creation of the work country The country creators The person or organization who created the work dam The dam used by the hydroelectric plant date_value datetime_value decommissioning_date definition denominator The denominator of the ratio depth describes The thing that is being described description A human-readable description for a thing east_bounding_coordinate The easternmost coordinate of the location ends_at facility_type follows_procedure fuel geolocation The geolocation of the place grade happens_at has_duration has_interval has_quantity_kind The kind of quantity id A unique identifier for a thing immediate_preceding_steps The steps that immediately precede this step ingredients inputs The inputs to the operation is_person keywords Keywords or tags used to describe this item latitude The latitude of the location located_at_place The place where the entity is located location longitude The longitude of the location lower_bound The lower bound of the range marker_event material_collected members The members of the collection mining_method name A human-readable name for a thing north_bounding_coordinate The northernmost coordinate of the location numerator The numerator of the ratio object The object of a relationship objectives observed_during ontology_types operator opex Operating expense for the plant outputs The outputs of the operation part_of parts The parts of the process patient plant_type plants postal_code The postal code or zip code predicate The relationship between the two time points primary_email The main email address of a person processing_method product_type production_capacity products protocols_io_url provider quantity_measured The quantity being measured relative_to reserves rights Information about rights held in and over the item south_bounding_coordinate The southernmost coordinate of the location speciality starts_at state The state steps street_address The street address street_address_additional subject The subject of a relationship time_value title The title of the item type A type for a thing unit upper_bound The upper bound of the range uses_physical_device value The value of the quantity variable_measured The variable being measured variables vital_status living or dead status well_type west_bounding_coordinate The westernmost coordinate of the location year_value Enumerations Enumeration Description CaseOrControlEnum ExtractiveIndustryFacilityType ExtractiveIndustryProductType FossilFuelType HealthcareEncounterClassification HumanLanguageCodeEnum An enumeration of languages InvestigativeProtocolEnum MiningMethod PersonStatus RelativeTimeEnum SampleProcessingEnum StudyDesignEnum WellType Types Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE Subsets Subset Description","title":"Index"},{"location":"#linkml-common","text":"Common Data Model Elements URI: https://w3id.org/linkml/linkml-common Name: linkml-common","title":"linkml-common"},{"location":"#classes","text":"Class Description Any None Entity A physical, digital, conceptual, or other kind of thing with some common characteristics Intangible An entity that is not a physical object, process, or information Collection A group of things. The collection may be heterogeneous or homogeneous. DataStructure None Quantity None Duration A length of time FoodIngredient None Ratio A tuple of two quantities SimpleQuantity A quantity is a property that can be measured or counted MoneyQuantity A quantity of money QuantityRange A quantity range is a property that can be measured or counted Relationship None TemporalRelationship A relationship to another time point Role None HealthcareRole None HealthcareProvider None Patient None Service A service provided by an organization FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. FinancialAccount A bank account TimePointOrTemporalInterval None TemporalInterval A period of time TimePoint A point in time. Can be fully specified, or specified in relative terms. NamedThing None Agent Represents an Agent AutomatedAgent Represents an Automated Agent Organization Represents an Organization HealthcareOrganization An organization that provides healthcare services Person Represents a Person BuiltEnvironmentFeature None BuiltSystem None ElectricalGrid A network of electrical transmission lines Facility None Building None PowerPlant A facility for generating electrical power FossilFuelPlant A power plant that uses fossil fuels NuclearPlant A nuclear power plant RenewablePlant A power plant that uses renewable energy sources HydroelectricPlant A hydroelectric power plant SolarPlant A solar power plant WindFarm A wind farm ExtractiveIndustryFacility A facility where natural resources are extracted from the earth MiningFacility A facility where mineral resources are extracted from the earth QuarryFacility A facility where stone, sand, or gravel are extracted from the earth WellFacility A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth ClinicalCohort A group of patients who share a common set of characteristics ClinicalCohortDefinition A definition of a clinical cohort Concept None CurrencyConcept A currency ExtractiveIndustryProduct A product extracted from an extractive industry facility ExtractiveIndustryWaste Waste material generated from extractive industry operations FoodTypeConcept None BasicFoodType None CompositeFoodType None FossilFuel A type of fossil fuel PowerPlantType The type of power plant QuantityKind None UnitConcept None CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. Dataset None Publication None Equipment None ExtractiveIndustryEquipment The equipment used in extractive industry operations Event A thing that happens ClinicalCohortEnrollment An event relating a patient to a clinical cohort EngineeringProcess None HealthcareConditionOccurrence None HealthcareEncounter An interaction between a patient and one or more healthcare providers LifeEvent None PlannedProcess A process that follows a defined procedure or plan InvestigativeProcess None DataGenerationFromSample None SampleCollectionProcess None MaterialCollection None MaterialProcessing None EngineeringMaterialProcessing None FoodProcessing None SampleProcessing None InformationEntity An entity that describes some information Investigation None PhysicalDevice None Place Entities that have a somewhat fixed, physical extension. EnvironmentalSite A location or site that is the subject of environmental monitoring HealthcareSite None Landform A natural feature of the solid surface of the Earth or other planetary body RawMaterial None SampleMaterial None Specification A specification of a thing Procedure A canonical series of actions conducted in a certain order or manner EngineeringSpecification None FoodRecipe None InvestigativeProtocol None StudyDesign None Observation A statement about the state of something Measurement None PostalAddress Represents an Address Variable None EnvironmentalProcess None EnvironmentalMonitoring None Location None GeoBoxLocation None PointLocation None GeoPointLocation None MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs UnitConversionOperation A unit conversion operation","title":"Classes"},{"location":"#slots","text":"Slot Description abstract A summary of the item account_holder The person or organization that holds the account account_number The account number address age_in_years Number of years since birth allowed_units The units that are allowed for this variable altitude The altitude of the location annual_production area bank The bank that holds the account birth_date Date on which a person is born bounding_coordinates The bounding coordinates of the place capacity capex Capital expenditure for the plant care_site city The city classification A precise classification of the thing, using a concept from an ontology, cont... cohort collected_as_part_of collected_from commissioning_date contacts A contact point for a person or organization contributors A person or organization that contributed to the creation of the work country The country creators The person or organization who created the work dam The dam used by the hydroelectric plant date_value datetime_value decommissioning_date definition denominator The denominator of the ratio depth describes The thing that is being described description A human-readable description for a thing east_bounding_coordinate The easternmost coordinate of the location ends_at facility_type follows_procedure fuel geolocation The geolocation of the place grade happens_at has_duration has_interval has_quantity_kind The kind of quantity id A unique identifier for a thing immediate_preceding_steps The steps that immediately precede this step ingredients inputs The inputs to the operation is_person keywords Keywords or tags used to describe this item latitude The latitude of the location located_at_place The place where the entity is located location longitude The longitude of the location lower_bound The lower bound of the range marker_event material_collected members The members of the collection mining_method name A human-readable name for a thing north_bounding_coordinate The northernmost coordinate of the location numerator The numerator of the ratio object The object of a relationship objectives observed_during ontology_types operator opex Operating expense for the plant outputs The outputs of the operation part_of parts The parts of the process patient plant_type plants postal_code The postal code or zip code predicate The relationship between the two time points primary_email The main email address of a person processing_method product_type production_capacity products protocols_io_url provider quantity_measured The quantity being measured relative_to reserves rights Information about rights held in and over the item south_bounding_coordinate The southernmost coordinate of the location speciality starts_at state The state steps street_address The street address street_address_additional subject The subject of a relationship time_value title The title of the item type A type for a thing unit upper_bound The upper bound of the range uses_physical_device value The value of the quantity variable_measured The variable being measured variables vital_status living or dead status well_type west_bounding_coordinate The westernmost coordinate of the location year_value","title":"Slots"},{"location":"#enumerations","text":"Enumeration Description CaseOrControlEnum ExtractiveIndustryFacilityType ExtractiveIndustryProductType FossilFuelType HealthcareEncounterClassification HumanLanguageCodeEnum An enumeration of languages InvestigativeProtocolEnum MiningMethod PersonStatus RelativeTimeEnum SampleProcessingEnum StudyDesignEnum WellType","title":"Enumerations"},{"location":"#types","text":"Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE","title":"Types"},{"location":"#subsets","text":"Subset Description","title":"Subsets"},{"location":"Agent/","text":"Class: Agent Represents an Agent URI: linkml_common:Agent classDiagram class Agent NamedThing <|-- Agent Agent <|-- Person Agent <|-- Organization Agent <|-- AutomatedAgent Agent : classification Agent --> Concept : classification Agent : description Agent : id Agent : name Agent : ontology_types Agent --> Concept : ontology_types Agent : type Inheritance Entity NamedThing Agent Person Organization AutomatedAgent Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used Publication creators range Agent Publication contributors range Agent Publication contacts range Agent CreativeWork creators range Agent CreativeWork contributors range Agent CreativeWork contacts range Agent Dataset creators range Agent Dataset contributors range Agent Dataset contacts range Agent Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Agent native linkml_common:Agent exact prov:Agent, fibo.commons.PartiesAndSituations:Agent LinkML Source Direct name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing Induced name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Agent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Agent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Agent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Agent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Agent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Agent domain_of: - NamedThing - TimePoint range: string","title":"Class: Agent"},{"location":"Agent/#class-agent","text":"Represents an Agent URI: linkml_common:Agent classDiagram class Agent NamedThing <|-- Agent Agent <|-- Person Agent <|-- Organization Agent <|-- AutomatedAgent Agent : classification Agent --> Concept : classification Agent : description Agent : id Agent : name Agent : ontology_types Agent --> Concept : ontology_types Agent : type","title":"Class: Agent"},{"location":"Agent/#inheritance","text":"Entity NamedThing Agent Person Organization AutomatedAgent","title":"Inheritance"},{"location":"Agent/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Agent/#usages","text":"used by used in type used Publication creators range Agent Publication contributors range Agent Publication contacts range Agent CreativeWork creators range Agent CreativeWork contributors range Agent CreativeWork contacts range Agent Dataset creators range Agent Dataset contributors range Agent Dataset contacts range Agent","title":"Usages"},{"location":"Agent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Agent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Agent/#mappings","text":"Mapping Type Mapped Value self linkml_common:Agent native linkml_common:Agent exact prov:Agent, fibo.commons.PartiesAndSituations:Agent","title":"Mappings"},{"location":"Agent/#linkml-source","text":"","title":"LinkML Source"},{"location":"Agent/#direct","text":"name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing","title":"Direct"},{"location":"Agent/#induced","text":"name: Agent description: Represents an Agent from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - prov:Agent - fibo.commons.PartiesAndSituations:Agent is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Agent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Agent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Agent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Agent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Agent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Agent domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Any/","text":"Class: Any URI: linkml:Any classDiagram class Any Slots Name Cardinality and Range Description Inheritance Usages used by used in type used InformationEntity describes range Any MathematicalOperation inputs range Any MathematicalOperation outputs range Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml:Any native linkml_common:Any LinkML Source Direct name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any Induced name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Class: Any"},{"location":"Any/#class-any","text":"URI: linkml:Any classDiagram class Any","title":"Class: Any"},{"location":"Any/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"Any/#usages","text":"used by used in type used InformationEntity describes range Any MathematicalOperation inputs range Any MathematicalOperation outputs range Any","title":"Usages"},{"location":"Any/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Any/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Any/#mappings","text":"Mapping Type Mapped Value self linkml:Any native linkml_common:Any","title":"Mappings"},{"location":"Any/#linkml-source","text":"","title":"LinkML Source"},{"location":"Any/#direct","text":"name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Direct"},{"location":"Any/#induced","text":"name: Any from_schema: https://w3id.org/linkml/linkml-common class_uri: linkml:Any","title":"Induced"},{"location":"AutomatedAgent/","text":"Class: AutomatedAgent Represents an Automated Agent URI: linkml_common:AutomatedAgent classDiagram class AutomatedAgent Agent <|-- AutomatedAgent AutomatedAgent : classification AutomatedAgent --> Concept : classification AutomatedAgent : description AutomatedAgent : id AutomatedAgent : name AutomatedAgent : ontology_types AutomatedAgent --> Concept : ontology_types AutomatedAgent : type Inheritance Entity NamedThing Agent AutomatedAgent Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:AutomatedAgent native linkml_common:AutomatedAgent LinkML Source Direct name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent Induced name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: AutomatedAgent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: AutomatedAgent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: AutomatedAgent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: AutomatedAgent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: AutomatedAgent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: AutomatedAgent domain_of: - NamedThing - TimePoint range: string","title":"Class: AutomatedAgent"},{"location":"AutomatedAgent/#class-automatedagent","text":"Represents an Automated Agent URI: linkml_common:AutomatedAgent classDiagram class AutomatedAgent Agent <|-- AutomatedAgent AutomatedAgent : classification AutomatedAgent --> Concept : classification AutomatedAgent : description AutomatedAgent : id AutomatedAgent : name AutomatedAgent : ontology_types AutomatedAgent --> Concept : ontology_types AutomatedAgent : type","title":"Class: AutomatedAgent"},{"location":"AutomatedAgent/#inheritance","text":"Entity NamedThing Agent AutomatedAgent","title":"Inheritance"},{"location":"AutomatedAgent/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"AutomatedAgent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"AutomatedAgent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"AutomatedAgent/#mappings","text":"Mapping Type Mapped Value self linkml_common:AutomatedAgent native linkml_common:AutomatedAgent","title":"Mappings"},{"location":"AutomatedAgent/#linkml-source","text":"","title":"LinkML Source"},{"location":"AutomatedAgent/#direct","text":"name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent","title":"Direct"},{"location":"AutomatedAgent/#induced","text":"name: AutomatedAgent description: Represents an Automated Agent from_schema: https://w3id.org/linkml/linkml-common is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: AutomatedAgent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: AutomatedAgent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: AutomatedAgent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: AutomatedAgent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: AutomatedAgent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: AutomatedAgent domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"BasicFoodType/","text":"Class: BasicFoodType URI: linkml_common:BasicFoodType classDiagram class BasicFoodType FoodTypeConcept <|-- BasicFoodType BasicFoodType : classification BasicFoodType --> Concept : classification BasicFoodType : description BasicFoodType : id BasicFoodType : name BasicFoodType : ontology_types BasicFoodType --> Concept : ontology_types BasicFoodType : type Inheritance Entity NamedThing Concept FoodTypeConcept BasicFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:BasicFoodType native linkml_common:BasicFoodType LinkML Source Direct name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept Induced name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BasicFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BasicFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BasicFoodType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BasicFoodType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BasicFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BasicFoodType domain_of: - NamedThing - TimePoint range: string","title":"Class: BasicFoodType"},{"location":"BasicFoodType/#class-basicfoodtype","text":"URI: linkml_common:BasicFoodType classDiagram class BasicFoodType FoodTypeConcept <|-- BasicFoodType BasicFoodType : classification BasicFoodType --> Concept : classification BasicFoodType : description BasicFoodType : id BasicFoodType : name BasicFoodType : ontology_types BasicFoodType --> Concept : ontology_types BasicFoodType : type","title":"Class: BasicFoodType"},{"location":"BasicFoodType/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept BasicFoodType","title":"Inheritance"},{"location":"BasicFoodType/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"BasicFoodType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"BasicFoodType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"BasicFoodType/#mappings","text":"Mapping Type Mapped Value self linkml_common:BasicFoodType native linkml_common:BasicFoodType","title":"Mappings"},{"location":"BasicFoodType/#linkml-source","text":"","title":"LinkML Source"},{"location":"BasicFoodType/#direct","text":"name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept","title":"Direct"},{"location":"BasicFoodType/#induced","text":"name: BasicFoodType from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BasicFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BasicFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BasicFoodType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BasicFoodType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BasicFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BasicFoodType domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Boolean/","text":"Type: Boolean A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Boolean"},{"location":"Boolean/#type-boolean","text":"A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool","title":"Type: Boolean"},{"location":"Boolean/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Boolean/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Building/","text":"Class: Building URI: linkml_common:Building classDiagram class Building Facility <|-- Building Building <|-- PowerPlant Building : classification Building --> Concept : classification Building : description Building : id Building : located_at_place Building --> Place : located_at_place Building : name Building : ontology_types Building --> Concept : ontology_types Building : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant Slots Name Cardinality and Range Description Inheritance located_at_place 0..1 Place The place where the entity is located direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Building native linkml_common:Building LinkML Source Direct name: Building from_schema: https://w3id.org/linkml/linkml-common is_a: Facility slots: - located_at_place Induced name: Building from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: Building domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Building domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Building domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Building domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Building domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Building domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Building domain_of: - NamedThing - TimePoint range: string","title":"Class: Building"},{"location":"Building/#class-building","text":"URI: linkml_common:Building classDiagram class Building Facility <|-- Building Building <|-- PowerPlant Building : classification Building --> Concept : classification Building : description Building : id Building : located_at_place Building --> Place : located_at_place Building : name Building : ontology_types Building --> Concept : ontology_types Building : type","title":"Class: Building"},{"location":"Building/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant","title":"Inheritance"},{"location":"Building/#slots","text":"Name Cardinality and Range Description Inheritance located_at_place 0..1 Place The place where the entity is located direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Building/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Building/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Building/#mappings","text":"Mapping Type Mapped Value self linkml_common:Building native linkml_common:Building","title":"Mappings"},{"location":"Building/#linkml-source","text":"","title":"LinkML Source"},{"location":"Building/#direct","text":"name: Building from_schema: https://w3id.org/linkml/linkml-common is_a: Facility slots: - located_at_place","title":"Direct"},{"location":"Building/#induced","text":"name: Building from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: Building domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Building domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Building domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Building domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Building domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Building domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Building domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"BuiltEnvironmentFeature/","text":"Class: BuiltEnvironmentFeature URI: linkml_common:BuiltEnvironmentFeature classDiagram class BuiltEnvironmentFeature NamedThing <|-- BuiltEnvironmentFeature BuiltEnvironmentFeature <|-- Facility BuiltEnvironmentFeature <|-- BuiltSystem BuiltEnvironmentFeature : classification BuiltEnvironmentFeature --> Concept : classification BuiltEnvironmentFeature : description BuiltEnvironmentFeature : id BuiltEnvironmentFeature : name BuiltEnvironmentFeature : ontology_types BuiltEnvironmentFeature --> Concept : ontology_types BuiltEnvironmentFeature : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility BuiltSystem Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:BuiltEnvironmentFeature native linkml_common:BuiltEnvironmentFeature LinkML Source Direct name: BuiltEnvironmentFeature from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: BuiltEnvironmentFeature from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BuiltEnvironmentFeature domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BuiltEnvironmentFeature domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BuiltEnvironmentFeature domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BuiltEnvironmentFeature domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BuiltEnvironmentFeature domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BuiltEnvironmentFeature domain_of: - NamedThing - TimePoint range: string","title":"Class: BuiltEnvironmentFeature"},{"location":"BuiltEnvironmentFeature/#class-builtenvironmentfeature","text":"URI: linkml_common:BuiltEnvironmentFeature classDiagram class BuiltEnvironmentFeature NamedThing <|-- BuiltEnvironmentFeature BuiltEnvironmentFeature <|-- Facility BuiltEnvironmentFeature <|-- BuiltSystem BuiltEnvironmentFeature : classification BuiltEnvironmentFeature --> Concept : classification BuiltEnvironmentFeature : description BuiltEnvironmentFeature : id BuiltEnvironmentFeature : name BuiltEnvironmentFeature : ontology_types BuiltEnvironmentFeature --> Concept : ontology_types BuiltEnvironmentFeature : type","title":"Class: BuiltEnvironmentFeature"},{"location":"BuiltEnvironmentFeature/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility BuiltSystem","title":"Inheritance"},{"location":"BuiltEnvironmentFeature/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"BuiltEnvironmentFeature/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"BuiltEnvironmentFeature/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"BuiltEnvironmentFeature/#mappings","text":"Mapping Type Mapped Value self linkml_common:BuiltEnvironmentFeature native linkml_common:BuiltEnvironmentFeature","title":"Mappings"},{"location":"BuiltEnvironmentFeature/#linkml-source","text":"","title":"LinkML Source"},{"location":"BuiltEnvironmentFeature/#direct","text":"name: BuiltEnvironmentFeature from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"BuiltEnvironmentFeature/#induced","text":"name: BuiltEnvironmentFeature from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BuiltEnvironmentFeature domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BuiltEnvironmentFeature domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BuiltEnvironmentFeature domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BuiltEnvironmentFeature domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BuiltEnvironmentFeature domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BuiltEnvironmentFeature domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"BuiltSystem/","text":"Class: BuiltSystem URI: linkml_common:BuiltSystem classDiagram class BuiltSystem BuiltEnvironmentFeature <|-- BuiltSystem BuiltSystem <|-- ElectricalGrid BuiltSystem : classification BuiltSystem --> Concept : classification BuiltSystem : description BuiltSystem : id BuiltSystem : name BuiltSystem : ontology_types BuiltSystem --> Concept : ontology_types BuiltSystem : type Inheritance Entity NamedThing BuiltEnvironmentFeature BuiltSystem ElectricalGrid Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:BuiltSystem native linkml_common:BuiltSystem LinkML Source Direct name: BuiltSystem from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature Induced name: BuiltSystem from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BuiltSystem domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BuiltSystem domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BuiltSystem domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BuiltSystem domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BuiltSystem domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BuiltSystem domain_of: - NamedThing - TimePoint range: string","title":"Class: BuiltSystem"},{"location":"BuiltSystem/#class-builtsystem","text":"URI: linkml_common:BuiltSystem classDiagram class BuiltSystem BuiltEnvironmentFeature <|-- BuiltSystem BuiltSystem <|-- ElectricalGrid BuiltSystem : classification BuiltSystem --> Concept : classification BuiltSystem : description BuiltSystem : id BuiltSystem : name BuiltSystem : ontology_types BuiltSystem --> Concept : ontology_types BuiltSystem : type","title":"Class: BuiltSystem"},{"location":"BuiltSystem/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature BuiltSystem ElectricalGrid","title":"Inheritance"},{"location":"BuiltSystem/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"BuiltSystem/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"BuiltSystem/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"BuiltSystem/#mappings","text":"Mapping Type Mapped Value self linkml_common:BuiltSystem native linkml_common:BuiltSystem","title":"Mappings"},{"location":"BuiltSystem/#linkml-source","text":"","title":"LinkML Source"},{"location":"BuiltSystem/#direct","text":"name: BuiltSystem from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature","title":"Direct"},{"location":"BuiltSystem/#induced","text":"name: BuiltSystem from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: BuiltSystem domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: BuiltSystem domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: BuiltSystem domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: BuiltSystem domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: BuiltSystem domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: BuiltSystem domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"CaseOrControlEnum/","text":"Enum: CaseOrControlEnum URI: CaseOrControlEnum Permissible Values Value Meaning Description CASE OBI:0002492 CONTROL OBI:0002493 Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: CaseOrControlEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: CASE: text: CASE meaning: OBI:0002492 title: case role in case-control study CONTROL: text: CONTROL meaning: OBI:0002493 title: control role in case-control study","title":"Enum: CaseOrControlEnum"},{"location":"CaseOrControlEnum/#enum-caseorcontrolenum","text":"URI: CaseOrControlEnum","title":"Enum: CaseOrControlEnum"},{"location":"CaseOrControlEnum/#permissible-values","text":"Value Meaning Description CASE OBI:0002492 CONTROL OBI:0002493","title":"Permissible Values"},{"location":"CaseOrControlEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CaseOrControlEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CaseOrControlEnum/#linkml-source","text":"name: CaseOrControlEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: CASE: text: CASE meaning: OBI:0002492 title: case role in case-control study CONTROL: text: CONTROL meaning: OBI:0002493 title: control role in case-control study","title":"LinkML Source"},{"location":"ClinicalCohort/","text":"Class: ClinicalCohort A group of patients who share a common set of characteristics URI: linkml_common:ClinicalCohort classDiagram class ClinicalCohort NamedThing <|-- ClinicalCohort ClinicalCohort : classification ClinicalCohort --> Concept : classification ClinicalCohort : definition ClinicalCohort --> ClinicalCohortDefinition : definition ClinicalCohort : description ClinicalCohort : id ClinicalCohort : name ClinicalCohort : ontology_types ClinicalCohort --> Concept : ontology_types ClinicalCohort : type Inheritance Entity NamedThing ClinicalCohort Slots Name Cardinality and Range Description Inheritance definition 0..1 ClinicalCohortDefinition direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ClinicalCohortEnrollment cohort range ClinicalCohort Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohort native linkml_common:ClinicalCohort LinkML Source Direct name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 domain_of: - ClinicalCohort range: ClinicalCohortDefinition Induced name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohort domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohort domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohort domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohort domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohort domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohort domain_of: - NamedThing - TimePoint range: string","title":"Class: ClinicalCohort"},{"location":"ClinicalCohort/#class-clinicalcohort","text":"A group of patients who share a common set of characteristics URI: linkml_common:ClinicalCohort classDiagram class ClinicalCohort NamedThing <|-- ClinicalCohort ClinicalCohort : classification ClinicalCohort --> Concept : classification ClinicalCohort : definition ClinicalCohort --> ClinicalCohortDefinition : definition ClinicalCohort : description ClinicalCohort : id ClinicalCohort : name ClinicalCohort : ontology_types ClinicalCohort --> Concept : ontology_types ClinicalCohort : type","title":"Class: ClinicalCohort"},{"location":"ClinicalCohort/#inheritance","text":"Entity NamedThing ClinicalCohort","title":"Inheritance"},{"location":"ClinicalCohort/#slots","text":"Name Cardinality and Range Description Inheritance definition 0..1 ClinicalCohortDefinition direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohort/#usages","text":"used by used in type used ClinicalCohortEnrollment cohort range ClinicalCohort","title":"Usages"},{"location":"ClinicalCohort/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohort/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohort/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohort native linkml_common:ClinicalCohort","title":"Mappings"},{"location":"ClinicalCohort/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohort/#direct","text":"name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 domain_of: - ClinicalCohort range: ClinicalCohortDefinition","title":"Direct"},{"location":"ClinicalCohort/#induced","text":"name: ClinicalCohort description: A group of patients who share a common set of characteristics from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: definition: name: definition from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohort domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohort domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohort domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohort domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohort domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohort domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ClinicalCohortDefinition/","text":"Class: ClinicalCohortDefinition A definition of a clinical cohort URI: linkml_common:ClinicalCohortDefinition classDiagram class ClinicalCohortDefinition NamedThing <|-- ClinicalCohortDefinition ClinicalCohortDefinition : classification ClinicalCohortDefinition --> Concept : classification ClinicalCohortDefinition : description ClinicalCohortDefinition : id ClinicalCohortDefinition : name ClinicalCohortDefinition : ontology_types ClinicalCohortDefinition --> Concept : ontology_types ClinicalCohortDefinition : type Inheritance Entity NamedThing ClinicalCohortDefinition Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ClinicalCohort definition range ClinicalCohortDefinition Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohortDefinition native linkml_common:ClinicalCohortDefinition exact omopschema:COHORT_DEFINITION LinkML Source Direct name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing Induced name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortDefinition domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortDefinition domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortDefinition domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortDefinition domain_of: - NamedThing - TimePoint range: string","title":"Class: ClinicalCohortDefinition"},{"location":"ClinicalCohortDefinition/#class-clinicalcohortdefinition","text":"A definition of a clinical cohort URI: linkml_common:ClinicalCohortDefinition classDiagram class ClinicalCohortDefinition NamedThing <|-- ClinicalCohortDefinition ClinicalCohortDefinition : classification ClinicalCohortDefinition --> Concept : classification ClinicalCohortDefinition : description ClinicalCohortDefinition : id ClinicalCohortDefinition : name ClinicalCohortDefinition : ontology_types ClinicalCohortDefinition --> Concept : ontology_types ClinicalCohortDefinition : type","title":"Class: ClinicalCohortDefinition"},{"location":"ClinicalCohortDefinition/#inheritance","text":"Entity NamedThing ClinicalCohortDefinition","title":"Inheritance"},{"location":"ClinicalCohortDefinition/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohortDefinition/#usages","text":"used by used in type used ClinicalCohort definition range ClinicalCohortDefinition","title":"Usages"},{"location":"ClinicalCohortDefinition/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohortDefinition/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohortDefinition/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohortDefinition native linkml_common:ClinicalCohortDefinition exact omopschema:COHORT_DEFINITION","title":"Mappings"},{"location":"ClinicalCohortDefinition/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohortDefinition/#direct","text":"name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing","title":"Direct"},{"location":"ClinicalCohortDefinition/#induced","text":"name: ClinicalCohortDefinition description: A definition of a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT_DEFINITION is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortDefinition domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortDefinition domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortDefinition domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortDefinition domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortDefinition domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ClinicalCohortEnrollment/","text":"Class: ClinicalCohortEnrollment An event relating a patient to a clinical cohort URI: linkml_common:ClinicalCohortEnrollment classDiagram class ClinicalCohortEnrollment Event <|-- ClinicalCohortEnrollment ClinicalCohortEnrollment : classification ClinicalCohortEnrollment --> Concept : classification ClinicalCohortEnrollment : cohort ClinicalCohortEnrollment --> ClinicalCohort : cohort ClinicalCohortEnrollment : description ClinicalCohortEnrollment : ends_at ClinicalCohortEnrollment --> TimePoint : ends_at ClinicalCohortEnrollment : happens_at ClinicalCohortEnrollment --> TimePoint : happens_at ClinicalCohortEnrollment : has_duration ClinicalCohortEnrollment --> Duration : has_duration ClinicalCohortEnrollment : has_interval ClinicalCohortEnrollment --> TemporalInterval : has_interval ClinicalCohortEnrollment : id ClinicalCohortEnrollment : name ClinicalCohortEnrollment : ontology_types ClinicalCohortEnrollment --> Concept : ontology_types ClinicalCohortEnrollment : patient ClinicalCohortEnrollment --> Patient : patient ClinicalCohortEnrollment : starts_at ClinicalCohortEnrollment --> TimePoint : starts_at ClinicalCohortEnrollment : type Inheritance Entity NamedThing Event ClinicalCohortEnrollment Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct cohort 0..1 ClinicalCohort direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ClinicalCohortEnrollment native linkml_common:ClinicalCohortEnrollment exact omopschema:COHORT LinkML Source Direct name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 domain_of: - ClinicalCohortEnrollment range: ClinicalCohort Induced name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch alias: patient owner: ClinicalCohortEnrollment domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: ClinicalCohortEnrollment domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: ClinicalCohortEnrollment domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: ClinicalCohortEnrollment domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortEnrollment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortEnrollment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortEnrollment domain_of: - NamedThing - TimePoint range: string","title":"Class: ClinicalCohortEnrollment"},{"location":"ClinicalCohortEnrollment/#class-clinicalcohortenrollment","text":"An event relating a patient to a clinical cohort URI: linkml_common:ClinicalCohortEnrollment classDiagram class ClinicalCohortEnrollment Event <|-- ClinicalCohortEnrollment ClinicalCohortEnrollment : classification ClinicalCohortEnrollment --> Concept : classification ClinicalCohortEnrollment : cohort ClinicalCohortEnrollment --> ClinicalCohort : cohort ClinicalCohortEnrollment : description ClinicalCohortEnrollment : ends_at ClinicalCohortEnrollment --> TimePoint : ends_at ClinicalCohortEnrollment : happens_at ClinicalCohortEnrollment --> TimePoint : happens_at ClinicalCohortEnrollment : has_duration ClinicalCohortEnrollment --> Duration : has_duration ClinicalCohortEnrollment : has_interval ClinicalCohortEnrollment --> TemporalInterval : has_interval ClinicalCohortEnrollment : id ClinicalCohortEnrollment : name ClinicalCohortEnrollment : ontology_types ClinicalCohortEnrollment --> Concept : ontology_types ClinicalCohortEnrollment : patient ClinicalCohortEnrollment --> Patient : patient ClinicalCohortEnrollment : starts_at ClinicalCohortEnrollment --> TimePoint : starts_at ClinicalCohortEnrollment : type","title":"Class: ClinicalCohortEnrollment"},{"location":"ClinicalCohortEnrollment/#inheritance","text":"Entity NamedThing Event ClinicalCohortEnrollment","title":"Inheritance"},{"location":"ClinicalCohortEnrollment/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct cohort 0..1 ClinicalCohort direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ClinicalCohortEnrollment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ClinicalCohortEnrollment/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ClinicalCohortEnrollment/#mappings","text":"Mapping Type Mapped Value self linkml_common:ClinicalCohortEnrollment native linkml_common:ClinicalCohortEnrollment exact omopschema:COHORT","title":"Mappings"},{"location":"ClinicalCohortEnrollment/#linkml-source","text":"","title":"LinkML Source"},{"location":"ClinicalCohortEnrollment/#direct","text":"name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 domain_of: - ClinicalCohortEnrollment range: ClinicalCohort","title":"Direct"},{"location":"ClinicalCohortEnrollment/#induced","text":"name: ClinicalCohortEnrollment description: An event relating a patient to a clinical cohort from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:COHORT is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/clinicalresearch alias: patient owner: ClinicalCohortEnrollment domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient cohort: name: cohort from_schema: https://w3id.org/linkml-common/clinicalresearch rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: ClinicalCohortEnrollment domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: ClinicalCohortEnrollment domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: ClinicalCohortEnrollment domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: ClinicalCohortEnrollment domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ClinicalCohortEnrollment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ClinicalCohortEnrollment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ClinicalCohortEnrollment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ClinicalCohortEnrollment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ClinicalCohortEnrollment domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Collection/","text":"Class: Collection A group of things. The collection may be heterogeneous or homogeneous. URI: linkml_common:Collection classDiagram class Collection Intangible <|-- Collection Collection : members Collection --> Entity : members Collection : type Inheritance Entity Intangible Collection Slots Name Cardinality and Range Description Inheritance members 0..* Entity The members of the collection direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Collection native linkml_common:Collection LinkML Source Direct name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - Collection range: Entity inlined: true inlined_as_list: true Induced name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Collection domain_of: - Entity - NamedThing range: string","title":"Class: Collection"},{"location":"Collection/#class-collection","text":"A group of things. The collection may be heterogeneous or homogeneous. URI: linkml_common:Collection classDiagram class Collection Intangible <|-- Collection Collection : members Collection --> Entity : members Collection : type","title":"Class: Collection"},{"location":"Collection/#inheritance","text":"Entity Intangible Collection","title":"Inheritance"},{"location":"Collection/#slots","text":"Name Cardinality and Range Description Inheritance members 0..* Entity The members of the collection direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Collection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Collection/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Collection/#mappings","text":"Mapping Type Mapped Value self linkml_common:Collection native linkml_common:Collection","title":"Mappings"},{"location":"Collection/#linkml-source","text":"","title":"LinkML Source"},{"location":"Collection/#direct","text":"name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - Collection range: Entity inlined: true inlined_as_list: true","title":"Direct"},{"location":"Collection/#induced","text":"name: Collection description: A group of things. The collection may be heterogeneous or homogeneous. from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: members: name: members description: The members of the collection from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Collection domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"CompositeFoodType/","text":"Class: CompositeFoodType URI: linkml_common:CompositeFoodType classDiagram class CompositeFoodType FoodTypeConcept <|-- CompositeFoodType CompositeFoodType : classification CompositeFoodType --> Concept : classification CompositeFoodType : description CompositeFoodType : id CompositeFoodType : name CompositeFoodType : ontology_types CompositeFoodType --> Concept : ontology_types CompositeFoodType : type Inheritance Entity NamedThing Concept FoodTypeConcept CompositeFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CompositeFoodType native linkml_common:CompositeFoodType LinkML Source Direct name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept Induced name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CompositeFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CompositeFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CompositeFoodType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CompositeFoodType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CompositeFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CompositeFoodType domain_of: - NamedThing - TimePoint range: string","title":"Class: CompositeFoodType"},{"location":"CompositeFoodType/#class-compositefoodtype","text":"URI: linkml_common:CompositeFoodType classDiagram class CompositeFoodType FoodTypeConcept <|-- CompositeFoodType CompositeFoodType : classification CompositeFoodType --> Concept : classification CompositeFoodType : description CompositeFoodType : id CompositeFoodType : name CompositeFoodType : ontology_types CompositeFoodType --> Concept : ontology_types CompositeFoodType : type","title":"Class: CompositeFoodType"},{"location":"CompositeFoodType/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept CompositeFoodType","title":"Inheritance"},{"location":"CompositeFoodType/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CompositeFoodType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CompositeFoodType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CompositeFoodType/#mappings","text":"Mapping Type Mapped Value self linkml_common:CompositeFoodType native linkml_common:CompositeFoodType","title":"Mappings"},{"location":"CompositeFoodType/#linkml-source","text":"","title":"LinkML Source"},{"location":"CompositeFoodType/#direct","text":"name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept","title":"Direct"},{"location":"CompositeFoodType/#induced","text":"name: CompositeFoodType implements: - linkml_common:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: FoodTypeConcept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CompositeFoodType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CompositeFoodType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CompositeFoodType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CompositeFoodType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CompositeFoodType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CompositeFoodType domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Concept/","text":"Class: Concept URI: linkml_common:Concept classDiagram class Concept NamedThing <|-- Concept Concept <|-- QuantityKind Concept <|-- UnitConcept Concept <|-- CurrencyConcept Concept <|-- PowerPlantType Concept <|-- FossilFuel Concept <|-- ExtractiveIndustryProduct Concept <|-- ExtractiveIndustryWaste Concept <|-- FoodTypeConcept Concept : classification Concept --> Concept : classification Concept : description Concept : id Concept : name Concept : ontology_types Concept --> Concept : ontology_types Concept : type Inheritance Entity NamedThing Concept QuantityKind UnitConcept CurrencyConcept PowerPlantType FossilFuel ExtractiveIndustryProduct ExtractiveIndustryWaste FoodTypeConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used NamedThing classification range Concept NamedThing ontology_types range Concept Concept classification range Concept Concept ontology_types range Concept InformationEntity classification range Concept InformationEntity ontology_types range Concept PhysicalDevice classification range Concept PhysicalDevice ontology_types range Concept Specification classification range Concept Specification ontology_types range Concept Procedure classification range Concept Procedure ontology_types range Concept Publication classification range Concept Publication ontology_types range Concept Agent classification range Concept Agent ontology_types range Concept Person classification range Concept Person ontology_types range Concept Organization classification range Concept Organization ontology_types range Concept AutomatedAgent classification range Concept AutomatedAgent ontology_types range Concept LifeEvent classification range Concept LifeEvent ontology_types range Concept CreativeWork classification range Concept CreativeWork ontology_types range Concept Investigation classification range Concept Investigation ontology_types range Concept InvestigativeProtocol classification range Concept InvestigativeProtocol ontology_types range Concept StudyDesign classification range Concept StudyDesign ontology_types range Concept SampleMaterial classification range Concept SampleMaterial ontology_types range Concept InvestigativeProcess classification range Concept InvestigativeProcess ontology_types range Concept SampleCollectionProcess classification range Concept SampleCollectionProcess ontology_types range Concept SampleProcessing classification range Concept SampleProcessing ontology_types range Concept DataGenerationFromSample classification range Concept DataGenerationFromSample ontology_types range Concept Dataset classification range Concept Dataset ontology_types range Concept BuiltEnvironmentFeature classification range Concept BuiltEnvironmentFeature ontology_types range Concept Facility classification range Concept Facility ontology_types range Concept Building classification range Concept Building ontology_types range Concept BuiltSystem classification range Concept BuiltSystem ontology_types range Concept HealthcareSite classification range Concept HealthcareSite ontology_types range Concept HealthcareEncounter ontology_types range Concept HealthcareOrganization classification range Concept HealthcareOrganization ontology_types range Concept HealthcareProvider speciality range Concept HealthcareConditionOccurrence classification range Concept HealthcareConditionOccurrence ontology_types range Concept ClinicalCohort classification range Concept ClinicalCohort ontology_types range Concept ClinicalCohortDefinition classification range Concept ClinicalCohortDefinition ontology_types range Concept ClinicalCohortEnrollment classification range Concept ClinicalCohortEnrollment ontology_types range Concept EngineeringSpecification classification range Concept EngineeringSpecification ontology_types range Concept RawMaterial classification range Concept RawMaterial ontology_types range Concept EngineeringProcess classification range Concept EngineeringProcess ontology_types range Concept EngineeringMaterialProcessing classification range Concept EngineeringMaterialProcessing ontology_types range Concept Equipment classification range Concept Equipment ontology_types range Concept Place classification range Concept Place ontology_types range Concept Landform classification range Concept Landform ontology_types range Concept QuantityKind classification range Concept QuantityKind ontology_types range Concept UnitConcept classification range Concept UnitConcept ontology_types range Concept CurrencyConcept classification range Concept CurrencyConcept ontology_types range Concept PowerPlant classification range Concept PowerPlant ontology_types range Concept PowerPlantType classification range Concept PowerPlantType ontology_types range Concept FossilFuelPlant classification range Concept FossilFuelPlant ontology_types range Concept NuclearPlant classification range Concept NuclearPlant ontology_types range Concept RenewablePlant classification range Concept RenewablePlant ontology_types range Concept HydroelectricPlant classification range Concept HydroelectricPlant ontology_types range Concept SolarPlant classification range Concept SolarPlant ontology_types range Concept WindFarm classification range Concept WindFarm ontology_types range Concept FossilFuel classification range Concept FossilFuel ontology_types range Concept ElectricalGrid classification range Concept ElectricalGrid ontology_types range Concept Event classification range Concept Event ontology_types range Concept PlannedProcess classification range Concept PlannedProcess ontology_types range Concept MaterialCollection classification range Concept MaterialCollection ontology_types range Concept MaterialProcessing classification range Concept MaterialProcessing ontology_types range Concept ExtractiveIndustryFacility classification range Concept ExtractiveIndustryFacility ontology_types range Concept MiningFacility classification range Concept MiningFacility ontology_types range Concept WellFacility classification range Concept WellFacility ontology_types range Concept QuarryFacility classification range Concept QuarryFacility ontology_types range Concept ExtractiveIndustryEquipment classification range Concept ExtractiveIndustryEquipment ontology_types range Concept ExtractiveIndustryProduct classification range Concept ExtractiveIndustryProduct ontology_types range Concept ExtractiveIndustryWaste classification range Concept ExtractiveIndustryWaste ontology_types range Concept EnvironmentalSite classification range Concept EnvironmentalSite ontology_types range Concept FoodRecipe classification range Concept FoodRecipe ontology_types range Concept FoodProcessing classification range Concept FoodProcessing ontology_types range Concept FoodTypeConcept classification range Concept FoodTypeConcept ontology_types range Concept BasicFoodType classification range Concept BasicFoodType ontology_types range Concept CompositeFoodType classification range Concept CompositeFoodType ontology_types range Concept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Concept native linkml_common:Concept exact biolink:OntologyClass, fhir:CodableConcept LinkML Source Direct name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing Induced name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Concept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Concept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Concept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Concept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Concept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Concept domain_of: - NamedThing - TimePoint range: string","title":"Class: Concept"},{"location":"Concept/#class-concept","text":"URI: linkml_common:Concept classDiagram class Concept NamedThing <|-- Concept Concept <|-- QuantityKind Concept <|-- UnitConcept Concept <|-- CurrencyConcept Concept <|-- PowerPlantType Concept <|-- FossilFuel Concept <|-- ExtractiveIndustryProduct Concept <|-- ExtractiveIndustryWaste Concept <|-- FoodTypeConcept Concept : classification Concept --> Concept : classification Concept : description Concept : id Concept : name Concept : ontology_types Concept --> Concept : ontology_types Concept : type","title":"Class: Concept"},{"location":"Concept/#inheritance","text":"Entity NamedThing Concept QuantityKind UnitConcept CurrencyConcept PowerPlantType FossilFuel ExtractiveIndustryProduct ExtractiveIndustryWaste FoodTypeConcept","title":"Inheritance"},{"location":"Concept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Concept/#usages","text":"used by used in type used NamedThing classification range Concept NamedThing ontology_types range Concept Concept classification range Concept Concept ontology_types range Concept InformationEntity classification range Concept InformationEntity ontology_types range Concept PhysicalDevice classification range Concept PhysicalDevice ontology_types range Concept Specification classification range Concept Specification ontology_types range Concept Procedure classification range Concept Procedure ontology_types range Concept Publication classification range Concept Publication ontology_types range Concept Agent classification range Concept Agent ontology_types range Concept Person classification range Concept Person ontology_types range Concept Organization classification range Concept Organization ontology_types range Concept AutomatedAgent classification range Concept AutomatedAgent ontology_types range Concept LifeEvent classification range Concept LifeEvent ontology_types range Concept CreativeWork classification range Concept CreativeWork ontology_types range Concept Investigation classification range Concept Investigation ontology_types range Concept InvestigativeProtocol classification range Concept InvestigativeProtocol ontology_types range Concept StudyDesign classification range Concept StudyDesign ontology_types range Concept SampleMaterial classification range Concept SampleMaterial ontology_types range Concept InvestigativeProcess classification range Concept InvestigativeProcess ontology_types range Concept SampleCollectionProcess classification range Concept SampleCollectionProcess ontology_types range Concept SampleProcessing classification range Concept SampleProcessing ontology_types range Concept DataGenerationFromSample classification range Concept DataGenerationFromSample ontology_types range Concept Dataset classification range Concept Dataset ontology_types range Concept BuiltEnvironmentFeature classification range Concept BuiltEnvironmentFeature ontology_types range Concept Facility classification range Concept Facility ontology_types range Concept Building classification range Concept Building ontology_types range Concept BuiltSystem classification range Concept BuiltSystem ontology_types range Concept HealthcareSite classification range Concept HealthcareSite ontology_types range Concept HealthcareEncounter ontology_types range Concept HealthcareOrganization classification range Concept HealthcareOrganization ontology_types range Concept HealthcareProvider speciality range Concept HealthcareConditionOccurrence classification range Concept HealthcareConditionOccurrence ontology_types range Concept ClinicalCohort classification range Concept ClinicalCohort ontology_types range Concept ClinicalCohortDefinition classification range Concept ClinicalCohortDefinition ontology_types range Concept ClinicalCohortEnrollment classification range Concept ClinicalCohortEnrollment ontology_types range Concept EngineeringSpecification classification range Concept EngineeringSpecification ontology_types range Concept RawMaterial classification range Concept RawMaterial ontology_types range Concept EngineeringProcess classification range Concept EngineeringProcess ontology_types range Concept EngineeringMaterialProcessing classification range Concept EngineeringMaterialProcessing ontology_types range Concept Equipment classification range Concept Equipment ontology_types range Concept Place classification range Concept Place ontology_types range Concept Landform classification range Concept Landform ontology_types range Concept QuantityKind classification range Concept QuantityKind ontology_types range Concept UnitConcept classification range Concept UnitConcept ontology_types range Concept CurrencyConcept classification range Concept CurrencyConcept ontology_types range Concept PowerPlant classification range Concept PowerPlant ontology_types range Concept PowerPlantType classification range Concept PowerPlantType ontology_types range Concept FossilFuelPlant classification range Concept FossilFuelPlant ontology_types range Concept NuclearPlant classification range Concept NuclearPlant ontology_types range Concept RenewablePlant classification range Concept RenewablePlant ontology_types range Concept HydroelectricPlant classification range Concept HydroelectricPlant ontology_types range Concept SolarPlant classification range Concept SolarPlant ontology_types range Concept WindFarm classification range Concept WindFarm ontology_types range Concept FossilFuel classification range Concept FossilFuel ontology_types range Concept ElectricalGrid classification range Concept ElectricalGrid ontology_types range Concept Event classification range Concept Event ontology_types range Concept PlannedProcess classification range Concept PlannedProcess ontology_types range Concept MaterialCollection classification range Concept MaterialCollection ontology_types range Concept MaterialProcessing classification range Concept MaterialProcessing ontology_types range Concept ExtractiveIndustryFacility classification range Concept ExtractiveIndustryFacility ontology_types range Concept MiningFacility classification range Concept MiningFacility ontology_types range Concept WellFacility classification range Concept WellFacility ontology_types range Concept QuarryFacility classification range Concept QuarryFacility ontology_types range Concept ExtractiveIndustryEquipment classification range Concept ExtractiveIndustryEquipment ontology_types range Concept ExtractiveIndustryProduct classification range Concept ExtractiveIndustryProduct ontology_types range Concept ExtractiveIndustryWaste classification range Concept ExtractiveIndustryWaste ontology_types range Concept EnvironmentalSite classification range Concept EnvironmentalSite ontology_types range Concept FoodRecipe classification range Concept FoodRecipe ontology_types range Concept FoodProcessing classification range Concept FoodProcessing ontology_types range Concept FoodTypeConcept classification range Concept FoodTypeConcept ontology_types range Concept BasicFoodType classification range Concept BasicFoodType ontology_types range Concept CompositeFoodType classification range Concept CompositeFoodType ontology_types range Concept","title":"Usages"},{"location":"Concept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Concept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Concept/#mappings","text":"Mapping Type Mapped Value self linkml_common:Concept native linkml_common:Concept exact biolink:OntologyClass, fhir:CodableConcept","title":"Mappings"},{"location":"Concept/#linkml-source","text":"","title":"LinkML Source"},{"location":"Concept/#direct","text":"name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing","title":"Direct"},{"location":"Concept/#induced","text":"name: Concept from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - biolink:OntologyClass - fhir:CodableConcept is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Concept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Concept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Concept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Concept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Concept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Concept domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"CreativeWork/","text":"Class: CreativeWork The most generic kind of creative work, including books, movies, photographs, software programs, etc. URI: linkml_common:CreativeWork classDiagram class CreativeWork NamedThing <|-- CreativeWork CreativeWork <|-- Publication CreativeWork <|-- Dataset CreativeWork : abstract CreativeWork : classification CreativeWork --> Concept : classification CreativeWork : contacts CreativeWork --> Agent : contacts CreativeWork : contributors CreativeWork --> Agent : contributors CreativeWork : creators CreativeWork --> Agent : creators CreativeWork : description CreativeWork : id CreativeWork : keywords CreativeWork : name CreativeWork : ontology_types CreativeWork --> Concept : ontology_types CreativeWork : rights CreativeWork : title CreativeWork : type Inheritance Entity NamedThing CreativeWork Publication Dataset Slots Name Cardinality and Range Description Inheritance title 0..1 String The title of the item direct abstract 0..1 String A summary of the item direct rights 0..1 String Information about rights held in and over the item direct creators 0..* Agent The person or organization who created the work direct contributors 0..* Agent A person or organization that contributed to the creation of the work direct contacts 0..* Agent A contact point for a person or organization direct keywords 0..* String Keywords or tags used to describe this item direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CreativeWork native linkml_common:CreativeWork exact schema:CreativeWork LinkML Source Direct name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true domain_of: - CreativeWork range: string Induced name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CreativeWork domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CreativeWork domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CreativeWork domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CreativeWork domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CreativeWork domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CreativeWork domain_of: - NamedThing - TimePoint range: string","title":"Class: CreativeWork"},{"location":"CreativeWork/#class-creativework","text":"The most generic kind of creative work, including books, movies, photographs, software programs, etc. URI: linkml_common:CreativeWork classDiagram class CreativeWork NamedThing <|-- CreativeWork CreativeWork <|-- Publication CreativeWork <|-- Dataset CreativeWork : abstract CreativeWork : classification CreativeWork --> Concept : classification CreativeWork : contacts CreativeWork --> Agent : contacts CreativeWork : contributors CreativeWork --> Agent : contributors CreativeWork : creators CreativeWork --> Agent : creators CreativeWork : description CreativeWork : id CreativeWork : keywords CreativeWork : name CreativeWork : ontology_types CreativeWork --> Concept : ontology_types CreativeWork : rights CreativeWork : title CreativeWork : type","title":"Class: CreativeWork"},{"location":"CreativeWork/#inheritance","text":"Entity NamedThing CreativeWork Publication Dataset","title":"Inheritance"},{"location":"CreativeWork/#slots","text":"Name Cardinality and Range Description Inheritance title 0..1 String The title of the item direct abstract 0..1 String A summary of the item direct rights 0..1 String Information about rights held in and over the item direct creators 0..* Agent The person or organization who created the work direct contributors 0..* Agent A person or organization that contributed to the creation of the work direct contacts 0..* Agent A contact point for a person or organization direct keywords 0..* String Keywords or tags used to describe this item direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CreativeWork/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CreativeWork/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CreativeWork/#mappings","text":"Mapping Type Mapped Value self linkml_common:CreativeWork native linkml_common:CreativeWork exact schema:CreativeWork","title":"Mappings"},{"location":"CreativeWork/#linkml-source","text":"","title":"LinkML Source"},{"location":"CreativeWork/#direct","text":"name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true domain_of: - CreativeWork range: string","title":"Direct"},{"location":"CreativeWork/#induced","text":"name: CreativeWork description: The most generic kind of creative work, including books, movies, photographs, software programs, etc. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:CreativeWork is_a: NamedThing attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CreativeWork domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CreativeWork domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CreativeWork domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CreativeWork domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CreativeWork domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CreativeWork domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Curie/","text":"Type: Curie a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str Comments in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Curie"},{"location":"Curie/#type-curie","text":"a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str","title":"Type: Curie"},{"location":"Curie/#comments","text":"in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation","title":"Comments"},{"location":"Curie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Curie/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CurrencyConcept/","text":"Class: CurrencyConcept A currency URI: linkml_common:CurrencyConcept classDiagram class CurrencyConcept Concept <|-- CurrencyConcept CurrencyConcept : classification CurrencyConcept --> Concept : classification CurrencyConcept : description CurrencyConcept : id CurrencyConcept : name CurrencyConcept : ontology_types CurrencyConcept --> Concept : ontology_types CurrencyConcept : type Inheritance Entity NamedThing Concept CurrencyConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used MoneyQuantity unit range CurrencyConcept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:CurrencyConcept native linkml_common:CurrencyConcept LinkML Source Direct name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CurrencyConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CurrencyConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CurrencyConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CurrencyConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CurrencyConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CurrencyConcept domain_of: - NamedThing - TimePoint range: string","title":"Class: CurrencyConcept"},{"location":"CurrencyConcept/#class-currencyconcept","text":"A currency URI: linkml_common:CurrencyConcept classDiagram class CurrencyConcept Concept <|-- CurrencyConcept CurrencyConcept : classification CurrencyConcept --> Concept : classification CurrencyConcept : description CurrencyConcept : id CurrencyConcept : name CurrencyConcept : ontology_types CurrencyConcept --> Concept : ontology_types CurrencyConcept : type","title":"Class: CurrencyConcept"},{"location":"CurrencyConcept/#inheritance","text":"Entity NamedThing Concept CurrencyConcept","title":"Inheritance"},{"location":"CurrencyConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"CurrencyConcept/#usages","text":"used by used in type used MoneyQuantity unit range CurrencyConcept","title":"Usages"},{"location":"CurrencyConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"CurrencyConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"CurrencyConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:CurrencyConcept native linkml_common:CurrencyConcept","title":"Mappings"},{"location":"CurrencyConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"CurrencyConcept/#direct","text":"name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"CurrencyConcept/#induced","text":"name: CurrencyConcept description: A currency from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: CurrencyConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: CurrencyConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: CurrencyConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: CurrencyConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: CurrencyConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: CurrencyConcept domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"DataGenerationFromSample/","text":"Class: DataGenerationFromSample URI: linkml_common:DataGenerationFromSample classDiagram class DataGenerationFromSample InvestigativeProcess <|-- DataGenerationFromSample DataGenerationFromSample : classification DataGenerationFromSample --> Concept : classification DataGenerationFromSample : description DataGenerationFromSample : ends_at DataGenerationFromSample --> TimePoint : ends_at DataGenerationFromSample : follows_procedure DataGenerationFromSample --> InvestigativeProtocol : follows_procedure DataGenerationFromSample : happens_at DataGenerationFromSample --> TimePoint : happens_at DataGenerationFromSample : has_duration DataGenerationFromSample --> Duration : has_duration DataGenerationFromSample : has_interval DataGenerationFromSample --> TemporalInterval : has_interval DataGenerationFromSample : id DataGenerationFromSample : name DataGenerationFromSample : ontology_types DataGenerationFromSample --> Concept : ontology_types DataGenerationFromSample : part_of DataGenerationFromSample --> Investigation : part_of DataGenerationFromSample : starts_at DataGenerationFromSample --> TimePoint : starts_at DataGenerationFromSample : type DataGenerationFromSample : uses_physical_device DataGenerationFromSample --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess DataGenerationFromSample Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:DataGenerationFromSample native linkml_common:DataGenerationFromSample LinkML Source Direct name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess Induced name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: DataGenerationFromSample domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: DataGenerationFromSample domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: DataGenerationFromSample domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: DataGenerationFromSample domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: DataGenerationFromSample domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: DataGenerationFromSample domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataGenerationFromSample domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: DataGenerationFromSample domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: DataGenerationFromSample domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: DataGenerationFromSample domain_of: - NamedThing - TimePoint range: string","title":"Class: DataGenerationFromSample"},{"location":"DataGenerationFromSample/#class-datagenerationfromsample","text":"URI: linkml_common:DataGenerationFromSample classDiagram class DataGenerationFromSample InvestigativeProcess <|-- DataGenerationFromSample DataGenerationFromSample : classification DataGenerationFromSample --> Concept : classification DataGenerationFromSample : description DataGenerationFromSample : ends_at DataGenerationFromSample --> TimePoint : ends_at DataGenerationFromSample : follows_procedure DataGenerationFromSample --> InvestigativeProtocol : follows_procedure DataGenerationFromSample : happens_at DataGenerationFromSample --> TimePoint : happens_at DataGenerationFromSample : has_duration DataGenerationFromSample --> Duration : has_duration DataGenerationFromSample : has_interval DataGenerationFromSample --> TemporalInterval : has_interval DataGenerationFromSample : id DataGenerationFromSample : name DataGenerationFromSample : ontology_types DataGenerationFromSample --> Concept : ontology_types DataGenerationFromSample : part_of DataGenerationFromSample --> Investigation : part_of DataGenerationFromSample : starts_at DataGenerationFromSample --> TimePoint : starts_at DataGenerationFromSample : type DataGenerationFromSample : uses_physical_device DataGenerationFromSample --> PhysicalDevice : uses_physical_device","title":"Class: DataGenerationFromSample"},{"location":"DataGenerationFromSample/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess DataGenerationFromSample","title":"Inheritance"},{"location":"DataGenerationFromSample/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"DataGenerationFromSample/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DataGenerationFromSample/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DataGenerationFromSample/#mappings","text":"Mapping Type Mapped Value self linkml_common:DataGenerationFromSample native linkml_common:DataGenerationFromSample","title":"Mappings"},{"location":"DataGenerationFromSample/#linkml-source","text":"","title":"LinkML Source"},{"location":"DataGenerationFromSample/#direct","text":"name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess","title":"Direct"},{"location":"DataGenerationFromSample/#induced","text":"name: DataGenerationFromSample from_schema: https://w3id.org/linkml/linkml-common is_a: InvestigativeProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: DataGenerationFromSample domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: DataGenerationFromSample domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: DataGenerationFromSample domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: DataGenerationFromSample domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: DataGenerationFromSample domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: DataGenerationFromSample domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: DataGenerationFromSample domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: DataGenerationFromSample domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataGenerationFromSample domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: DataGenerationFromSample domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: DataGenerationFromSample domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: DataGenerationFromSample domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"DataStructure/","text":"Class: DataStructure URI: linkml_common:DataStructure classDiagram class DataStructure Intangible <|-- DataStructure DataStructure : type Inheritance Entity Intangible DataStructure Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:DataStructure native linkml_common:DataStructure LinkML Source Direct name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible Induced name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataStructure domain_of: - Entity - NamedThing range: string","title":"Class: DataStructure"},{"location":"DataStructure/#class-datastructure","text":"URI: linkml_common:DataStructure classDiagram class DataStructure Intangible <|-- DataStructure DataStructure : type","title":"Class: DataStructure"},{"location":"DataStructure/#inheritance","text":"Entity Intangible DataStructure","title":"Inheritance"},{"location":"DataStructure/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"DataStructure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DataStructure/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DataStructure/#mappings","text":"Mapping Type Mapped Value self linkml_common:DataStructure native linkml_common:DataStructure","title":"Mappings"},{"location":"DataStructure/#linkml-source","text":"","title":"LinkML Source"},{"location":"DataStructure/#direct","text":"name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible","title":"Direct"},{"location":"DataStructure/#induced","text":"name: DataStructure from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: DataStructure domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Dataset/","text":"Class: Dataset URI: linkml_common:Dataset classDiagram class Dataset CreativeWork <|-- Dataset Dataset : abstract Dataset : classification Dataset --> Concept : classification Dataset : collected_as_part_of Dataset --> Investigation : collected_as_part_of Dataset : contacts Dataset --> Agent : contacts Dataset : contributors Dataset --> Agent : contributors Dataset : creators Dataset --> Agent : creators Dataset : description Dataset : id Dataset : keywords Dataset : name Dataset : ontology_types Dataset --> Concept : ontology_types Dataset : rights Dataset : title Dataset : type Inheritance Entity NamedThing CreativeWork Dataset Slots Name Cardinality and Range Description Inheritance collected_as_part_of 0..* Investigation direct title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Dataset native linkml_common:Dataset LinkML Source Direct name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true domain_of: - Dataset range: Investigation Induced name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Dataset domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Dataset domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Dataset domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Dataset domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Dataset domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Dataset domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Dataset domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Dataset domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Dataset domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Dataset domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Dataset domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Dataset domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Dataset domain_of: - NamedThing - TimePoint range: string","title":"Class: Dataset"},{"location":"Dataset/#class-dataset","text":"URI: linkml_common:Dataset classDiagram class Dataset CreativeWork <|-- Dataset Dataset : abstract Dataset : classification Dataset --> Concept : classification Dataset : collected_as_part_of Dataset --> Investigation : collected_as_part_of Dataset : contacts Dataset --> Agent : contacts Dataset : contributors Dataset --> Agent : contributors Dataset : creators Dataset --> Agent : creators Dataset : description Dataset : id Dataset : keywords Dataset : name Dataset : ontology_types Dataset --> Concept : ontology_types Dataset : rights Dataset : title Dataset : type","title":"Class: Dataset"},{"location":"Dataset/#inheritance","text":"Entity NamedThing CreativeWork Dataset","title":"Inheritance"},{"location":"Dataset/#slots","text":"Name Cardinality and Range Description Inheritance collected_as_part_of 0..* Investigation direct title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Dataset/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Dataset/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Dataset/#mappings","text":"Mapping Type Mapped Value self linkml_common:Dataset native linkml_common:Dataset","title":"Mappings"},{"location":"Dataset/#linkml-source","text":"","title":"LinkML Source"},{"location":"Dataset/#direct","text":"name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true domain_of: - Dataset range: Investigation","title":"Direct"},{"location":"Dataset/#induced","text":"name: Dataset from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: collected_as_part_of: name: collected_as_part_of from_schema: https://w3id.org/linkml-common/datasets rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Dataset domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Dataset domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Dataset domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Dataset domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Dataset domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Dataset domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Dataset domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Dataset domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Dataset domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Dataset domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Dataset domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Dataset domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Dataset domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Date/","text":"Type: Date a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Date"},{"location":"Date/#type-date","text":"a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str","title":"Type: Date"},{"location":"Date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"DateOrDatetime/","text":"Type: DateOrDatetime Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#type-dateordatetime","text":"Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DateOrDatetime/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Datetime/","text":"Type: Datetime The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Datetime"},{"location":"Datetime/#type-datetime","text":"The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str","title":"Type: Datetime"},{"location":"Datetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Datetime/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Decimal/","text":"Type: Decimal A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Decimal"},{"location":"Decimal/#type-decimal","text":"A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal","title":"Type: Decimal"},{"location":"Decimal/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Decimal/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Double/","text":"Type: Double A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Double"},{"location":"Double/#type-double","text":"A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double","title":"Type: Double"},{"location":"Double/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Double/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Duration/","text":"Class: Duration A length of time URI: linkml_common:Duration classDiagram class Duration Quantity <|-- Duration Duration : has_quantity_kind Duration --> QuantityKind : has_quantity_kind Duration : type Inheritance Entity Intangible Quantity Duration Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used LifeEvent has_duration range Duration InvestigativeProcess has_duration range Duration SampleCollectionProcess has_duration range Duration SampleProcessing has_duration range Duration DataGenerationFromSample has_duration range Duration HealthcareEncounter has_duration range Duration HealthcareConditionOccurrence has_duration range Duration ClinicalCohortEnrollment has_duration range Duration EngineeringProcess has_duration range Duration EngineeringMaterialProcessing has_duration range Duration Event has_duration range Duration PlannedProcess has_duration range Duration MaterialCollection has_duration range Duration MaterialProcessing has_duration range Duration FoodProcessing has_duration range Duration Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Duration native linkml_common:Duration LinkML Source Direct name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity Induced name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Duration domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Duration domain_of: - Entity - NamedThing range: string","title":"Class: Duration"},{"location":"Duration/#class-duration","text":"A length of time URI: linkml_common:Duration classDiagram class Duration Quantity <|-- Duration Duration : has_quantity_kind Duration --> QuantityKind : has_quantity_kind Duration : type","title":"Class: Duration"},{"location":"Duration/#inheritance","text":"Entity Intangible Quantity Duration","title":"Inheritance"},{"location":"Duration/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Duration/#usages","text":"used by used in type used LifeEvent has_duration range Duration InvestigativeProcess has_duration range Duration SampleCollectionProcess has_duration range Duration SampleProcessing has_duration range Duration DataGenerationFromSample has_duration range Duration HealthcareEncounter has_duration range Duration HealthcareConditionOccurrence has_duration range Duration ClinicalCohortEnrollment has_duration range Duration EngineeringProcess has_duration range Duration EngineeringMaterialProcessing has_duration range Duration Event has_duration range Duration PlannedProcess has_duration range Duration MaterialCollection has_duration range Duration MaterialProcessing has_duration range Duration FoodProcessing has_duration range Duration","title":"Usages"},{"location":"Duration/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Duration/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Duration/#mappings","text":"Mapping Type Mapped Value self linkml_common:Duration native linkml_common:Duration","title":"Mappings"},{"location":"Duration/#linkml-source","text":"","title":"LinkML Source"},{"location":"Duration/#direct","text":"name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity","title":"Direct"},{"location":"Duration/#induced","text":"name: Duration description: A length of time from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Duration domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Duration domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"ElectricalGrid/","text":"Class: ElectricalGrid A network of electrical transmission lines URI: linkml_common:ElectricalGrid classDiagram class ElectricalGrid BuiltSystem <|-- ElectricalGrid ElectricalGrid : classification ElectricalGrid --> Concept : classification ElectricalGrid : description ElectricalGrid : id ElectricalGrid : name ElectricalGrid : ontology_types ElectricalGrid --> Concept : ontology_types ElectricalGrid : plants ElectricalGrid --> PowerPlant : plants ElectricalGrid : type Inheritance Entity NamedThing BuiltEnvironmentFeature BuiltSystem ElectricalGrid Slots Name Cardinality and Range Description Inheritance plants 0..* PowerPlant direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ElectricalGrid native linkml_common:ElectricalGrid LinkML Source Direct name: ElectricalGrid description: A network of electrical transmission lines from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltSystem attributes: plants: name: plants from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 multivalued: true domain_of: - ElectricalGrid range: PowerPlant Induced name: ElectricalGrid description: A network of electrical transmission lines from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltSystem attributes: plants: name: plants from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 multivalued: true alias: plants owner: ElectricalGrid domain_of: - ElectricalGrid range: PowerPlant id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ElectricalGrid domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ElectricalGrid domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ElectricalGrid domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ElectricalGrid domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ElectricalGrid domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ElectricalGrid domain_of: - NamedThing - TimePoint range: string","title":"Class: ElectricalGrid"},{"location":"ElectricalGrid/#class-electricalgrid","text":"A network of electrical transmission lines URI: linkml_common:ElectricalGrid classDiagram class ElectricalGrid BuiltSystem <|-- ElectricalGrid ElectricalGrid : classification ElectricalGrid --> Concept : classification ElectricalGrid : description ElectricalGrid : id ElectricalGrid : name ElectricalGrid : ontology_types ElectricalGrid --> Concept : ontology_types ElectricalGrid : plants ElectricalGrid --> PowerPlant : plants ElectricalGrid : type","title":"Class: ElectricalGrid"},{"location":"ElectricalGrid/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature BuiltSystem ElectricalGrid","title":"Inheritance"},{"location":"ElectricalGrid/#slots","text":"Name Cardinality and Range Description Inheritance plants 0..* PowerPlant direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ElectricalGrid/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ElectricalGrid/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ElectricalGrid/#mappings","text":"Mapping Type Mapped Value self linkml_common:ElectricalGrid native linkml_common:ElectricalGrid","title":"Mappings"},{"location":"ElectricalGrid/#linkml-source","text":"","title":"LinkML Source"},{"location":"ElectricalGrid/#direct","text":"name: ElectricalGrid description: A network of electrical transmission lines from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltSystem attributes: plants: name: plants from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 multivalued: true domain_of: - ElectricalGrid range: PowerPlant","title":"Direct"},{"location":"ElectricalGrid/#induced","text":"name: ElectricalGrid description: A network of electrical transmission lines from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltSystem attributes: plants: name: plants from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 multivalued: true alias: plants owner: ElectricalGrid domain_of: - ElectricalGrid range: PowerPlant id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ElectricalGrid domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ElectricalGrid domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ElectricalGrid domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ElectricalGrid domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ElectricalGrid domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ElectricalGrid domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"EngineeringMaterialProcessing/","text":"Class: EngineeringMaterialProcessing URI: linkml_common:EngineeringMaterialProcessing classDiagram class EngineeringMaterialProcessing MaterialProcessing <|-- EngineeringMaterialProcessing EngineeringMaterialProcessing : classification EngineeringMaterialProcessing --> Concept : classification EngineeringMaterialProcessing : description EngineeringMaterialProcessing : ends_at EngineeringMaterialProcessing --> TimePoint : ends_at EngineeringMaterialProcessing : follows_procedure EngineeringMaterialProcessing --> Procedure : follows_procedure EngineeringMaterialProcessing : happens_at EngineeringMaterialProcessing --> TimePoint : happens_at EngineeringMaterialProcessing : has_duration EngineeringMaterialProcessing --> Duration : has_duration EngineeringMaterialProcessing : has_interval EngineeringMaterialProcessing --> TemporalInterval : has_interval EngineeringMaterialProcessing : id EngineeringMaterialProcessing : name EngineeringMaterialProcessing : ontology_types EngineeringMaterialProcessing --> Concept : ontology_types EngineeringMaterialProcessing : starts_at EngineeringMaterialProcessing --> TimePoint : starts_at EngineeringMaterialProcessing : type EngineeringMaterialProcessing : uses_physical_device EngineeringMaterialProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing EngineeringMaterialProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringMaterialProcessing native linkml_common:EngineeringMaterialProcessing LinkML Source Direct name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: EngineeringMaterialProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: EngineeringMaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringMaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringMaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringMaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringMaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringMaterialProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringMaterialProcessing domain_of: - NamedThing - TimePoint range: string","title":"Class: EngineeringMaterialProcessing"},{"location":"EngineeringMaterialProcessing/#class-engineeringmaterialprocessing","text":"URI: linkml_common:EngineeringMaterialProcessing classDiagram class EngineeringMaterialProcessing MaterialProcessing <|-- EngineeringMaterialProcessing EngineeringMaterialProcessing : classification EngineeringMaterialProcessing --> Concept : classification EngineeringMaterialProcessing : description EngineeringMaterialProcessing : ends_at EngineeringMaterialProcessing --> TimePoint : ends_at EngineeringMaterialProcessing : follows_procedure EngineeringMaterialProcessing --> Procedure : follows_procedure EngineeringMaterialProcessing : happens_at EngineeringMaterialProcessing --> TimePoint : happens_at EngineeringMaterialProcessing : has_duration EngineeringMaterialProcessing --> Duration : has_duration EngineeringMaterialProcessing : has_interval EngineeringMaterialProcessing --> TemporalInterval : has_interval EngineeringMaterialProcessing : id EngineeringMaterialProcessing : name EngineeringMaterialProcessing : ontology_types EngineeringMaterialProcessing --> Concept : ontology_types EngineeringMaterialProcessing : starts_at EngineeringMaterialProcessing --> TimePoint : starts_at EngineeringMaterialProcessing : type EngineeringMaterialProcessing : uses_physical_device EngineeringMaterialProcessing --> PhysicalDevice : uses_physical_device","title":"Class: EngineeringMaterialProcessing"},{"location":"EngineeringMaterialProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing EngineeringMaterialProcessing","title":"Inheritance"},{"location":"EngineeringMaterialProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringMaterialProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringMaterialProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringMaterialProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringMaterialProcessing native linkml_common:EngineeringMaterialProcessing","title":"Mappings"},{"location":"EngineeringMaterialProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringMaterialProcessing/#direct","text":"name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"EngineeringMaterialProcessing/#induced","text":"name: EngineeringMaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: EngineeringMaterialProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: EngineeringMaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringMaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringMaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringMaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringMaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringMaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringMaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringMaterialProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringMaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringMaterialProcessing domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"EngineeringProcess/","text":"Class: EngineeringProcess URI: linkml_common:EngineeringProcess classDiagram class EngineeringProcess Event <|-- EngineeringProcess EngineeringProcess : classification EngineeringProcess --> Concept : classification EngineeringProcess : description EngineeringProcess : ends_at EngineeringProcess --> TimePoint : ends_at EngineeringProcess : follows_procedure EngineeringProcess --> EngineeringSpecification : follows_procedure EngineeringProcess : happens_at EngineeringProcess --> TimePoint : happens_at EngineeringProcess : has_duration EngineeringProcess --> Duration : has_duration EngineeringProcess : has_interval EngineeringProcess --> TemporalInterval : has_interval EngineeringProcess : id EngineeringProcess : name EngineeringProcess : ontology_types EngineeringProcess --> Concept : ontology_types EngineeringProcess : part_of EngineeringProcess --> EngineeringProcess : part_of EngineeringProcess : starts_at EngineeringProcess --> TimePoint : starts_at EngineeringProcess : type Inheritance Entity NamedThing Event EngineeringProcess Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 EngineeringSpecification direct part_of 0..1 EngineeringProcess direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used EngineeringProcess part_of range EngineeringProcess Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringProcess native linkml_common:EngineeringProcess LinkML Source Direct name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess Induced name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering alias: follows_procedure owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering alias: part_of owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringProcess domain_of: - NamedThing - TimePoint range: string","title":"Class: EngineeringProcess"},{"location":"EngineeringProcess/#class-engineeringprocess","text":"URI: linkml_common:EngineeringProcess classDiagram class EngineeringProcess Event <|-- EngineeringProcess EngineeringProcess : classification EngineeringProcess --> Concept : classification EngineeringProcess : description EngineeringProcess : ends_at EngineeringProcess --> TimePoint : ends_at EngineeringProcess : follows_procedure EngineeringProcess --> EngineeringSpecification : follows_procedure EngineeringProcess : happens_at EngineeringProcess --> TimePoint : happens_at EngineeringProcess : has_duration EngineeringProcess --> Duration : has_duration EngineeringProcess : has_interval EngineeringProcess --> TemporalInterval : has_interval EngineeringProcess : id EngineeringProcess : name EngineeringProcess : ontology_types EngineeringProcess --> Concept : ontology_types EngineeringProcess : part_of EngineeringProcess --> EngineeringProcess : part_of EngineeringProcess : starts_at EngineeringProcess --> TimePoint : starts_at EngineeringProcess : type","title":"Class: EngineeringProcess"},{"location":"EngineeringProcess/#inheritance","text":"Entity NamedThing Event EngineeringProcess","title":"Inheritance"},{"location":"EngineeringProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 EngineeringSpecification direct part_of 0..1 EngineeringProcess direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringProcess/#usages","text":"used by used in type used EngineeringProcess part_of range EngineeringProcess","title":"Usages"},{"location":"EngineeringProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringProcess native linkml_common:EngineeringProcess","title":"Mappings"},{"location":"EngineeringProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringProcess/#direct","text":"name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess","title":"Direct"},{"location":"EngineeringProcess/#induced","text":"name: EngineeringProcess from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/engineering alias: follows_procedure owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: EngineeringSpecification part_of: name: part_of from_schema: https://w3id.org/linkml-common/engineering alias: part_of owner: EngineeringProcess domain_of: - InvestigativeProcess - EngineeringProcess range: EngineeringProcess starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: EngineeringProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: EngineeringProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: EngineeringProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: EngineeringProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringProcess domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"EngineeringSpecification/","text":"Class: EngineeringSpecification URI: linkml_common:EngineeringSpecification classDiagram class EngineeringSpecification Procedure <|-- EngineeringSpecification EngineeringSpecification : classification EngineeringSpecification --> Concept : classification EngineeringSpecification : description EngineeringSpecification : id EngineeringSpecification : name EngineeringSpecification : ontology_types EngineeringSpecification --> Concept : ontology_types EngineeringSpecification : type Inheritance Entity NamedThing Specification Procedure EngineeringSpecification Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used EngineeringProcess follows_procedure range EngineeringSpecification ExtractiveIndustryProduct processing_method range EngineeringSpecification Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EngineeringSpecification native linkml_common:EngineeringSpecification LinkML Source Direct name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure Induced name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringSpecification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringSpecification domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringSpecification domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringSpecification domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringSpecification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringSpecification domain_of: - NamedThing - TimePoint range: string","title":"Class: EngineeringSpecification"},{"location":"EngineeringSpecification/#class-engineeringspecification","text":"URI: linkml_common:EngineeringSpecification classDiagram class EngineeringSpecification Procedure <|-- EngineeringSpecification EngineeringSpecification : classification EngineeringSpecification --> Concept : classification EngineeringSpecification : description EngineeringSpecification : id EngineeringSpecification : name EngineeringSpecification : ontology_types EngineeringSpecification --> Concept : ontology_types EngineeringSpecification : type","title":"Class: EngineeringSpecification"},{"location":"EngineeringSpecification/#inheritance","text":"Entity NamedThing Specification Procedure EngineeringSpecification","title":"Inheritance"},{"location":"EngineeringSpecification/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EngineeringSpecification/#usages","text":"used by used in type used EngineeringProcess follows_procedure range EngineeringSpecification ExtractiveIndustryProduct processing_method range EngineeringSpecification","title":"Usages"},{"location":"EngineeringSpecification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EngineeringSpecification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EngineeringSpecification/#mappings","text":"Mapping Type Mapped Value self linkml_common:EngineeringSpecification native linkml_common:EngineeringSpecification","title":"Mappings"},{"location":"EngineeringSpecification/#linkml-source","text":"","title":"LinkML Source"},{"location":"EngineeringSpecification/#direct","text":"name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure","title":"Direct"},{"location":"EngineeringSpecification/#induced","text":"name: EngineeringSpecification from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EngineeringSpecification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EngineeringSpecification domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EngineeringSpecification domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EngineeringSpecification domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EngineeringSpecification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EngineeringSpecification domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Entity/","text":"Class: Entity A physical, digital, conceptual, or other kind of thing with some common characteristics NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class Entity Entity <|-- NamedThing Entity <|-- Intangible Entity <|-- Observation Entity <|-- PostalAddress Entity <|-- Variable Entity : type Inheritance Entity NamedThing Intangible Observation PostalAddress Variable Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing direct Usages used by used in type used Collection members range Entity TemporalRelationship relative_to range Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Thing native linkml_common:Entity LinkML Source Direct name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true slots: - type class_uri: schema:Thing Induced name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Entity domain_of: - Entity - NamedThing range: string class_uri: schema:Thing","title":"Class: Entity"},{"location":"Entity/#class-entity","text":"A physical, digital, conceptual, or other kind of thing with some common characteristics NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class Entity Entity <|-- NamedThing Entity <|-- Intangible Entity <|-- Observation Entity <|-- PostalAddress Entity <|-- Variable Entity : type","title":"Class: Entity"},{"location":"Entity/#inheritance","text":"Entity NamedThing Intangible Observation PostalAddress Variable","title":"Inheritance"},{"location":"Entity/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing direct","title":"Slots"},{"location":"Entity/#usages","text":"used by used in type used Collection members range Entity TemporalRelationship relative_to range Entity","title":"Usages"},{"location":"Entity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Entity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Entity/#mappings","text":"Mapping Type Mapped Value self schema:Thing native linkml_common:Entity","title":"Mappings"},{"location":"Entity/#linkml-source","text":"","title":"LinkML Source"},{"location":"Entity/#direct","text":"name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true slots: - type class_uri: schema:Thing","title":"Direct"},{"location":"Entity/#induced","text":"name: Entity description: A physical, digital, conceptual, or other kind of thing with some common characteristics from_schema: https://w3id.org/linkml/linkml-common abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Entity domain_of: - Entity - NamedThing range: string class_uri: schema:Thing","title":"Induced"},{"location":"EnvironmentalMonitoring/","text":"Class: EnvironmentalMonitoring URI: linkml_common:EnvironmentalMonitoring classDiagram class EnvironmentalMonitoring EnvironmentalProcess <|-- EnvironmentalMonitoring Inheritance EnvironmentalProcess EnvironmentalMonitoring Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalMonitoring native linkml_common:EnvironmentalMonitoring LinkML Source Direct name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess Induced name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Class: EnvironmentalMonitoring"},{"location":"EnvironmentalMonitoring/#class-environmentalmonitoring","text":"URI: linkml_common:EnvironmentalMonitoring classDiagram class EnvironmentalMonitoring EnvironmentalProcess <|-- EnvironmentalMonitoring","title":"Class: EnvironmentalMonitoring"},{"location":"EnvironmentalMonitoring/#inheritance","text":"EnvironmentalProcess EnvironmentalMonitoring","title":"Inheritance"},{"location":"EnvironmentalMonitoring/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"EnvironmentalMonitoring/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalMonitoring/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalMonitoring/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalMonitoring native linkml_common:EnvironmentalMonitoring","title":"Mappings"},{"location":"EnvironmentalMonitoring/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalMonitoring/#direct","text":"name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Direct"},{"location":"EnvironmentalMonitoring/#induced","text":"name: EnvironmentalMonitoring from_schema: https://w3id.org/linkml/linkml-common is_a: EnvironmentalProcess","title":"Induced"},{"location":"EnvironmentalProcess/","text":"Class: EnvironmentalProcess URI: linkml_common:EnvironmentalProcess classDiagram class EnvironmentalProcess EnvironmentalProcess <|-- EnvironmentalMonitoring Inheritance EnvironmentalProcess EnvironmentalMonitoring Slots Name Cardinality and Range Description Inheritance Comments TODO Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalProcess native linkml_common:EnvironmentalProcess LinkML Source Direct name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common Induced name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Class: EnvironmentalProcess"},{"location":"EnvironmentalProcess/#class-environmentalprocess","text":"URI: linkml_common:EnvironmentalProcess classDiagram class EnvironmentalProcess EnvironmentalProcess <|-- EnvironmentalMonitoring","title":"Class: EnvironmentalProcess"},{"location":"EnvironmentalProcess/#inheritance","text":"EnvironmentalProcess EnvironmentalMonitoring","title":"Inheritance"},{"location":"EnvironmentalProcess/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"EnvironmentalProcess/#comments","text":"TODO","title":"Comments"},{"location":"EnvironmentalProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalProcess native linkml_common:EnvironmentalProcess","title":"Mappings"},{"location":"EnvironmentalProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalProcess/#direct","text":"name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Direct"},{"location":"EnvironmentalProcess/#induced","text":"name: EnvironmentalProcess comments: - TODO from_schema: https://w3id.org/linkml/linkml-common","title":"Induced"},{"location":"EnvironmentalSite/","text":"Class: EnvironmentalSite A location or site that is the subject of environmental monitoring URI: linkml_common:EnvironmentalSite classDiagram class EnvironmentalSite Place <|-- EnvironmentalSite EnvironmentalSite : address EnvironmentalSite --> PostalAddress : address EnvironmentalSite : bounding_coordinates EnvironmentalSite --> GeoBoxLocation : bounding_coordinates EnvironmentalSite : classification EnvironmentalSite --> Concept : classification EnvironmentalSite : description EnvironmentalSite : geolocation EnvironmentalSite --> GeoPointLocation : geolocation EnvironmentalSite : id EnvironmentalSite : name EnvironmentalSite : ontology_types EnvironmentalSite --> Concept : ontology_types EnvironmentalSite : type Inheritance Entity NamedThing Place EnvironmentalSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:EnvironmentalSite native linkml_common:EnvironmentalSite LinkML Source Direct name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place Induced name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: EnvironmentalSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: EnvironmentalSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: EnvironmentalSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EnvironmentalSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EnvironmentalSite domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EnvironmentalSite domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EnvironmentalSite domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EnvironmentalSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EnvironmentalSite domain_of: - NamedThing - TimePoint range: string","title":"Class: EnvironmentalSite"},{"location":"EnvironmentalSite/#class-environmentalsite","text":"A location or site that is the subject of environmental monitoring URI: linkml_common:EnvironmentalSite classDiagram class EnvironmentalSite Place <|-- EnvironmentalSite EnvironmentalSite : address EnvironmentalSite --> PostalAddress : address EnvironmentalSite : bounding_coordinates EnvironmentalSite --> GeoBoxLocation : bounding_coordinates EnvironmentalSite : classification EnvironmentalSite --> Concept : classification EnvironmentalSite : description EnvironmentalSite : geolocation EnvironmentalSite --> GeoPointLocation : geolocation EnvironmentalSite : id EnvironmentalSite : name EnvironmentalSite : ontology_types EnvironmentalSite --> Concept : ontology_types EnvironmentalSite : type","title":"Class: EnvironmentalSite"},{"location":"EnvironmentalSite/#inheritance","text":"Entity NamedThing Place EnvironmentalSite","title":"Inheritance"},{"location":"EnvironmentalSite/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"EnvironmentalSite/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"EnvironmentalSite/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"EnvironmentalSite/#mappings","text":"Mapping Type Mapped Value self linkml_common:EnvironmentalSite native linkml_common:EnvironmentalSite","title":"Mappings"},{"location":"EnvironmentalSite/#linkml-source","text":"","title":"LinkML Source"},{"location":"EnvironmentalSite/#direct","text":"name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place","title":"Direct"},{"location":"EnvironmentalSite/#induced","text":"name: EnvironmentalSite description: A location or site that is the subject of environmental monitoring from_schema: https://w3id.org/linkml/linkml-common is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: EnvironmentalSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: EnvironmentalSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: EnvironmentalSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: EnvironmentalSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: EnvironmentalSite domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: EnvironmentalSite domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: EnvironmentalSite domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: EnvironmentalSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: EnvironmentalSite domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Equipment/","text":"Class: Equipment URI: linkml_common:Equipment classDiagram class Equipment NamedThing <|-- Equipment Equipment <|-- ExtractiveIndustryEquipment Equipment : classification Equipment --> Concept : classification Equipment : description Equipment : id Equipment : name Equipment : ontology_types Equipment --> Concept : ontology_types Equipment : type Inheritance Entity NamedThing Equipment ExtractiveIndustryEquipment Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Equipment native linkml_common:Equipment LinkML Source Direct name: Equipment from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: Equipment from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Equipment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Equipment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Equipment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Equipment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Equipment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Equipment domain_of: - NamedThing - TimePoint range: string","title":"Class: Equipment"},{"location":"Equipment/#class-equipment","text":"URI: linkml_common:Equipment classDiagram class Equipment NamedThing <|-- Equipment Equipment <|-- ExtractiveIndustryEquipment Equipment : classification Equipment --> Concept : classification Equipment : description Equipment : id Equipment : name Equipment : ontology_types Equipment --> Concept : ontology_types Equipment : type","title":"Class: Equipment"},{"location":"Equipment/#inheritance","text":"Entity NamedThing Equipment ExtractiveIndustryEquipment","title":"Inheritance"},{"location":"Equipment/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Equipment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Equipment/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Equipment/#mappings","text":"Mapping Type Mapped Value self linkml_common:Equipment native linkml_common:Equipment","title":"Mappings"},{"location":"Equipment/#linkml-source","text":"","title":"LinkML Source"},{"location":"Equipment/#direct","text":"name: Equipment from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"Equipment/#induced","text":"name: Equipment from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Equipment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Equipment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Equipment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Equipment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Equipment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Equipment domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Event/","text":"Class: Event A thing that happens URI: linkml_common:Event classDiagram class Event NamedThing <|-- Event Event <|-- LifeEvent Event <|-- HealthcareEncounter Event <|-- HealthcareConditionOccurrence Event <|-- ClinicalCohortEnrollment Event <|-- EngineeringProcess Event <|-- PlannedProcess Event : classification Event --> Concept : classification Event : description Event : ends_at Event --> TimePoint : ends_at Event : happens_at Event --> TimePoint : happens_at Event : has_duration Event --> Duration : has_duration Event : has_interval Event --> TemporalInterval : has_interval Event : id Event : name Event : ontology_types Event --> Concept : ontology_types Event : starts_at Event --> TimePoint : starts_at Event : type Inheritance Entity NamedThing Event LifeEvent HealthcareEncounter HealthcareConditionOccurrence ClinicalCohortEnrollment EngineeringProcess PlannedProcess Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct happens_at 0..1 TimePoint direct has_interval 0..1 TemporalInterval direct has_duration 0..1 Duration direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used TimePoint marker_event range Event Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Event native linkml_common:Event LinkML Source Direct name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - starts_at - ends_at - happens_at - has_interval - has_duration Induced name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: Event domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: Event domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: Event domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Event domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Event domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Event domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Event domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Event domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Event domain_of: - NamedThing - TimePoint range: string","title":"Class: Event"},{"location":"Event/#class-event","text":"A thing that happens URI: linkml_common:Event classDiagram class Event NamedThing <|-- Event Event <|-- LifeEvent Event <|-- HealthcareEncounter Event <|-- HealthcareConditionOccurrence Event <|-- ClinicalCohortEnrollment Event <|-- EngineeringProcess Event <|-- PlannedProcess Event : classification Event --> Concept : classification Event : description Event : ends_at Event --> TimePoint : ends_at Event : happens_at Event --> TimePoint : happens_at Event : has_duration Event --> Duration : has_duration Event : has_interval Event --> TemporalInterval : has_interval Event : id Event : name Event : ontology_types Event --> Concept : ontology_types Event : starts_at Event --> TimePoint : starts_at Event : type","title":"Class: Event"},{"location":"Event/#inheritance","text":"Entity NamedThing Event LifeEvent HealthcareEncounter HealthcareConditionOccurrence ClinicalCohortEnrollment EngineeringProcess PlannedProcess","title":"Inheritance"},{"location":"Event/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct happens_at 0..1 TimePoint direct has_interval 0..1 TemporalInterval direct has_duration 0..1 Duration direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Event/#usages","text":"used by used in type used TimePoint marker_event range Event","title":"Usages"},{"location":"Event/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Event/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Event/#mappings","text":"Mapping Type Mapped Value self linkml_common:Event native linkml_common:Event","title":"Mappings"},{"location":"Event/#linkml-source","text":"","title":"LinkML Source"},{"location":"Event/#direct","text":"name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - starts_at - ends_at - happens_at - has_interval - has_duration","title":"Direct"},{"location":"Event/#induced","text":"name: Event description: A thing that happens from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: Event domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: Event domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: Event domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: Event domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Event domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Event domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Event domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Event domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Event domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Event domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ExtractiveIndustryEquipment/","text":"Class: ExtractiveIndustryEquipment The equipment used in extractive industry operations URI: linkml_common:ExtractiveIndustryEquipment classDiagram class ExtractiveIndustryEquipment Equipment <|-- ExtractiveIndustryEquipment ExtractiveIndustryEquipment : classification ExtractiveIndustryEquipment --> Concept : classification ExtractiveIndustryEquipment : description ExtractiveIndustryEquipment : id ExtractiveIndustryEquipment : name ExtractiveIndustryEquipment : ontology_types ExtractiveIndustryEquipment --> Concept : ontology_types ExtractiveIndustryEquipment : type Inheritance Entity NamedThing Equipment ExtractiveIndustryEquipment Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ExtractiveIndustryEquipment native linkml_common:ExtractiveIndustryEquipment LinkML Source Direct name: ExtractiveIndustryEquipment description: The equipment used in extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Equipment Induced name: ExtractiveIndustryEquipment description: The equipment used in extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Equipment attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryEquipment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryEquipment domain_of: - NamedThing - TimePoint range: string","title":"Class: ExtractiveIndustryEquipment"},{"location":"ExtractiveIndustryEquipment/#class-extractiveindustryequipment","text":"The equipment used in extractive industry operations URI: linkml_common:ExtractiveIndustryEquipment classDiagram class ExtractiveIndustryEquipment Equipment <|-- ExtractiveIndustryEquipment ExtractiveIndustryEquipment : classification ExtractiveIndustryEquipment --> Concept : classification ExtractiveIndustryEquipment : description ExtractiveIndustryEquipment : id ExtractiveIndustryEquipment : name ExtractiveIndustryEquipment : ontology_types ExtractiveIndustryEquipment --> Concept : ontology_types ExtractiveIndustryEquipment : type","title":"Class: ExtractiveIndustryEquipment"},{"location":"ExtractiveIndustryEquipment/#inheritance","text":"Entity NamedThing Equipment ExtractiveIndustryEquipment","title":"Inheritance"},{"location":"ExtractiveIndustryEquipment/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ExtractiveIndustryEquipment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryEquipment/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryEquipment/#mappings","text":"Mapping Type Mapped Value self linkml_common:ExtractiveIndustryEquipment native linkml_common:ExtractiveIndustryEquipment","title":"Mappings"},{"location":"ExtractiveIndustryEquipment/#linkml-source","text":"","title":"LinkML Source"},{"location":"ExtractiveIndustryEquipment/#direct","text":"name: ExtractiveIndustryEquipment description: The equipment used in extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Equipment","title":"Direct"},{"location":"ExtractiveIndustryEquipment/#induced","text":"name: ExtractiveIndustryEquipment description: The equipment used in extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Equipment attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryEquipment domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryEquipment domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryEquipment domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ExtractiveIndustryFacility/","text":"Class: ExtractiveIndustryFacility A facility where natural resources are extracted from the earth URI: linkml_common:ExtractiveIndustryFacility classDiagram class ExtractiveIndustryFacility Facility <|-- ExtractiveIndustryFacility ExtractiveIndustryFacility <|-- MiningFacility ExtractiveIndustryFacility <|-- WellFacility ExtractiveIndustryFacility <|-- QuarryFacility ExtractiveIndustryFacility : annual_production ExtractiveIndustryFacility --> SimpleQuantity : annual_production ExtractiveIndustryFacility : classification ExtractiveIndustryFacility --> Concept : classification ExtractiveIndustryFacility : description ExtractiveIndustryFacility : facility_type ExtractiveIndustryFacility --> ExtractiveIndustryFacilityType : facility_type ExtractiveIndustryFacility : id ExtractiveIndustryFacility : located_at_place ExtractiveIndustryFacility --> Place : located_at_place ExtractiveIndustryFacility : name ExtractiveIndustryFacility : ontology_types ExtractiveIndustryFacility --> Concept : ontology_types ExtractiveIndustryFacility : operator ExtractiveIndustryFacility --> Organization : operator ExtractiveIndustryFacility : production_capacity ExtractiveIndustryFacility --> SimpleQuantity : production_capacity ExtractiveIndustryFacility : products ExtractiveIndustryFacility --> ExtractiveIndustryProduct : products ExtractiveIndustryFacility : reserves ExtractiveIndustryFacility --> SimpleQuantity : reserves ExtractiveIndustryFacility : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility MiningFacility WellFacility QuarryFacility Slots Name Cardinality and Range Description Inheritance facility_type 0..1 ExtractiveIndustryFacilityType direct operator 0..1 Organization direct products 0..* ExtractiveIndustryProduct direct production_capacity 0..1 SimpleQuantity direct annual_production 0..1 SimpleQuantity direct reserves 0..1 SimpleQuantity direct located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ExtractiveIndustryFacility native linkml_common:ExtractiveIndustryFacility LinkML Source Direct name: ExtractiveIndustryFacility description: A facility where natural resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity Induced name: ExtractiveIndustryFacility description: A facility where natural resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: ExtractiveIndustryFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: ExtractiveIndustryFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryFacility domain_of: - NamedThing - TimePoint range: string","title":"Class: ExtractiveIndustryFacility"},{"location":"ExtractiveIndustryFacility/#class-extractiveindustryfacility","text":"A facility where natural resources are extracted from the earth URI: linkml_common:ExtractiveIndustryFacility classDiagram class ExtractiveIndustryFacility Facility <|-- ExtractiveIndustryFacility ExtractiveIndustryFacility <|-- MiningFacility ExtractiveIndustryFacility <|-- WellFacility ExtractiveIndustryFacility <|-- QuarryFacility ExtractiveIndustryFacility : annual_production ExtractiveIndustryFacility --> SimpleQuantity : annual_production ExtractiveIndustryFacility : classification ExtractiveIndustryFacility --> Concept : classification ExtractiveIndustryFacility : description ExtractiveIndustryFacility : facility_type ExtractiveIndustryFacility --> ExtractiveIndustryFacilityType : facility_type ExtractiveIndustryFacility : id ExtractiveIndustryFacility : located_at_place ExtractiveIndustryFacility --> Place : located_at_place ExtractiveIndustryFacility : name ExtractiveIndustryFacility : ontology_types ExtractiveIndustryFacility --> Concept : ontology_types ExtractiveIndustryFacility : operator ExtractiveIndustryFacility --> Organization : operator ExtractiveIndustryFacility : production_capacity ExtractiveIndustryFacility --> SimpleQuantity : production_capacity ExtractiveIndustryFacility : products ExtractiveIndustryFacility --> ExtractiveIndustryProduct : products ExtractiveIndustryFacility : reserves ExtractiveIndustryFacility --> SimpleQuantity : reserves ExtractiveIndustryFacility : type","title":"Class: ExtractiveIndustryFacility"},{"location":"ExtractiveIndustryFacility/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility MiningFacility WellFacility QuarryFacility","title":"Inheritance"},{"location":"ExtractiveIndustryFacility/#slots","text":"Name Cardinality and Range Description Inheritance facility_type 0..1 ExtractiveIndustryFacilityType direct operator 0..1 Organization direct products 0..* ExtractiveIndustryProduct direct production_capacity 0..1 SimpleQuantity direct annual_production 0..1 SimpleQuantity direct reserves 0..1 SimpleQuantity direct located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ExtractiveIndustryFacility/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryFacility/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryFacility/#mappings","text":"Mapping Type Mapped Value self linkml_common:ExtractiveIndustryFacility native linkml_common:ExtractiveIndustryFacility","title":"Mappings"},{"location":"ExtractiveIndustryFacility/#linkml-source","text":"","title":"LinkML Source"},{"location":"ExtractiveIndustryFacility/#direct","text":"name: ExtractiveIndustryFacility description: A facility where natural resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"Direct"},{"location":"ExtractiveIndustryFacility/#induced","text":"name: ExtractiveIndustryFacility description: A facility where natural resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: Facility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: ExtractiveIndustryFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: ExtractiveIndustryFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryFacility domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ExtractiveIndustryFacilityType/","text":"Enum: ExtractiveIndustryFacilityType URI: ExtractiveIndustryFacilityType Permissible Values Value Meaning Description MINING_FACILITY None A facility where mineral resources are extracted WELL_FACILITY None A facility where fluid resources are extracted QUARRY_FACILITY None A facility where stone, sand, or gravel are extracted Slots Name Description facility_type Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ExtractiveIndustryFacilityType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: MINING_FACILITY: text: MINING_FACILITY description: A facility where mineral resources are extracted WELL_FACILITY: text: WELL_FACILITY description: A facility where fluid resources are extracted QUARRY_FACILITY: text: QUARRY_FACILITY description: A facility where stone, sand, or gravel are extracted","title":"Enum: ExtractiveIndustryFacilityType"},{"location":"ExtractiveIndustryFacilityType/#enum-extractiveindustryfacilitytype","text":"URI: ExtractiveIndustryFacilityType","title":"Enum: ExtractiveIndustryFacilityType"},{"location":"ExtractiveIndustryFacilityType/#permissible-values","text":"Value Meaning Description MINING_FACILITY None A facility where mineral resources are extracted WELL_FACILITY None A facility where fluid resources are extracted QUARRY_FACILITY None A facility where stone, sand, or gravel are extracted","title":"Permissible Values"},{"location":"ExtractiveIndustryFacilityType/#slots","text":"Name Description facility_type","title":"Slots"},{"location":"ExtractiveIndustryFacilityType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryFacilityType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryFacilityType/#linkml-source","text":"name: ExtractiveIndustryFacilityType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: MINING_FACILITY: text: MINING_FACILITY description: A facility where mineral resources are extracted WELL_FACILITY: text: WELL_FACILITY description: A facility where fluid resources are extracted QUARRY_FACILITY: text: QUARRY_FACILITY description: A facility where stone, sand, or gravel are extracted","title":"LinkML Source"},{"location":"ExtractiveIndustryProduct/","text":"Class: ExtractiveIndustryProduct A product extracted from an extractive industry facility URI: linkml_common:ExtractiveIndustryProduct classDiagram class ExtractiveIndustryProduct Concept <|-- ExtractiveIndustryProduct ExtractiveIndustryProduct : classification ExtractiveIndustryProduct --> Concept : classification ExtractiveIndustryProduct : description ExtractiveIndustryProduct : grade ExtractiveIndustryProduct --> SimpleQuantity : grade ExtractiveIndustryProduct : id ExtractiveIndustryProduct : name ExtractiveIndustryProduct : ontology_types ExtractiveIndustryProduct --> Concept : ontology_types ExtractiveIndustryProduct : processing_method ExtractiveIndustryProduct --> EngineeringSpecification : processing_method ExtractiveIndustryProduct : product_type ExtractiveIndustryProduct --> ExtractiveIndustryProductType : product_type ExtractiveIndustryProduct : type Inheritance Entity NamedThing Concept ExtractiveIndustryProduct Slots Name Cardinality and Range Description Inheritance product_type 0..1 ExtractiveIndustryProductType direct grade 0..1 SimpleQuantity direct processing_method 0..1 EngineeringSpecification direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ExtractiveIndustryFacility products range ExtractiveIndustryProduct MiningFacility products range ExtractiveIndustryProduct WellFacility products range ExtractiveIndustryProduct QuarryFacility products range ExtractiveIndustryProduct Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ExtractiveIndustryProduct native linkml_common:ExtractiveIndustryProduct LinkML Source Direct name: ExtractiveIndustryProduct description: A product extracted from an extractive industry facility from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: product_type: name: product_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType grade: name: grade from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: SimpleQuantity processing_method: name: processing_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification Induced name: ExtractiveIndustryProduct description: A product extracted from an extractive industry facility from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: product_type: name: product_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: product_type owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType grade: name: grade from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: grade owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: SimpleQuantity processing_method: name: processing_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: processing_method owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryProduct domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryProduct domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryProduct domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryProduct domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryProduct domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryProduct domain_of: - NamedThing - TimePoint range: string","title":"Class: ExtractiveIndustryProduct"},{"location":"ExtractiveIndustryProduct/#class-extractiveindustryproduct","text":"A product extracted from an extractive industry facility URI: linkml_common:ExtractiveIndustryProduct classDiagram class ExtractiveIndustryProduct Concept <|-- ExtractiveIndustryProduct ExtractiveIndustryProduct : classification ExtractiveIndustryProduct --> Concept : classification ExtractiveIndustryProduct : description ExtractiveIndustryProduct : grade ExtractiveIndustryProduct --> SimpleQuantity : grade ExtractiveIndustryProduct : id ExtractiveIndustryProduct : name ExtractiveIndustryProduct : ontology_types ExtractiveIndustryProduct --> Concept : ontology_types ExtractiveIndustryProduct : processing_method ExtractiveIndustryProduct --> EngineeringSpecification : processing_method ExtractiveIndustryProduct : product_type ExtractiveIndustryProduct --> ExtractiveIndustryProductType : product_type ExtractiveIndustryProduct : type","title":"Class: ExtractiveIndustryProduct"},{"location":"ExtractiveIndustryProduct/#inheritance","text":"Entity NamedThing Concept ExtractiveIndustryProduct","title":"Inheritance"},{"location":"ExtractiveIndustryProduct/#slots","text":"Name Cardinality and Range Description Inheritance product_type 0..1 ExtractiveIndustryProductType direct grade 0..1 SimpleQuantity direct processing_method 0..1 EngineeringSpecification direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ExtractiveIndustryProduct/#usages","text":"used by used in type used ExtractiveIndustryFacility products range ExtractiveIndustryProduct MiningFacility products range ExtractiveIndustryProduct WellFacility products range ExtractiveIndustryProduct QuarryFacility products range ExtractiveIndustryProduct","title":"Usages"},{"location":"ExtractiveIndustryProduct/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryProduct/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryProduct/#mappings","text":"Mapping Type Mapped Value self linkml_common:ExtractiveIndustryProduct native linkml_common:ExtractiveIndustryProduct","title":"Mappings"},{"location":"ExtractiveIndustryProduct/#linkml-source","text":"","title":"LinkML Source"},{"location":"ExtractiveIndustryProduct/#direct","text":"name: ExtractiveIndustryProduct description: A product extracted from an extractive industry facility from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: product_type: name: product_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType grade: name: grade from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: SimpleQuantity processing_method: name: processing_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification","title":"Direct"},{"location":"ExtractiveIndustryProduct/#induced","text":"name: ExtractiveIndustryProduct description: A product extracted from an extractive industry facility from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: product_type: name: product_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: product_type owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType grade: name: grade from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: grade owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: SimpleQuantity processing_method: name: processing_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: processing_method owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryProduct domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryProduct domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryProduct domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryProduct domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryProduct domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryProduct domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"ExtractiveIndustryProductType/","text":"Enum: ExtractiveIndustryProductType URI: ExtractiveIndustryProductType Permissible Values Value Meaning Description MINERAL None A solid inorganic substance METAL None A solid metallic substance COAL None A combustible black or brownish-black sedimentary rock OIL None A liquid petroleum resource GAS None A gaseous petroleum resource STONE None A solid aggregate of minerals SAND None A granular material composed of finely divided rock and mineral particles GRAVEL None A loose aggregation of rock fragments Slots Name Description product_type Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ExtractiveIndustryProductType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: MINERAL: text: MINERAL description: A solid inorganic substance METAL: text: METAL description: A solid metallic substance COAL: text: COAL description: A combustible black or brownish-black sedimentary rock OIL: text: OIL description: A liquid petroleum resource GAS: text: GAS description: A gaseous petroleum resource STONE: text: STONE description: A solid aggregate of minerals SAND: text: SAND description: A granular material composed of finely divided rock and mineral particles GRAVEL: text: GRAVEL description: A loose aggregation of rock fragments","title":"Enum: ExtractiveIndustryProductType"},{"location":"ExtractiveIndustryProductType/#enum-extractiveindustryproducttype","text":"URI: ExtractiveIndustryProductType","title":"Enum: ExtractiveIndustryProductType"},{"location":"ExtractiveIndustryProductType/#permissible-values","text":"Value Meaning Description MINERAL None A solid inorganic substance METAL None A solid metallic substance COAL None A combustible black or brownish-black sedimentary rock OIL None A liquid petroleum resource GAS None A gaseous petroleum resource STONE None A solid aggregate of minerals SAND None A granular material composed of finely divided rock and mineral particles GRAVEL None A loose aggregation of rock fragments","title":"Permissible Values"},{"location":"ExtractiveIndustryProductType/#slots","text":"Name Description product_type","title":"Slots"},{"location":"ExtractiveIndustryProductType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryProductType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryProductType/#linkml-source","text":"name: ExtractiveIndustryProductType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: MINERAL: text: MINERAL description: A solid inorganic substance METAL: text: METAL description: A solid metallic substance COAL: text: COAL description: A combustible black or brownish-black sedimentary rock OIL: text: OIL description: A liquid petroleum resource GAS: text: GAS description: A gaseous petroleum resource STONE: text: STONE description: A solid aggregate of minerals SAND: text: SAND description: A granular material composed of finely divided rock and mineral particles GRAVEL: text: GRAVEL description: A loose aggregation of rock fragments","title":"LinkML Source"},{"location":"ExtractiveIndustryWaste/","text":"Class: ExtractiveIndustryWaste Waste material generated from extractive industry operations URI: linkml_common:ExtractiveIndustryWaste classDiagram class ExtractiveIndustryWaste Concept <|-- ExtractiveIndustryWaste ExtractiveIndustryWaste : classification ExtractiveIndustryWaste --> Concept : classification ExtractiveIndustryWaste : description ExtractiveIndustryWaste : id ExtractiveIndustryWaste : name ExtractiveIndustryWaste : ontology_types ExtractiveIndustryWaste --> Concept : ontology_types ExtractiveIndustryWaste : type Inheritance Entity NamedThing Concept ExtractiveIndustryWaste Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:ExtractiveIndustryWaste native linkml_common:ExtractiveIndustryWaste LinkML Source Direct name: ExtractiveIndustryWaste description: Waste material generated from extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: ExtractiveIndustryWaste description: Waste material generated from extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryWaste domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryWaste domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryWaste domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryWaste domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryWaste domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryWaste domain_of: - NamedThing - TimePoint range: string","title":"Class: ExtractiveIndustryWaste"},{"location":"ExtractiveIndustryWaste/#class-extractiveindustrywaste","text":"Waste material generated from extractive industry operations URI: linkml_common:ExtractiveIndustryWaste classDiagram class ExtractiveIndustryWaste Concept <|-- ExtractiveIndustryWaste ExtractiveIndustryWaste : classification ExtractiveIndustryWaste --> Concept : classification ExtractiveIndustryWaste : description ExtractiveIndustryWaste : id ExtractiveIndustryWaste : name ExtractiveIndustryWaste : ontology_types ExtractiveIndustryWaste --> Concept : ontology_types ExtractiveIndustryWaste : type","title":"Class: ExtractiveIndustryWaste"},{"location":"ExtractiveIndustryWaste/#inheritance","text":"Entity NamedThing Concept ExtractiveIndustryWaste","title":"Inheritance"},{"location":"ExtractiveIndustryWaste/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"ExtractiveIndustryWaste/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ExtractiveIndustryWaste/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ExtractiveIndustryWaste/#mappings","text":"Mapping Type Mapped Value self linkml_common:ExtractiveIndustryWaste native linkml_common:ExtractiveIndustryWaste","title":"Mappings"},{"location":"ExtractiveIndustryWaste/#linkml-source","text":"","title":"LinkML Source"},{"location":"ExtractiveIndustryWaste/#direct","text":"name: ExtractiveIndustryWaste description: Waste material generated from extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"ExtractiveIndustryWaste/#induced","text":"name: ExtractiveIndustryWaste description: Waste material generated from extractive industry operations from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: ExtractiveIndustryWaste domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: ExtractiveIndustryWaste domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: ExtractiveIndustryWaste domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: ExtractiveIndustryWaste domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: ExtractiveIndustryWaste domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: ExtractiveIndustryWaste domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Facility/","text":"Class: Facility URI: linkml_common:Facility classDiagram class Facility BuiltEnvironmentFeature <|-- Facility Facility <|-- Building Facility <|-- ExtractiveIndustryFacility Facility : classification Facility --> Concept : classification Facility : description Facility : id Facility : located_at_place Facility --> Place : located_at_place Facility : name Facility : ontology_types Facility --> Concept : ontology_types Facility : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building ExtractiveIndustryFacility Slots Name Cardinality and Range Description Inheritance located_at_place 0..1 Place The place where the entity is located direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Facility native linkml_common:Facility LinkML Source Direct name: Facility from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature slots: - located_at_place Induced name: Facility from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature attributes: located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: Facility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Facility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Facility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Facility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Facility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Facility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Facility domain_of: - NamedThing - TimePoint range: string","title":"Class: Facility"},{"location":"Facility/#class-facility","text":"URI: linkml_common:Facility classDiagram class Facility BuiltEnvironmentFeature <|-- Facility Facility <|-- Building Facility <|-- ExtractiveIndustryFacility Facility : classification Facility --> Concept : classification Facility : description Facility : id Facility : located_at_place Facility --> Place : located_at_place Facility : name Facility : ontology_types Facility --> Concept : ontology_types Facility : type","title":"Class: Facility"},{"location":"Facility/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building ExtractiveIndustryFacility","title":"Inheritance"},{"location":"Facility/#slots","text":"Name Cardinality and Range Description Inheritance located_at_place 0..1 Place The place where the entity is located direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Facility/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Facility/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Facility/#mappings","text":"Mapping Type Mapped Value self linkml_common:Facility native linkml_common:Facility","title":"Mappings"},{"location":"Facility/#linkml-source","text":"","title":"LinkML Source"},{"location":"Facility/#direct","text":"name: Facility from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature slots: - located_at_place","title":"Direct"},{"location":"Facility/#induced","text":"name: Facility from_schema: https://w3id.org/linkml/linkml-common is_a: BuiltEnvironmentFeature attributes: located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: Facility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Facility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Facility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Facility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Facility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Facility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Facility domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FinancialAccount/","text":"Class: FinancialAccount A bank account URI: linkml_common:FinancialAccount classDiagram class FinancialAccount FinancialProduct <|-- FinancialAccount FinancialAccount : account_holder FinancialAccount --> Person : account_holder FinancialAccount : account_number FinancialAccount : bank FinancialAccount --> Organization : bank FinancialAccount : type Inheritance Entity Intangible Service FinancialProduct FinancialAccount Slots Name Cardinality and Range Description Inheritance account_number 0..1 String The account number direct bank 0..1 Organization The bank that holds the account direct account_holder 0..1 Person The person or organization that holds the account direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FinancialAccount native linkml_common:FinancialAccount exact fibo:ProductsAndServices/ClientsAndAccounts/Account, schema:BankAccount LinkML Source Direct name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: Person Induced name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialAccount domain_of: - Entity - NamedThing range: string","title":"Class: FinancialAccount"},{"location":"FinancialAccount/#class-financialaccount","text":"A bank account URI: linkml_common:FinancialAccount classDiagram class FinancialAccount FinancialProduct <|-- FinancialAccount FinancialAccount : account_holder FinancialAccount --> Person : account_holder FinancialAccount : account_number FinancialAccount : bank FinancialAccount --> Organization : bank FinancialAccount : type","title":"Class: FinancialAccount"},{"location":"FinancialAccount/#inheritance","text":"Entity Intangible Service FinancialProduct FinancialAccount","title":"Inheritance"},{"location":"FinancialAccount/#slots","text":"Name Cardinality and Range Description Inheritance account_number 0..1 String The account number direct bank 0..1 Organization The bank that holds the account direct account_holder 0..1 Person The person or organization that holds the account direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FinancialAccount/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FinancialAccount/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FinancialAccount/#mappings","text":"Mapping Type Mapped Value self linkml_common:FinancialAccount native linkml_common:FinancialAccount exact fibo:ProductsAndServices/ClientsAndAccounts/Account, schema:BankAccount","title":"Mappings"},{"location":"FinancialAccount/#linkml-source","text":"","title":"LinkML Source"},{"location":"FinancialAccount/#direct","text":"name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 domain_of: - FinancialAccount range: Person","title":"Direct"},{"location":"FinancialAccount/#induced","text":"name: FinancialAccount description: A bank account from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ProductsAndServices/ClientsAndAccounts/Account - schema:BankAccount is_a: FinancialProduct attributes: account_number: name: account_number description: The account number from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string bank: name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization account_holder: name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml-common/financial rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialAccount domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"FinancialProduct/","text":"Class: FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. URI: linkml_common:FinancialProduct classDiagram class FinancialProduct Service <|-- FinancialProduct FinancialProduct <|-- FinancialAccount FinancialProduct : type Inheritance Entity Intangible Service FinancialProduct FinancialAccount Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FinancialProduct native linkml_common:FinancialProduct LinkML Source Direct name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service Induced name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialProduct domain_of: - Entity - NamedThing range: string","title":"Class: FinancialProduct"},{"location":"FinancialProduct/#class-financialproduct","text":"A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. URI: linkml_common:FinancialProduct classDiagram class FinancialProduct Service <|-- FinancialProduct FinancialProduct <|-- FinancialAccount FinancialProduct : type","title":"Class: FinancialProduct"},{"location":"FinancialProduct/#inheritance","text":"Entity Intangible Service FinancialProduct FinancialAccount","title":"Inheritance"},{"location":"FinancialProduct/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FinancialProduct/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FinancialProduct/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FinancialProduct/#mappings","text":"Mapping Type Mapped Value self linkml_common:FinancialProduct native linkml_common:FinancialProduct","title":"Mappings"},{"location":"FinancialProduct/#linkml-source","text":"","title":"LinkML Source"},{"location":"FinancialProduct/#direct","text":"name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service","title":"Direct"},{"location":"FinancialProduct/#induced","text":"name: FinancialProduct description: A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest. from_schema: https://w3id.org/linkml/linkml-common is_a: Service attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FinancialProduct domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Float/","text":"Type: Float A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Float"},{"location":"Float/#type-float","text":"A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float","title":"Type: Float"},{"location":"Float/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Float/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodIngredient/","text":"Class: FoodIngredient URI: linkml_common:FoodIngredient classDiagram class FoodIngredient Quantity <|-- FoodIngredient FoodIngredient : has_quantity_kind FoodIngredient --> QuantityKind : has_quantity_kind FoodIngredient : type Inheritance Entity Intangible Quantity FoodIngredient Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used FoodRecipe ingredients range FoodIngredient Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodIngredient native linkml_common:FoodIngredient LinkML Source Direct name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity Induced name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: FoodIngredient domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodIngredient domain_of: - Entity - NamedThing range: string","title":"Class: FoodIngredient"},{"location":"FoodIngredient/#class-foodingredient","text":"URI: linkml_common:FoodIngredient classDiagram class FoodIngredient Quantity <|-- FoodIngredient FoodIngredient : has_quantity_kind FoodIngredient --> QuantityKind : has_quantity_kind FoodIngredient : type","title":"Class: FoodIngredient"},{"location":"FoodIngredient/#inheritance","text":"Entity Intangible Quantity FoodIngredient","title":"Inheritance"},{"location":"FoodIngredient/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"FoodIngredient/#usages","text":"used by used in type used FoodRecipe ingredients range FoodIngredient","title":"Usages"},{"location":"FoodIngredient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodIngredient/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodIngredient/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodIngredient native linkml_common:FoodIngredient","title":"Mappings"},{"location":"FoodIngredient/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodIngredient/#direct","text":"name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity","title":"Direct"},{"location":"FoodIngredient/#induced","text":"name: FoodIngredient from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: FoodIngredient domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodIngredient domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"FoodProcessing/","text":"Class: FoodProcessing URI: linkml_common:FoodProcessing classDiagram class FoodProcessing MaterialProcessing <|-- FoodProcessing FoodProcessing : classification FoodProcessing --> Concept : classification FoodProcessing : description FoodProcessing : ends_at FoodProcessing --> TimePoint : ends_at FoodProcessing : follows_procedure FoodProcessing --> Procedure : follows_procedure FoodProcessing : happens_at FoodProcessing --> TimePoint : happens_at FoodProcessing : has_duration FoodProcessing --> Duration : has_duration FoodProcessing : has_interval FoodProcessing --> TemporalInterval : has_interval FoodProcessing : id FoodProcessing : name FoodProcessing : ontology_types FoodProcessing --> Concept : ontology_types FoodProcessing : starts_at FoodProcessing --> TimePoint : starts_at FoodProcessing : type FoodProcessing : uses_physical_device FoodProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing FoodProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used FoodRecipe steps range FoodProcessing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodProcessing native linkml_common:FoodProcessing LinkML Source Direct name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: FoodProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: FoodProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: FoodProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: FoodProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: FoodProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodProcessing domain_of: - NamedThing - TimePoint range: string","title":"Class: FoodProcessing"},{"location":"FoodProcessing/#class-foodprocessing","text":"URI: linkml_common:FoodProcessing classDiagram class FoodProcessing MaterialProcessing <|-- FoodProcessing FoodProcessing : classification FoodProcessing --> Concept : classification FoodProcessing : description FoodProcessing : ends_at FoodProcessing --> TimePoint : ends_at FoodProcessing : follows_procedure FoodProcessing --> Procedure : follows_procedure FoodProcessing : happens_at FoodProcessing --> TimePoint : happens_at FoodProcessing : has_duration FoodProcessing --> Duration : has_duration FoodProcessing : has_interval FoodProcessing --> TemporalInterval : has_interval FoodProcessing : id FoodProcessing : name FoodProcessing : ontology_types FoodProcessing --> Concept : ontology_types FoodProcessing : starts_at FoodProcessing --> TimePoint : starts_at FoodProcessing : type FoodProcessing : uses_physical_device FoodProcessing --> PhysicalDevice : uses_physical_device","title":"Class: FoodProcessing"},{"location":"FoodProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing FoodProcessing","title":"Inheritance"},{"location":"FoodProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodProcessing/#usages","text":"used by used in type used FoodRecipe steps range FoodProcessing","title":"Usages"},{"location":"FoodProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodProcessing native linkml_common:FoodProcessing","title":"Mappings"},{"location":"FoodProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodProcessing/#direct","text":"name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"FoodProcessing/#induced","text":"name: FoodProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: FoodProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: FoodProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: FoodProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: FoodProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: FoodProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: FoodProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodProcessing domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FoodRecipe/","text":"Class: FoodRecipe URI: linkml_common:FoodRecipe classDiagram class FoodRecipe Procedure <|-- FoodRecipe FoodRecipe : classification FoodRecipe --> Concept : classification FoodRecipe : description FoodRecipe : id FoodRecipe : ingredients FoodRecipe --> FoodIngredient : ingredients FoodRecipe : name FoodRecipe : ontology_types FoodRecipe --> Concept : ontology_types FoodRecipe : steps FoodRecipe --> FoodProcessing : steps FoodRecipe : type Inheritance Entity NamedThing Specification Procedure FoodRecipe Slots Name Cardinality and Range Description Inheritance ingredients 0..* FoodIngredient direct steps 0..* FoodProcessing direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodRecipe native linkml_common:FoodRecipe LinkML Source Direct name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true domain_of: - FoodRecipe range: FoodProcessing Induced name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodRecipe domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodRecipe domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodRecipe domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodRecipe domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodRecipe domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodRecipe domain_of: - NamedThing - TimePoint range: string","title":"Class: FoodRecipe"},{"location":"FoodRecipe/#class-foodrecipe","text":"URI: linkml_common:FoodRecipe classDiagram class FoodRecipe Procedure <|-- FoodRecipe FoodRecipe : classification FoodRecipe --> Concept : classification FoodRecipe : description FoodRecipe : id FoodRecipe : ingredients FoodRecipe --> FoodIngredient : ingredients FoodRecipe : name FoodRecipe : ontology_types FoodRecipe --> Concept : ontology_types FoodRecipe : steps FoodRecipe --> FoodProcessing : steps FoodRecipe : type","title":"Class: FoodRecipe"},{"location":"FoodRecipe/#inheritance","text":"Entity NamedThing Specification Procedure FoodRecipe","title":"Inheritance"},{"location":"FoodRecipe/#slots","text":"Name Cardinality and Range Description Inheritance ingredients 0..* FoodIngredient direct steps 0..* FoodProcessing direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodRecipe/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodRecipe/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodRecipe/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodRecipe native linkml_common:FoodRecipe","title":"Mappings"},{"location":"FoodRecipe/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodRecipe/#direct","text":"name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true domain_of: - FoodRecipe range: FoodProcessing","title":"Direct"},{"location":"FoodRecipe/#induced","text":"name: FoodRecipe from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure attributes: ingredients: name: ingredients from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient steps: name: steps from_schema: https://w3id.org/linkml-common/foods rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodRecipe domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodRecipe domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodRecipe domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodRecipe domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodRecipe domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodRecipe domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FoodTypeConcept/","text":"Class: FoodTypeConcept URI: linkml_common:FoodTypeConcept classDiagram class FoodTypeConcept Concept <|-- FoodTypeConcept FoodTypeConcept <|-- BasicFoodType FoodTypeConcept <|-- CompositeFoodType FoodTypeConcept : classification FoodTypeConcept --> Concept : classification FoodTypeConcept : description FoodTypeConcept : id FoodTypeConcept : name FoodTypeConcept : ontology_types FoodTypeConcept --> Concept : ontology_types FoodTypeConcept : type Inheritance Entity NamedThing Concept FoodTypeConcept BasicFoodType CompositeFoodType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FoodTypeConcept native linkml_common:FoodTypeConcept LinkML Source Direct name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodTypeConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodTypeConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodTypeConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodTypeConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodTypeConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodTypeConcept domain_of: - NamedThing - TimePoint range: string","title":"Class: FoodTypeConcept"},{"location":"FoodTypeConcept/#class-foodtypeconcept","text":"URI: linkml_common:FoodTypeConcept classDiagram class FoodTypeConcept Concept <|-- FoodTypeConcept FoodTypeConcept <|-- BasicFoodType FoodTypeConcept <|-- CompositeFoodType FoodTypeConcept : classification FoodTypeConcept --> Concept : classification FoodTypeConcept : description FoodTypeConcept : id FoodTypeConcept : name FoodTypeConcept : ontology_types FoodTypeConcept --> Concept : ontology_types FoodTypeConcept : type","title":"Class: FoodTypeConcept"},{"location":"FoodTypeConcept/#inheritance","text":"Entity NamedThing Concept FoodTypeConcept BasicFoodType CompositeFoodType","title":"Inheritance"},{"location":"FoodTypeConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FoodTypeConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FoodTypeConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FoodTypeConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:FoodTypeConcept native linkml_common:FoodTypeConcept","title":"Mappings"},{"location":"FoodTypeConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"FoodTypeConcept/#direct","text":"name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"FoodTypeConcept/#induced","text":"name: FoodTypeConcept from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FoodTypeConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FoodTypeConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FoodTypeConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FoodTypeConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FoodTypeConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FoodTypeConcept domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FossilFuel/","text":"Class: FossilFuel A type of fossil fuel URI: linkml_common:FossilFuel classDiagram class FossilFuel Concept <|-- FossilFuel FossilFuel : classification FossilFuel --> Concept : classification FossilFuel : description FossilFuel : id FossilFuel : name FossilFuel : ontology_types FossilFuel --> Concept : ontology_types FossilFuel : type Inheritance Entity NamedThing Concept FossilFuel Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used FossilFuelPlant fuel range FossilFuel Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FossilFuel native linkml_common:FossilFuel LinkML Source Direct name: FossilFuel description: A type of fossil fuel from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: FossilFuel description: A type of fossil fuel from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FossilFuel domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FossilFuel domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FossilFuel domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FossilFuel domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FossilFuel domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FossilFuel domain_of: - NamedThing - TimePoint range: string","title":"Class: FossilFuel"},{"location":"FossilFuel/#class-fossilfuel","text":"A type of fossil fuel URI: linkml_common:FossilFuel classDiagram class FossilFuel Concept <|-- FossilFuel FossilFuel : classification FossilFuel --> Concept : classification FossilFuel : description FossilFuel : id FossilFuel : name FossilFuel : ontology_types FossilFuel --> Concept : ontology_types FossilFuel : type","title":"Class: FossilFuel"},{"location":"FossilFuel/#inheritance","text":"Entity NamedThing Concept FossilFuel","title":"Inheritance"},{"location":"FossilFuel/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FossilFuel/#usages","text":"used by used in type used FossilFuelPlant fuel range FossilFuel","title":"Usages"},{"location":"FossilFuel/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FossilFuel/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FossilFuel/#mappings","text":"Mapping Type Mapped Value self linkml_common:FossilFuel native linkml_common:FossilFuel","title":"Mappings"},{"location":"FossilFuel/#linkml-source","text":"","title":"LinkML Source"},{"location":"FossilFuel/#direct","text":"name: FossilFuel description: A type of fossil fuel from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"FossilFuel/#induced","text":"name: FossilFuel description: A type of fossil fuel from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FossilFuel domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FossilFuel domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FossilFuel domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FossilFuel domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FossilFuel domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FossilFuel domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FossilFuelPlant/","text":"Class: FossilFuelPlant A power plant that uses fossil fuels URI: linkml_common:FossilFuelPlant classDiagram class FossilFuelPlant PowerPlant <|-- FossilFuelPlant FossilFuelPlant : capacity FossilFuelPlant --> SimpleQuantity : capacity FossilFuelPlant : capex FossilFuelPlant --> MoneyQuantity : capex FossilFuelPlant : classification FossilFuelPlant --> Concept : classification FossilFuelPlant : commissioning_date FossilFuelPlant : decommissioning_date FossilFuelPlant : description FossilFuelPlant : fuel FossilFuelPlant --> FossilFuel : fuel FossilFuelPlant : id FossilFuelPlant : located_at_place FossilFuelPlant --> Place : located_at_place FossilFuelPlant : location FossilFuelPlant --> Place : location FossilFuelPlant : name FossilFuelPlant : ontology_types FossilFuelPlant --> Concept : ontology_types FossilFuelPlant : operator FossilFuelPlant --> Organization : operator FossilFuelPlant : opex FossilFuelPlant --> MoneyQuantity : opex FossilFuelPlant : plant_type FossilFuelPlant --> PowerPlantType : plant_type FossilFuelPlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant FossilFuelPlant Slots Name Cardinality and Range Description Inheritance fuel 0..1 FossilFuel direct plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:FossilFuelPlant native linkml_common:FossilFuelPlant LinkML Source Direct name: FossilFuelPlant description: A power plant that uses fossil fuels from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: fuel: name: fuel from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - FossilFuelPlant range: FossilFuel Induced name: FossilFuelPlant description: A power plant that uses fossil fuels from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: fuel: name: fuel from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: fuel owner: FossilFuelPlant domain_of: - FossilFuelPlant range: FossilFuel plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: FossilFuelPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: FossilFuelPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: FossilFuelPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: FossilFuelPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: FossilFuelPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: FossilFuelPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: FossilFuelPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: FossilFuelPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: FossilFuelPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FossilFuelPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FossilFuelPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FossilFuelPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FossilFuelPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FossilFuelPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FossilFuelPlant domain_of: - NamedThing - TimePoint range: string","title":"Class: FossilFuelPlant"},{"location":"FossilFuelPlant/#class-fossilfuelplant","text":"A power plant that uses fossil fuels URI: linkml_common:FossilFuelPlant classDiagram class FossilFuelPlant PowerPlant <|-- FossilFuelPlant FossilFuelPlant : capacity FossilFuelPlant --> SimpleQuantity : capacity FossilFuelPlant : capex FossilFuelPlant --> MoneyQuantity : capex FossilFuelPlant : classification FossilFuelPlant --> Concept : classification FossilFuelPlant : commissioning_date FossilFuelPlant : decommissioning_date FossilFuelPlant : description FossilFuelPlant : fuel FossilFuelPlant --> FossilFuel : fuel FossilFuelPlant : id FossilFuelPlant : located_at_place FossilFuelPlant --> Place : located_at_place FossilFuelPlant : location FossilFuelPlant --> Place : location FossilFuelPlant : name FossilFuelPlant : ontology_types FossilFuelPlant --> Concept : ontology_types FossilFuelPlant : operator FossilFuelPlant --> Organization : operator FossilFuelPlant : opex FossilFuelPlant --> MoneyQuantity : opex FossilFuelPlant : plant_type FossilFuelPlant --> PowerPlantType : plant_type FossilFuelPlant : type","title":"Class: FossilFuelPlant"},{"location":"FossilFuelPlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant FossilFuelPlant","title":"Inheritance"},{"location":"FossilFuelPlant/#slots","text":"Name Cardinality and Range Description Inheritance fuel 0..1 FossilFuel direct plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"FossilFuelPlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FossilFuelPlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FossilFuelPlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:FossilFuelPlant native linkml_common:FossilFuelPlant","title":"Mappings"},{"location":"FossilFuelPlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"FossilFuelPlant/#direct","text":"name: FossilFuelPlant description: A power plant that uses fossil fuels from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: fuel: name: fuel from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - FossilFuelPlant range: FossilFuel","title":"Direct"},{"location":"FossilFuelPlant/#induced","text":"name: FossilFuelPlant description: A power plant that uses fossil fuels from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: fuel: name: fuel from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: fuel owner: FossilFuelPlant domain_of: - FossilFuelPlant range: FossilFuel plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: FossilFuelPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: FossilFuelPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: FossilFuelPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: FossilFuelPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: FossilFuelPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: FossilFuelPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: FossilFuelPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: FossilFuelPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: FossilFuelPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: FossilFuelPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: FossilFuelPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: FossilFuelPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: FossilFuelPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: FossilFuelPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: FossilFuelPlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"FossilFuelType/","text":"Enum: FossilFuelType URI: FossilFuelType Permissible Values Value Meaning Description COAL None Coal NATURAL_GAS None Natural gas PETROLEUM None Petroleum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: FossilFuelType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: COAL: text: COAL description: Coal NATURAL_GAS: text: NATURAL_GAS description: Natural gas PETROLEUM: text: PETROLEUM description: Petroleum","title":"Enum: FossilFuelType"},{"location":"FossilFuelType/#enum-fossilfueltype","text":"URI: FossilFuelType","title":"Enum: FossilFuelType"},{"location":"FossilFuelType/#permissible-values","text":"Value Meaning Description COAL None Coal NATURAL_GAS None Natural gas PETROLEUM None Petroleum","title":"Permissible Values"},{"location":"FossilFuelType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"FossilFuelType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"FossilFuelType/#linkml-source","text":"name: FossilFuelType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: COAL: text: COAL description: Coal NATURAL_GAS: text: NATURAL_GAS description: Natural gas PETROLEUM: text: PETROLEUM description: Petroleum","title":"LinkML Source"},{"location":"GeoBoxLocation/","text":"Class: GeoBoxLocation URI: linkml_common:GeoBoxLocation classDiagram class GeoBoxLocation Location <|-- GeoBoxLocation GeoBoxLocation : east_bounding_coordinate GeoBoxLocation : north_bounding_coordinate GeoBoxLocation : south_bounding_coordinate GeoBoxLocation : west_bounding_coordinate Inheritance Location GeoBoxLocation Slots Name Cardinality and Range Description Inheritance west_bounding_coordinate 0..1 Decimal The westernmost coordinate of the location direct east_bounding_coordinate 0..1 Decimal The easternmost coordinate of the location direct north_bounding_coordinate 0..1 Decimal The northernmost coordinate of the location direct south_bounding_coordinate 0..1 Decimal The southernmost coordinate of the location direct Usages used by used in type used HealthcareSite bounding_coordinates range GeoBoxLocation Place bounding_coordinates range GeoBoxLocation Landform bounding_coordinates range GeoBoxLocation EnvironmentalSite bounding_coordinates range GeoBoxLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:GeoBoxLocation native linkml_common:GeoBoxLocation LinkML Source Direct name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal Induced name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Class: GeoBoxLocation"},{"location":"GeoBoxLocation/#class-geoboxlocation","text":"URI: linkml_common:GeoBoxLocation classDiagram class GeoBoxLocation Location <|-- GeoBoxLocation GeoBoxLocation : east_bounding_coordinate GeoBoxLocation : north_bounding_coordinate GeoBoxLocation : south_bounding_coordinate GeoBoxLocation : west_bounding_coordinate","title":"Class: GeoBoxLocation"},{"location":"GeoBoxLocation/#inheritance","text":"Location GeoBoxLocation","title":"Inheritance"},{"location":"GeoBoxLocation/#slots","text":"Name Cardinality and Range Description Inheritance west_bounding_coordinate 0..1 Decimal The westernmost coordinate of the location direct east_bounding_coordinate 0..1 Decimal The easternmost coordinate of the location direct north_bounding_coordinate 0..1 Decimal The northernmost coordinate of the location direct south_bounding_coordinate 0..1 Decimal The southernmost coordinate of the location direct","title":"Slots"},{"location":"GeoBoxLocation/#usages","text":"used by used in type used HealthcareSite bounding_coordinates range GeoBoxLocation Place bounding_coordinates range GeoBoxLocation Landform bounding_coordinates range GeoBoxLocation EnvironmentalSite bounding_coordinates range GeoBoxLocation","title":"Usages"},{"location":"GeoBoxLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"GeoBoxLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"GeoBoxLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:GeoBoxLocation native linkml_common:GeoBoxLocation","title":"Mappings"},{"location":"GeoBoxLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"GeoBoxLocation/#direct","text":"name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoBoxLocation range: decimal","title":"Direct"},{"location":"GeoBoxLocation/#induced","text":"name: GeoBoxLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location attributes: west_bounding_coordinate: name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal east_bounding_coordinate: name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal north_bounding_coordinate: name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal south_bounding_coordinate: name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Induced"},{"location":"GeoPointLocation/","text":"Class: GeoPointLocation URI: linkml_common:GeoPointLocation classDiagram class GeoPointLocation PointLocation <|-- GeoPointLocation GeoPointLocation : altitude GeoPointLocation : latitude GeoPointLocation : longitude Inheritance Location PointLocation GeoPointLocation Slots Name Cardinality and Range Description Inheritance latitude 0..1 Decimal The latitude of the location direct longitude 0..1 Decimal The longitude of the location direct altitude 0..1 Decimal The altitude of the location direct Usages used by used in type used HealthcareSite geolocation range GeoPointLocation Place geolocation range GeoPointLocation Landform geolocation range GeoPointLocation EnvironmentalSite geolocation range GeoPointLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:GeoPointLocation native linkml_common:GeoPointLocation LinkML Source Direct name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal unit: ucum_code: m Induced name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Class: GeoPointLocation"},{"location":"GeoPointLocation/#class-geopointlocation","text":"URI: linkml_common:GeoPointLocation classDiagram class GeoPointLocation PointLocation <|-- GeoPointLocation GeoPointLocation : altitude GeoPointLocation : latitude GeoPointLocation : longitude","title":"Class: GeoPointLocation"},{"location":"GeoPointLocation/#inheritance","text":"Location PointLocation GeoPointLocation","title":"Inheritance"},{"location":"GeoPointLocation/#slots","text":"Name Cardinality and Range Description Inheritance latitude 0..1 Decimal The latitude of the location direct longitude 0..1 Decimal The longitude of the location direct altitude 0..1 Decimal The altitude of the location direct","title":"Slots"},{"location":"GeoPointLocation/#usages","text":"used by used in type used HealthcareSite geolocation range GeoPointLocation Place geolocation range GeoPointLocation Landform geolocation range GeoPointLocation EnvironmentalSite geolocation range GeoPointLocation","title":"Usages"},{"location":"GeoPointLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"GeoPointLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"GeoPointLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:GeoPointLocation native linkml_common:GeoPointLocation","title":"Mappings"},{"location":"GeoPointLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"GeoPointLocation/#direct","text":"name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Direct"},{"location":"GeoPointLocation/#induced","text":"name: GeoPointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: PointLocation attributes: latitude: name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal longitude: name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal altitude: name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Induced"},{"location":"HealthcareConditionOccurrence/","text":"Class: HealthcareConditionOccurrence URI: linkml_common:HealthcareConditionOccurrence classDiagram class HealthcareConditionOccurrence Event <|-- HealthcareConditionOccurrence HealthcareConditionOccurrence : classification HealthcareConditionOccurrence --> Concept : classification HealthcareConditionOccurrence : description HealthcareConditionOccurrence : ends_at HealthcareConditionOccurrence --> TimePoint : ends_at HealthcareConditionOccurrence : happens_at HealthcareConditionOccurrence --> TimePoint : happens_at HealthcareConditionOccurrence : has_duration HealthcareConditionOccurrence --> Duration : has_duration HealthcareConditionOccurrence : has_interval HealthcareConditionOccurrence --> TemporalInterval : has_interval HealthcareConditionOccurrence : id HealthcareConditionOccurrence : name HealthcareConditionOccurrence : observed_during HealthcareConditionOccurrence --> HealthcareEncounter : observed_during HealthcareConditionOccurrence : ontology_types HealthcareConditionOccurrence --> Concept : ontology_types HealthcareConditionOccurrence : patient HealthcareConditionOccurrence --> Patient : patient HealthcareConditionOccurrence : starts_at HealthcareConditionOccurrence --> TimePoint : starts_at HealthcareConditionOccurrence : type Inheritance Entity NamedThing Event HealthcareConditionOccurrence Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct observed_during 0..1 HealthcareEncounter direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareConditionOccurrence native linkml_common:HealthcareConditionOccurrence exact omopschema:CONDITION_OCCURRENCE LinkML Source Direct name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter Induced name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare alias: patient owner: HealthcareConditionOccurrence domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareConditionOccurrence domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareConditionOccurrence domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareConditionOccurrence domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareConditionOccurrence domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareConditionOccurrence domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareConditionOccurrence domain_of: - NamedThing - TimePoint range: string","title":"Class: HealthcareConditionOccurrence"},{"location":"HealthcareConditionOccurrence/#class-healthcareconditionoccurrence","text":"URI: linkml_common:HealthcareConditionOccurrence classDiagram class HealthcareConditionOccurrence Event <|-- HealthcareConditionOccurrence HealthcareConditionOccurrence : classification HealthcareConditionOccurrence --> Concept : classification HealthcareConditionOccurrence : description HealthcareConditionOccurrence : ends_at HealthcareConditionOccurrence --> TimePoint : ends_at HealthcareConditionOccurrence : happens_at HealthcareConditionOccurrence --> TimePoint : happens_at HealthcareConditionOccurrence : has_duration HealthcareConditionOccurrence --> Duration : has_duration HealthcareConditionOccurrence : has_interval HealthcareConditionOccurrence --> TemporalInterval : has_interval HealthcareConditionOccurrence : id HealthcareConditionOccurrence : name HealthcareConditionOccurrence : observed_during HealthcareConditionOccurrence --> HealthcareEncounter : observed_during HealthcareConditionOccurrence : ontology_types HealthcareConditionOccurrence --> Concept : ontology_types HealthcareConditionOccurrence : patient HealthcareConditionOccurrence --> Patient : patient HealthcareConditionOccurrence : starts_at HealthcareConditionOccurrence --> TimePoint : starts_at HealthcareConditionOccurrence : type","title":"Class: HealthcareConditionOccurrence"},{"location":"HealthcareConditionOccurrence/#inheritance","text":"Entity NamedThing Event HealthcareConditionOccurrence","title":"Inheritance"},{"location":"HealthcareConditionOccurrence/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct observed_during 0..1 HealthcareEncounter direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareConditionOccurrence/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareConditionOccurrence/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareConditionOccurrence/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareConditionOccurrence native linkml_common:HealthcareConditionOccurrence exact omopschema:CONDITION_OCCURRENCE","title":"Mappings"},{"location":"HealthcareConditionOccurrence/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareConditionOccurrence/#direct","text":"name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter","title":"Direct"},{"location":"HealthcareConditionOccurrence/#induced","text":"name: HealthcareConditionOccurrence from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CONDITION_OCCURRENCE is_a: Event attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare alias: patient owner: HealthcareConditionOccurrence domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient observed_during: name: observed_during from_schema: https://w3id.org/linkml-common/healthcare exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareConditionOccurrence domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareConditionOccurrence domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareConditionOccurrence domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareConditionOccurrence domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareConditionOccurrence domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareConditionOccurrence domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareConditionOccurrence domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareConditionOccurrence domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareConditionOccurrence domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"HealthcareEncounter/","text":"Class: HealthcareEncounter An interaction between a patient and one or more healthcare providers URI: linkml_common:HealthcareEncounter classDiagram class HealthcareEncounter Event <|-- HealthcareEncounter HealthcareEncounter : classification HealthcareEncounter --> HealthcareEncounterClassification : classification HealthcareEncounter : description HealthcareEncounter : ends_at HealthcareEncounter --> TimePoint : ends_at HealthcareEncounter : happens_at HealthcareEncounter --> TimePoint : happens_at HealthcareEncounter : has_duration HealthcareEncounter --> Duration : has_duration HealthcareEncounter : has_interval HealthcareEncounter --> TemporalInterval : has_interval HealthcareEncounter : id HealthcareEncounter : name HealthcareEncounter : ontology_types HealthcareEncounter --> Concept : ontology_types HealthcareEncounter : patient HealthcareEncounter --> Patient : patient HealthcareEncounter : provider HealthcareEncounter --> HealthcareProvider : provider HealthcareEncounter : starts_at HealthcareEncounter --> TimePoint : starts_at HealthcareEncounter : type Inheritance Entity NamedThing Event HealthcareEncounter Slots Name Cardinality and Range Description Inheritance patient 0..1 Patient direct provider 0..1 HealthcareProvider direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 HealthcareEncounterClassification A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareConditionOccurrence observed_during range HealthcareEncounter Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareEncounter native linkml_common:HealthcareEncounter exact omopschema:VISIT_OCCURRENCE LinkML Source Direct name: HealthcareEncounter description: An interaction between a patient and one or more healthcare providers from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: classification: name: classification domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareEncounter range: HealthcareProvider Induced name: HealthcareEncounter description: An interaction between a patient and one or more healthcare providers from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: classification: name: classification domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: patient owner: HealthcareEncounter domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareEncounter domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareEncounter domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareEncounter domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareEncounter domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareEncounter domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareEncounter domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareEncounter domain_of: - NamedThing range: HealthcareEncounterClassification ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareEncounter domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareEncounter domain_of: - NamedThing - TimePoint range: string","title":"Class: HealthcareEncounter"},{"location":"HealthcareEncounter/#class-healthcareencounter","text":"An interaction between a patient and one or more healthcare providers URI: linkml_common:HealthcareEncounter classDiagram class HealthcareEncounter Event <|-- HealthcareEncounter HealthcareEncounter : classification HealthcareEncounter --> HealthcareEncounterClassification : classification HealthcareEncounter : description HealthcareEncounter : ends_at HealthcareEncounter --> TimePoint : ends_at HealthcareEncounter : happens_at HealthcareEncounter --> TimePoint : happens_at HealthcareEncounter : has_duration HealthcareEncounter --> Duration : has_duration HealthcareEncounter : has_interval HealthcareEncounter --> TemporalInterval : has_interval HealthcareEncounter : id HealthcareEncounter : name HealthcareEncounter : ontology_types HealthcareEncounter --> Concept : ontology_types HealthcareEncounter : patient HealthcareEncounter --> Patient : patient HealthcareEncounter : provider HealthcareEncounter --> HealthcareProvider : provider HealthcareEncounter : starts_at HealthcareEncounter --> TimePoint : starts_at HealthcareEncounter : type","title":"Class: HealthcareEncounter"},{"location":"HealthcareEncounter/#inheritance","text":"Entity NamedThing Event HealthcareEncounter","title":"Inheritance"},{"location":"HealthcareEncounter/#slots","text":"Name Cardinality and Range Description Inheritance patient 0..1 Patient direct provider 0..1 HealthcareProvider direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 HealthcareEncounterClassification A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareEncounter/#usages","text":"used by used in type used HealthcareConditionOccurrence observed_during range HealthcareEncounter","title":"Usages"},{"location":"HealthcareEncounter/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareEncounter/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareEncounter/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareEncounter native linkml_common:HealthcareEncounter exact omopschema:VISIT_OCCURRENCE","title":"Mappings"},{"location":"HealthcareEncounter/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareEncounter/#direct","text":"name: HealthcareEncounter description: An interaction between a patient and one or more healthcare providers from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: classification: name: classification domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareEncounter range: HealthcareProvider","title":"Direct"},{"location":"HealthcareEncounter/#induced","text":"name: HealthcareEncounter description: An interaction between a patient and one or more healthcare providers from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:VISIT_OCCURRENCE is_a: Event slot_usage: classification: name: classification domain_of: - NamedThing range: HealthcareEncounterClassification attributes: patient: name: patient from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: patient owner: HealthcareEncounter domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: Patient provider: name: provider from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: HealthcareEncounter domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: HealthcareEncounter domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: HealthcareEncounter domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: HealthcareEncounter domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareEncounter domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareEncounter domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareEncounter domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareEncounter domain_of: - NamedThing range: HealthcareEncounterClassification ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareEncounter domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareEncounter domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"HealthcareEncounterClassification/","text":"Enum: HealthcareEncounterClassification URI: HealthcareEncounterClassification Permissible Values Value Meaning Description Inpatient Visit None Person visiting hospital, at a Care Site, in bed, for duration of more than o... Emergency Room Visit None Person visiting dedicated healthcare institution for treating emergencies, at... Emergency Room and Inpatient Visit None Person visiting ER followed by a subsequent Inpatient Visit, where Emergency ... Non-hospital institution Visit None Person visiting dedicated institution for reasons of poor health, at a Care S... Outpatient Visit None Person visiting dedicated ambulatory healthcare institution, at a Care Site, ... Home Visit None Provider visiting Person, without a Care Site, within one day, delivering ser... Telehealth Visit None Patient engages with Provider through communication media Pharmacy Visit None Person visiting pharmacy for dispensing of Drug, at a Care Site, within one d... Laboratory Visit None Patient visiting dedicated institution, at a Care Site, within one day, for t... Ambulance Visit None Person using transportation service for the purpose of initiating one of the ... Case Management Visit None Person interacting with healthcare system, without a Care Site, within a day,... Slots Name Description classification Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: HealthcareEncounterClassification from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: Inpatient Visit: text: Inpatient Visit description: Person visiting hospital, at a Care Site, in bed, for duration of more than one day, with physicians and other Providers permanently available to deliver service around the clock Emergency Room Visit: text: Emergency Room Visit description: Person visiting dedicated healthcare institution for treating emergencies, at a Care Site, within one day, with physicians and Providers permanently available to deliver service around the clock Emergency Room and Inpatient Visit: text: Emergency Room and Inpatient Visit description: Person visiting ER followed by a subsequent Inpatient Visit, where Emergency department is part of hospital, and transition from the ER to other hospital departments is undefined Non-hospital institution Visit: text: Non-hospital institution Visit description: Person visiting dedicated institution for reasons of poor health, at a Care Site, long-term or permanently, with no physician but possibly other Providers permanently available to deliver service around the clock Outpatient Visit: text: Outpatient Visit description: Person visiting dedicated ambulatory healthcare institution, at a Care Site, within one day, without bed, with physicians or medical Providers delivering service during Visit Home Visit: text: Home Visit description: Provider visiting Person, without a Care Site, within one day, delivering service Telehealth Visit: text: Telehealth Visit description: Patient engages with Provider through communication media Pharmacy Visit: text: Pharmacy Visit description: Person visiting pharmacy for dispensing of Drug, at a Care Site, within one day Laboratory Visit: text: Laboratory Visit description: Patient visiting dedicated institution, at a Care Site, within one day, for the purpose of a Measurement. Ambulance Visit: text: Ambulance Visit description: Person using transportation service for the purpose of initiating one of the other Visits, without a Care Site, within one day, potentially with Providers accompanying the Visit and delivering service Case Management Visit: text: Case Management Visit description: Person interacting with healthcare system, without a Care Site, within a day, with no Providers involved, for administrative purposes","title":"Enum: HealthcareEncounterClassification"},{"location":"HealthcareEncounterClassification/#enum-healthcareencounterclassification","text":"URI: HealthcareEncounterClassification","title":"Enum: HealthcareEncounterClassification"},{"location":"HealthcareEncounterClassification/#permissible-values","text":"Value Meaning Description Inpatient Visit None Person visiting hospital, at a Care Site, in bed, for duration of more than o... Emergency Room Visit None Person visiting dedicated healthcare institution for treating emergencies, at... Emergency Room and Inpatient Visit None Person visiting ER followed by a subsequent Inpatient Visit, where Emergency ... Non-hospital institution Visit None Person visiting dedicated institution for reasons of poor health, at a Care S... Outpatient Visit None Person visiting dedicated ambulatory healthcare institution, at a Care Site, ... Home Visit None Provider visiting Person, without a Care Site, within one day, delivering ser... Telehealth Visit None Patient engages with Provider through communication media Pharmacy Visit None Person visiting pharmacy for dispensing of Drug, at a Care Site, within one d... Laboratory Visit None Patient visiting dedicated institution, at a Care Site, within one day, for t... Ambulance Visit None Person using transportation service for the purpose of initiating one of the ... Case Management Visit None Person interacting with healthcare system, without a Care Site, within a day,...","title":"Permissible Values"},{"location":"HealthcareEncounterClassification/#slots","text":"Name Description classification","title":"Slots"},{"location":"HealthcareEncounterClassification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareEncounterClassification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareEncounterClassification/#linkml-source","text":"name: HealthcareEncounterClassification from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: Inpatient Visit: text: Inpatient Visit description: Person visiting hospital, at a Care Site, in bed, for duration of more than one day, with physicians and other Providers permanently available to deliver service around the clock Emergency Room Visit: text: Emergency Room Visit description: Person visiting dedicated healthcare institution for treating emergencies, at a Care Site, within one day, with physicians and Providers permanently available to deliver service around the clock Emergency Room and Inpatient Visit: text: Emergency Room and Inpatient Visit description: Person visiting ER followed by a subsequent Inpatient Visit, where Emergency department is part of hospital, and transition from the ER to other hospital departments is undefined Non-hospital institution Visit: text: Non-hospital institution Visit description: Person visiting dedicated institution for reasons of poor health, at a Care Site, long-term or permanently, with no physician but possibly other Providers permanently available to deliver service around the clock Outpatient Visit: text: Outpatient Visit description: Person visiting dedicated ambulatory healthcare institution, at a Care Site, within one day, without bed, with physicians or medical Providers delivering service during Visit Home Visit: text: Home Visit description: Provider visiting Person, without a Care Site, within one day, delivering service Telehealth Visit: text: Telehealth Visit description: Patient engages with Provider through communication media Pharmacy Visit: text: Pharmacy Visit description: Person visiting pharmacy for dispensing of Drug, at a Care Site, within one day Laboratory Visit: text: Laboratory Visit description: Patient visiting dedicated institution, at a Care Site, within one day, for the purpose of a Measurement. Ambulance Visit: text: Ambulance Visit description: Person using transportation service for the purpose of initiating one of the other Visits, without a Care Site, within one day, potentially with Providers accompanying the Visit and delivering service Case Management Visit: text: Case Management Visit description: Person interacting with healthcare system, without a Care Site, within a day, with no Providers involved, for administrative purposes","title":"LinkML Source"},{"location":"HealthcareOrganization/","text":"Class: HealthcareOrganization An organization that provides healthcare services URI: linkml_common:HealthcareOrganization classDiagram class HealthcareOrganization Organization <|-- HealthcareOrganization HealthcareOrganization : classification HealthcareOrganization --> Concept : classification HealthcareOrganization : description HealthcareOrganization : id HealthcareOrganization : name HealthcareOrganization : ontology_types HealthcareOrganization --> Concept : ontology_types HealthcareOrganization : type Inheritance Entity NamedThing Agent Organization HealthcareOrganization Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareOrganization native linkml_common:HealthcareOrganization LinkML Source Direct name: HealthcareOrganization description: An organization that provides healthcare services from_schema: https://w3id.org/linkml/linkml-common is_a: Organization Induced name: HealthcareOrganization description: An organization that provides healthcare services from_schema: https://w3id.org/linkml/linkml-common is_a: Organization attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareOrganization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareOrganization domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareOrganization domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareOrganization domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareOrganization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareOrganization domain_of: - NamedThing - TimePoint range: string","title":"Class: HealthcareOrganization"},{"location":"HealthcareOrganization/#class-healthcareorganization","text":"An organization that provides healthcare services URI: linkml_common:HealthcareOrganization classDiagram class HealthcareOrganization Organization <|-- HealthcareOrganization HealthcareOrganization : classification HealthcareOrganization --> Concept : classification HealthcareOrganization : description HealthcareOrganization : id HealthcareOrganization : name HealthcareOrganization : ontology_types HealthcareOrganization --> Concept : ontology_types HealthcareOrganization : type","title":"Class: HealthcareOrganization"},{"location":"HealthcareOrganization/#inheritance","text":"Entity NamedThing Agent Organization HealthcareOrganization","title":"Inheritance"},{"location":"HealthcareOrganization/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareOrganization/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareOrganization/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareOrganization/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareOrganization native linkml_common:HealthcareOrganization","title":"Mappings"},{"location":"HealthcareOrganization/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareOrganization/#direct","text":"name: HealthcareOrganization description: An organization that provides healthcare services from_schema: https://w3id.org/linkml/linkml-common is_a: Organization","title":"Direct"},{"location":"HealthcareOrganization/#induced","text":"name: HealthcareOrganization description: An organization that provides healthcare services from_schema: https://w3id.org/linkml/linkml-common is_a: Organization attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareOrganization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareOrganization domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareOrganization domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareOrganization domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareOrganization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareOrganization domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"HealthcareProvider/","text":"Class: HealthcareProvider URI: linkml_common:HealthcareProvider classDiagram class HealthcareProvider HealthcareRole <|-- HealthcareProvider HealthcareProvider : care_site HealthcareProvider --> HealthcareSite : care_site HealthcareProvider : is_person HealthcareProvider --> Person : is_person HealthcareProvider : speciality HealthcareProvider --> Concept : speciality HealthcareProvider : type Inheritance Entity Intangible Role HealthcareRole HealthcareProvider Slots Name Cardinality and Range Description Inheritance speciality 0..1 Concept direct care_site 0..1 HealthcareSite direct is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareEncounter provider range HealthcareProvider Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareProvider native linkml_common:HealthcareProvider LinkML Source Direct name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareProvider range: HealthcareSite Induced name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareProvider domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareProvider domain_of: - Entity - NamedThing range: string","title":"Class: HealthcareProvider"},{"location":"HealthcareProvider/#class-healthcareprovider","text":"URI: linkml_common:HealthcareProvider classDiagram class HealthcareProvider HealthcareRole <|-- HealthcareProvider HealthcareProvider : care_site HealthcareProvider --> HealthcareSite : care_site HealthcareProvider : is_person HealthcareProvider --> Person : is_person HealthcareProvider : speciality HealthcareProvider --> Concept : speciality HealthcareProvider : type","title":"Class: HealthcareProvider"},{"location":"HealthcareProvider/#inheritance","text":"Entity Intangible Role HealthcareRole HealthcareProvider","title":"Inheritance"},{"location":"HealthcareProvider/#slots","text":"Name Cardinality and Range Description Inheritance speciality 0..1 Concept direct care_site 0..1 HealthcareSite direct is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"HealthcareProvider/#usages","text":"used by used in type used HealthcareEncounter provider range HealthcareProvider","title":"Usages"},{"location":"HealthcareProvider/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareProvider/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareProvider/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareProvider native linkml_common:HealthcareProvider","title":"Mappings"},{"location":"HealthcareProvider/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareProvider/#direct","text":"name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareProvider range: HealthcareSite","title":"Direct"},{"location":"HealthcareProvider/#induced","text":"name: HealthcareProvider from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: speciality: name: speciality from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept care_site: name: care_site from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareProvider domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareProvider domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"HealthcareRole/","text":"Class: HealthcareRole URI: linkml_common:HealthcareRole classDiagram class HealthcareRole Role <|-- HealthcareRole HealthcareRole <|-- HealthcareProvider HealthcareRole <|-- Patient HealthcareRole : is_person HealthcareRole --> Person : is_person HealthcareRole : type Inheritance Entity Intangible Role HealthcareRole HealthcareProvider Patient Slots Name Cardinality and Range Description Inheritance is_person 0..1 Person direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareRole native linkml_common:HealthcareRole LinkML Source Direct name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareRole range: Person Induced name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareRole domain_of: - Entity - NamedThing range: string","title":"Class: HealthcareRole"},{"location":"HealthcareRole/#class-healthcarerole","text":"URI: linkml_common:HealthcareRole classDiagram class HealthcareRole Role <|-- HealthcareRole HealthcareRole <|-- HealthcareProvider HealthcareRole <|-- Patient HealthcareRole : is_person HealthcareRole --> Person : is_person HealthcareRole : type","title":"Class: HealthcareRole"},{"location":"HealthcareRole/#inheritance","text":"Entity Intangible Role HealthcareRole HealthcareProvider Patient","title":"Inheritance"},{"location":"HealthcareRole/#slots","text":"Name Cardinality and Range Description Inheritance is_person 0..1 Person direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"HealthcareRole/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareRole/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareRole/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareRole native linkml_common:HealthcareRole","title":"Mappings"},{"location":"HealthcareRole/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareRole/#direct","text":"name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 domain_of: - HealthcareRole range: Person","title":"Direct"},{"location":"HealthcareRole/#induced","text":"name: HealthcareRole from_schema: https://w3id.org/linkml/linkml-common is_a: Role attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareRole domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"HealthcareSite/","text":"Class: HealthcareSite URI: linkml_common:HealthcareSite classDiagram class HealthcareSite Place <|-- HealthcareSite HealthcareSite : address HealthcareSite --> PostalAddress : address HealthcareSite : bounding_coordinates HealthcareSite --> GeoBoxLocation : bounding_coordinates HealthcareSite : classification HealthcareSite --> Concept : classification HealthcareSite : description HealthcareSite : geolocation HealthcareSite --> GeoPointLocation : geolocation HealthcareSite : id HealthcareSite : name HealthcareSite : ontology_types HealthcareSite --> Concept : ontology_types HealthcareSite : type Inheritance Entity NamedThing Place HealthcareSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareProvider care_site range HealthcareSite Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HealthcareSite native linkml_common:HealthcareSite exact omopschema:CARE_SITE LinkML Source Direct name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place Induced name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: HealthcareSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: HealthcareSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: HealthcareSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareSite domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareSite domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareSite domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareSite domain_of: - NamedThing - TimePoint range: string","title":"Class: HealthcareSite"},{"location":"HealthcareSite/#class-healthcaresite","text":"URI: linkml_common:HealthcareSite classDiagram class HealthcareSite Place <|-- HealthcareSite HealthcareSite : address HealthcareSite --> PostalAddress : address HealthcareSite : bounding_coordinates HealthcareSite --> GeoBoxLocation : bounding_coordinates HealthcareSite : classification HealthcareSite --> Concept : classification HealthcareSite : description HealthcareSite : geolocation HealthcareSite --> GeoPointLocation : geolocation HealthcareSite : id HealthcareSite : name HealthcareSite : ontology_types HealthcareSite --> Concept : ontology_types HealthcareSite : type","title":"Class: HealthcareSite"},{"location":"HealthcareSite/#inheritance","text":"Entity NamedThing Place HealthcareSite","title":"Inheritance"},{"location":"HealthcareSite/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HealthcareSite/#usages","text":"used by used in type used HealthcareProvider care_site range HealthcareSite","title":"Usages"},{"location":"HealthcareSite/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HealthcareSite/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HealthcareSite/#mappings","text":"Mapping Type Mapped Value self linkml_common:HealthcareSite native linkml_common:HealthcareSite exact omopschema:CARE_SITE","title":"Mappings"},{"location":"HealthcareSite/#linkml-source","text":"","title":"LinkML Source"},{"location":"HealthcareSite/#direct","text":"name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place","title":"Direct"},{"location":"HealthcareSite/#induced","text":"name: HealthcareSite from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Place attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: HealthcareSite domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: HealthcareSite domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: HealthcareSite domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HealthcareSite domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HealthcareSite domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HealthcareSite domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HealthcareSite domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HealthcareSite domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HealthcareSite domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"HumanLanguageCodeEnum/","text":"Enum: HumanLanguageCodeEnum An enumeration of languages URI: HumanLanguageCodeEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: HumanLanguageCodeEnum description: An enumeration of languages from_schema: https://w3id.org/linkml/linkml-common rank: 1000","title":"Enum: HumanLanguageCodeEnum"},{"location":"HumanLanguageCodeEnum/#enum-humanlanguagecodeenum","text":"An enumeration of languages URI: HumanLanguageCodeEnum This is a dynamic enum","title":"Enum: HumanLanguageCodeEnum"},{"location":"HumanLanguageCodeEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HumanLanguageCodeEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HumanLanguageCodeEnum/#linkml-source","text":"name: HumanLanguageCodeEnum description: An enumeration of languages from_schema: https://w3id.org/linkml/linkml-common rank: 1000","title":"LinkML Source"},{"location":"HydroelectricPlant/","text":"Class: HydroelectricPlant A hydroelectric power plant URI: linkml_common:HydroelectricPlant classDiagram class HydroelectricPlant RenewablePlant <|-- HydroelectricPlant HydroelectricPlant : capacity HydroelectricPlant --> SimpleQuantity : capacity HydroelectricPlant : capex HydroelectricPlant --> MoneyQuantity : capex HydroelectricPlant : classification HydroelectricPlant --> Concept : classification HydroelectricPlant : commissioning_date HydroelectricPlant : dam HydroelectricPlant --> Landform : dam HydroelectricPlant : decommissioning_date HydroelectricPlant : description HydroelectricPlant : id HydroelectricPlant : located_at_place HydroelectricPlant --> Place : located_at_place HydroelectricPlant : location HydroelectricPlant --> Place : location HydroelectricPlant : name HydroelectricPlant : ontology_types HydroelectricPlant --> Concept : ontology_types HydroelectricPlant : operator HydroelectricPlant --> Organization : operator HydroelectricPlant : opex HydroelectricPlant --> MoneyQuantity : opex HydroelectricPlant : plant_type HydroelectricPlant --> PowerPlantType : plant_type HydroelectricPlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant HydroelectricPlant Slots Name Cardinality and Range Description Inheritance dam 0..1 Landform The dam used by the hydroelectric plant direct plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:HydroelectricPlant native linkml_common:HydroelectricPlant LinkML Source Direct name: HydroelectricPlant description: A hydroelectric power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: dam: name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - HydroelectricPlant range: Landform Induced name: HydroelectricPlant description: A hydroelectric power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: dam: name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: dam owner: HydroelectricPlant domain_of: - HydroelectricPlant range: Landform plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: HydroelectricPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: HydroelectricPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: HydroelectricPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: HydroelectricPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: HydroelectricPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: HydroelectricPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: HydroelectricPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: HydroelectricPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: HydroelectricPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HydroelectricPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HydroelectricPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HydroelectricPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HydroelectricPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HydroelectricPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HydroelectricPlant domain_of: - NamedThing - TimePoint range: string","title":"Class: HydroelectricPlant"},{"location":"HydroelectricPlant/#class-hydroelectricplant","text":"A hydroelectric power plant URI: linkml_common:HydroelectricPlant classDiagram class HydroelectricPlant RenewablePlant <|-- HydroelectricPlant HydroelectricPlant : capacity HydroelectricPlant --> SimpleQuantity : capacity HydroelectricPlant : capex HydroelectricPlant --> MoneyQuantity : capex HydroelectricPlant : classification HydroelectricPlant --> Concept : classification HydroelectricPlant : commissioning_date HydroelectricPlant : dam HydroelectricPlant --> Landform : dam HydroelectricPlant : decommissioning_date HydroelectricPlant : description HydroelectricPlant : id HydroelectricPlant : located_at_place HydroelectricPlant --> Place : located_at_place HydroelectricPlant : location HydroelectricPlant --> Place : location HydroelectricPlant : name HydroelectricPlant : ontology_types HydroelectricPlant --> Concept : ontology_types HydroelectricPlant : operator HydroelectricPlant --> Organization : operator HydroelectricPlant : opex HydroelectricPlant --> MoneyQuantity : opex HydroelectricPlant : plant_type HydroelectricPlant --> PowerPlantType : plant_type HydroelectricPlant : type","title":"Class: HydroelectricPlant"},{"location":"HydroelectricPlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant HydroelectricPlant","title":"Inheritance"},{"location":"HydroelectricPlant/#slots","text":"Name Cardinality and Range Description Inheritance dam 0..1 Landform The dam used by the hydroelectric plant direct plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"HydroelectricPlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"HydroelectricPlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"HydroelectricPlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:HydroelectricPlant native linkml_common:HydroelectricPlant","title":"Mappings"},{"location":"HydroelectricPlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"HydroelectricPlant/#direct","text":"name: HydroelectricPlant description: A hydroelectric power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: dam: name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - HydroelectricPlant range: Landform","title":"Direct"},{"location":"HydroelectricPlant/#induced","text":"name: HydroelectricPlant description: A hydroelectric power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: dam: name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: dam owner: HydroelectricPlant domain_of: - HydroelectricPlant range: Landform plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: HydroelectricPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: HydroelectricPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: HydroelectricPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: HydroelectricPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: HydroelectricPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: HydroelectricPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: HydroelectricPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: HydroelectricPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: HydroelectricPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: HydroelectricPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: HydroelectricPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: HydroelectricPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: HydroelectricPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: HydroelectricPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: HydroelectricPlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"InformationEntity/","text":"Class: InformationEntity An entity that describes some information URI: linkml_common:InformationEntity classDiagram class InformationEntity NamedThing <|-- InformationEntity InformationEntity : classification InformationEntity --> Concept : classification InformationEntity : describes InformationEntity --> Any : describes InformationEntity : description InformationEntity : id InformationEntity : name InformationEntity : ontology_types InformationEntity --> Concept : ontology_types InformationEntity : type Inheritance Entity NamedThing InformationEntity Slots Name Cardinality and Range Description Inheritance describes 0..1 Any The thing that is being described direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InformationEntity native linkml_common:InformationEntity LinkML Source Direct name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - describes Induced name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: describes: name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes owner: InformationEntity domain_of: - InformationEntity range: Any id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InformationEntity domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InformationEntity domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InformationEntity domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InformationEntity domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InformationEntity domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InformationEntity domain_of: - NamedThing - TimePoint range: string","title":"Class: InformationEntity"},{"location":"InformationEntity/#class-informationentity","text":"An entity that describes some information URI: linkml_common:InformationEntity classDiagram class InformationEntity NamedThing <|-- InformationEntity InformationEntity : classification InformationEntity --> Concept : classification InformationEntity : describes InformationEntity --> Any : describes InformationEntity : description InformationEntity : id InformationEntity : name InformationEntity : ontology_types InformationEntity --> Concept : ontology_types InformationEntity : type","title":"Class: InformationEntity"},{"location":"InformationEntity/#inheritance","text":"Entity NamedThing InformationEntity","title":"Inheritance"},{"location":"InformationEntity/#slots","text":"Name Cardinality and Range Description Inheritance describes 0..1 Any The thing that is being described direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InformationEntity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InformationEntity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InformationEntity/#mappings","text":"Mapping Type Mapped Value self linkml_common:InformationEntity native linkml_common:InformationEntity","title":"Mappings"},{"location":"InformationEntity/#linkml-source","text":"","title":"LinkML Source"},{"location":"InformationEntity/#direct","text":"name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - describes","title":"Direct"},{"location":"InformationEntity/#induced","text":"name: InformationEntity description: An entity that describes some information from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: describes: name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes owner: InformationEntity domain_of: - InformationEntity range: Any id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InformationEntity domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InformationEntity domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InformationEntity domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InformationEntity domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InformationEntity domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InformationEntity domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Intangible/","text":"Class: Intangible An entity that is not a physical object, process, or information URI: schema:Intangible classDiagram class Intangible Entity <|-- Intangible Intangible <|-- Role Intangible <|-- Relationship Intangible <|-- Collection Intangible <|-- Service Intangible <|-- DataStructure Intangible <|-- Quantity Intangible <|-- QuantityRange Intangible <|-- TimePointOrTemporalInterval Intangible : type Inheritance Entity Intangible Role Relationship Collection Service DataStructure Quantity QuantityRange TimePointOrTemporalInterval Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Intangible native linkml_common:Intangible LinkML Source Direct name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity class_uri: schema:Intangible Induced name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Intangible domain_of: - Entity - NamedThing range: string class_uri: schema:Intangible","title":"Class: Intangible"},{"location":"Intangible/#class-intangible","text":"An entity that is not a physical object, process, or information URI: schema:Intangible classDiagram class Intangible Entity <|-- Intangible Intangible <|-- Role Intangible <|-- Relationship Intangible <|-- Collection Intangible <|-- Service Intangible <|-- DataStructure Intangible <|-- Quantity Intangible <|-- QuantityRange Intangible <|-- TimePointOrTemporalInterval Intangible : type","title":"Class: Intangible"},{"location":"Intangible/#inheritance","text":"Entity Intangible Role Relationship Collection Service DataStructure Quantity QuantityRange TimePointOrTemporalInterval","title":"Inheritance"},{"location":"Intangible/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Intangible/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Intangible/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Intangible/#mappings","text":"Mapping Type Mapped Value self schema:Intangible native linkml_common:Intangible","title":"Mappings"},{"location":"Intangible/#linkml-source","text":"","title":"LinkML Source"},{"location":"Intangible/#direct","text":"name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity class_uri: schema:Intangible","title":"Direct"},{"location":"Intangible/#induced","text":"name: Intangible description: An entity that is not a physical object, process, or information from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Intangible domain_of: - Entity - NamedThing range: string class_uri: schema:Intangible","title":"Induced"},{"location":"Integer/","text":"Type: Integer An integer URI: xsd:integer base : int uri : xsd:integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Integer"},{"location":"Integer/#type-integer","text":"An integer URI: xsd:integer base : int uri : xsd:integer","title":"Type: Integer"},{"location":"Integer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Integer/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Investigation/","text":"Class: Investigation URI: linkml_common:Investigation classDiagram class Investigation NamedThing <|-- Investigation Investigation : classification Investigation --> Concept : classification Investigation : description Investigation : id Investigation : name Investigation : objectives Investigation : ontology_types Investigation --> Concept : ontology_types Investigation : type Investigation : variables Investigation --> Variable : variables Inheritance Entity NamedThing Investigation Slots Name Cardinality and Range Description Inheritance objectives 0..1 String direct variables 0..* Variable direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess part_of range Investigation SampleCollectionProcess part_of range Investigation DataGenerationFromSample part_of range Investigation Dataset collected_as_part_of range Investigation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Investigation native linkml_common:Investigation LinkML Source Direct name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true domain_of: - Investigation range: Variable Induced name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Investigation domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Investigation domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Investigation domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Investigation domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Investigation domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Investigation domain_of: - NamedThing - TimePoint range: string","title":"Class: Investigation"},{"location":"Investigation/#class-investigation","text":"URI: linkml_common:Investigation classDiagram class Investigation NamedThing <|-- Investigation Investigation : classification Investigation --> Concept : classification Investigation : description Investigation : id Investigation : name Investigation : objectives Investigation : ontology_types Investigation --> Concept : ontology_types Investigation : type Investigation : variables Investigation --> Variable : variables","title":"Class: Investigation"},{"location":"Investigation/#inheritance","text":"Entity NamedThing Investigation","title":"Inheritance"},{"location":"Investigation/#slots","text":"Name Cardinality and Range Description Inheritance objectives 0..1 String direct variables 0..* Variable direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Investigation/#usages","text":"used by used in type used InvestigativeProcess part_of range Investigation SampleCollectionProcess part_of range Investigation DataGenerationFromSample part_of range Investigation Dataset collected_as_part_of range Investigation","title":"Usages"},{"location":"Investigation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Investigation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Investigation/#mappings","text":"Mapping Type Mapped Value self linkml_common:Investigation native linkml_common:Investigation","title":"Mappings"},{"location":"Investigation/#linkml-source","text":"","title":"LinkML Source"},{"location":"Investigation/#direct","text":"name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true domain_of: - Investigation range: Variable","title":"Direct"},{"location":"Investigation/#induced","text":"name: Investigation implements: - patterns:Composable from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: objectives: name: objectives from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string variables: name: variables from_schema: https://w3id.org/linkml-common/investigations rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Investigation domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Investigation domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Investigation domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Investigation domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Investigation domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Investigation domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"InvestigativeProcess/","text":"Class: InvestigativeProcess URI: linkml_common:InvestigativeProcess classDiagram class InvestigativeProcess PlannedProcess <|-- InvestigativeProcess InvestigativeProcess <|-- SampleCollectionProcess InvestigativeProcess <|-- DataGenerationFromSample InvestigativeProcess : classification InvestigativeProcess --> Concept : classification InvestigativeProcess : description InvestigativeProcess : ends_at InvestigativeProcess --> TimePoint : ends_at InvestigativeProcess : follows_procedure InvestigativeProcess --> InvestigativeProtocol : follows_procedure InvestigativeProcess : happens_at InvestigativeProcess --> TimePoint : happens_at InvestigativeProcess : has_duration InvestigativeProcess --> Duration : has_duration InvestigativeProcess : has_interval InvestigativeProcess --> TemporalInterval : has_interval InvestigativeProcess : id InvestigativeProcess : name InvestigativeProcess : ontology_types InvestigativeProcess --> Concept : ontology_types InvestigativeProcess : part_of InvestigativeProcess --> Investigation : part_of InvestigativeProcess : starts_at InvestigativeProcess --> TimePoint : starts_at InvestigativeProcess : type InvestigativeProcess : uses_physical_device InvestigativeProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess DataGenerationFromSample Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol direct part_of 0..1 Investigation direct uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InvestigativeProcess native linkml_common:InvestigativeProcess LinkML Source Direct name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation Induced name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: InvestigativeProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: InvestigativeProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: InvestigativeProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: InvestigativeProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InvestigativeProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProcess domain_of: - NamedThing - TimePoint range: string","title":"Class: InvestigativeProcess"},{"location":"InvestigativeProcess/#class-investigativeprocess","text":"URI: linkml_common:InvestigativeProcess classDiagram class InvestigativeProcess PlannedProcess <|-- InvestigativeProcess InvestigativeProcess <|-- SampleCollectionProcess InvestigativeProcess <|-- DataGenerationFromSample InvestigativeProcess : classification InvestigativeProcess --> Concept : classification InvestigativeProcess : description InvestigativeProcess : ends_at InvestigativeProcess --> TimePoint : ends_at InvestigativeProcess : follows_procedure InvestigativeProcess --> InvestigativeProtocol : follows_procedure InvestigativeProcess : happens_at InvestigativeProcess --> TimePoint : happens_at InvestigativeProcess : has_duration InvestigativeProcess --> Duration : has_duration InvestigativeProcess : has_interval InvestigativeProcess --> TemporalInterval : has_interval InvestigativeProcess : id InvestigativeProcess : name InvestigativeProcess : ontology_types InvestigativeProcess --> Concept : ontology_types InvestigativeProcess : part_of InvestigativeProcess --> Investigation : part_of InvestigativeProcess : starts_at InvestigativeProcess --> TimePoint : starts_at InvestigativeProcess : type InvestigativeProcess : uses_physical_device InvestigativeProcess --> PhysicalDevice : uses_physical_device","title":"Class: InvestigativeProcess"},{"location":"InvestigativeProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess DataGenerationFromSample","title":"Inheritance"},{"location":"InvestigativeProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 InvestigativeProtocol direct part_of 0..1 Investigation direct uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InvestigativeProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InvestigativeProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InvestigativeProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:InvestigativeProcess native linkml_common:InvestigativeProcess","title":"Mappings"},{"location":"InvestigativeProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"InvestigativeProcess/#direct","text":"name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation","title":"Direct"},{"location":"InvestigativeProcess/#induced","text":"name: InvestigativeProcess from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: InvestigativeProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: InvestigativeProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: InvestigativeProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: InvestigativeProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: InvestigativeProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: InvestigativeProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InvestigativeProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProcess domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"InvestigativeProtocol/","text":"Class: InvestigativeProtocol URI: linkml_common:InvestigativeProtocol classDiagram class InvestigativeProtocol Procedure <|-- InvestigativeProtocol InvestigativeProtocol : classification InvestigativeProtocol --> Concept : classification InvestigativeProtocol : description InvestigativeProtocol : id InvestigativeProtocol : name InvestigativeProtocol : ontology_types InvestigativeProtocol --> Concept : ontology_types InvestigativeProtocol : protocols_io_url InvestigativeProtocol : type Inheritance Entity NamedThing Specification Procedure InvestigativeProtocol Slots Name Cardinality and Range Description Inheritance protocols_io_url 0..1 Uri direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess follows_procedure range InvestigativeProtocol SampleCollectionProcess follows_procedure range InvestigativeProtocol DataGenerationFromSample follows_procedure range InvestigativeProtocol Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:InvestigativeProtocol native linkml_common:InvestigativeProtocol LinkML Source Direct name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum domain_of: - NamedThing attributes: protocols_io_url: name: protocols_io_url from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProtocol range: uri Induced name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum domain_of: - NamedThing attributes: protocols_io_url: name: protocols_io_url from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: protocols_io_url owner: InvestigativeProtocol domain_of: - InvestigativeProtocol range: uri id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProtocol domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProtocol domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProtocol domain_of: - Entity - NamedThing range: string classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InvestigativeProtocol domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProtocol domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProtocol domain_of: - NamedThing - TimePoint range: string","title":"Class: InvestigativeProtocol"},{"location":"InvestigativeProtocol/#class-investigativeprotocol","text":"URI: linkml_common:InvestigativeProtocol classDiagram class InvestigativeProtocol Procedure <|-- InvestigativeProtocol InvestigativeProtocol : classification InvestigativeProtocol --> Concept : classification InvestigativeProtocol : description InvestigativeProtocol : id InvestigativeProtocol : name InvestigativeProtocol : ontology_types InvestigativeProtocol --> Concept : ontology_types InvestigativeProtocol : protocols_io_url InvestigativeProtocol : type","title":"Class: InvestigativeProtocol"},{"location":"InvestigativeProtocol/#inheritance","text":"Entity NamedThing Specification Procedure InvestigativeProtocol","title":"Inheritance"},{"location":"InvestigativeProtocol/#slots","text":"Name Cardinality and Range Description Inheritance protocols_io_url 0..1 Uri direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"InvestigativeProtocol/#usages","text":"used by used in type used InvestigativeProcess follows_procedure range InvestigativeProtocol SampleCollectionProcess follows_procedure range InvestigativeProtocol DataGenerationFromSample follows_procedure range InvestigativeProtocol","title":"Usages"},{"location":"InvestigativeProtocol/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InvestigativeProtocol/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InvestigativeProtocol/#mappings","text":"Mapping Type Mapped Value self linkml_common:InvestigativeProtocol native linkml_common:InvestigativeProtocol","title":"Mappings"},{"location":"InvestigativeProtocol/#linkml-source","text":"","title":"LinkML Source"},{"location":"InvestigativeProtocol/#direct","text":"name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum domain_of: - NamedThing attributes: protocols_io_url: name: protocols_io_url from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - InvestigativeProtocol range: uri","title":"Direct"},{"location":"InvestigativeProtocol/#induced","text":"name: InvestigativeProtocol from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum domain_of: - NamedThing attributes: protocols_io_url: name: protocols_io_url from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: protocols_io_url owner: InvestigativeProtocol domain_of: - InvestigativeProtocol range: uri id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: InvestigativeProtocol domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: InvestigativeProtocol domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: InvestigativeProtocol domain_of: - Entity - NamedThing range: string classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:InvestigativeProtocolEnum description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: InvestigativeProtocol domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: InvestigativeProtocol domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: InvestigativeProtocol domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"InvestigativeProtocolEnum/","text":"Enum: InvestigativeProtocolEnum URI: InvestigativeProtocolEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: InvestigativeProtocolEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0000272 relationship_types: - rdfs:subClassOf is_direct: false","title":"Enum: InvestigativeProtocolEnum"},{"location":"InvestigativeProtocolEnum/#enum-investigativeprotocolenum","text":"URI: InvestigativeProtocolEnum This is a dynamic enum","title":"Enum: InvestigativeProtocolEnum"},{"location":"InvestigativeProtocolEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InvestigativeProtocolEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"InvestigativeProtocolEnum/#linkml-source","text":"name: InvestigativeProtocolEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0000272 relationship_types: - rdfs:subClassOf is_direct: false","title":"LinkML Source"},{"location":"Jsonpath/","text":"Type: Jsonpath A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Jsonpath"},{"location":"Jsonpath/#type-jsonpath","text":"A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpath"},{"location":"Jsonpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpath/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Jsonpointer/","text":"Type: Jsonpointer A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#type-jsonpointer","text":"A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpointer/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Landform/","text":"Class: Landform A natural feature of the solid surface of the Earth or other planetary body URI: linkml_common:Landform classDiagram class Landform Place <|-- Landform Landform : address Landform --> PostalAddress : address Landform : bounding_coordinates Landform --> GeoBoxLocation : bounding_coordinates Landform : classification Landform --> Concept : classification Landform : description Landform : geolocation Landform --> GeoPointLocation : geolocation Landform : id Landform : name Landform : ontology_types Landform --> Concept : ontology_types Landform : type Inheritance Entity NamedThing Place Landform Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 recommended GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HydroelectricPlant dam range Landform Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Landform native linkml_common:Landform exact ENVO:00000083, fhir:Location LinkML Source Direct name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place recommended: true Induced name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place recommended: true attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Landform domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Landform domain_of: - Place range: GeoPointLocation recommended: true bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Landform domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Landform domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Landform domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Landform domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Landform domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Landform domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Landform domain_of: - NamedThing - TimePoint range: string","title":"Class: Landform"},{"location":"Landform/#class-landform","text":"A natural feature of the solid surface of the Earth or other planetary body URI: linkml_common:Landform classDiagram class Landform Place <|-- Landform Landform : address Landform --> PostalAddress : address Landform : bounding_coordinates Landform --> GeoBoxLocation : bounding_coordinates Landform : classification Landform --> Concept : classification Landform : description Landform : geolocation Landform --> GeoPointLocation : geolocation Landform : id Landform : name Landform : ontology_types Landform --> Concept : ontology_types Landform : type","title":"Class: Landform"},{"location":"Landform/#inheritance","text":"Entity NamedThing Place Landform","title":"Inheritance"},{"location":"Landform/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress Place geolocation 0..1 recommended GeoPointLocation The geolocation of the place Place bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place Place id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Landform/#usages","text":"used by used in type used HydroelectricPlant dam range Landform","title":"Usages"},{"location":"Landform/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Landform/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Landform/#mappings","text":"Mapping Type Mapped Value self linkml_common:Landform native linkml_common:Landform exact ENVO:00000083, fhir:Location","title":"Mappings"},{"location":"Landform/#linkml-source","text":"","title":"LinkML Source"},{"location":"Landform/#direct","text":"name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place recommended: true","title":"Direct"},{"location":"Landform/#induced","text":"name: Landform description: A natural feature of the solid surface of the Earth or other planetary body from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - ENVO:00000083 - fhir:Location is_a: Place slot_usage: geolocation: name: geolocation domain_of: - Place recommended: true attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Landform domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Landform domain_of: - Place range: GeoPointLocation recommended: true bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Landform domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Landform domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Landform domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Landform domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Landform domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Landform domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Landform domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"LifeEvent/","text":"Class: LifeEvent URI: linkml_common:LifeEvent classDiagram class LifeEvent Event <|-- LifeEvent LifeEvent : classification LifeEvent --> Concept : classification LifeEvent : description LifeEvent : ends_at LifeEvent --> TimePoint : ends_at LifeEvent : happens_at LifeEvent --> TimePoint : happens_at LifeEvent : has_duration LifeEvent --> Duration : has_duration LifeEvent : has_interval LifeEvent --> TemporalInterval : has_interval LifeEvent : id LifeEvent : name LifeEvent : ontology_types LifeEvent --> Concept : ontology_types LifeEvent : starts_at LifeEvent --> TimePoint : starts_at LifeEvent : type Inheritance Entity NamedThing Event LifeEvent Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:LifeEvent native linkml_common:LifeEvent LinkML Source Direct name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event Induced name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: LifeEvent domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: LifeEvent domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: LifeEvent domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: LifeEvent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: LifeEvent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: LifeEvent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: LifeEvent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: LifeEvent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: LifeEvent domain_of: - NamedThing - TimePoint range: string","title":"Class: LifeEvent"},{"location":"LifeEvent/#class-lifeevent","text":"URI: linkml_common:LifeEvent classDiagram class LifeEvent Event <|-- LifeEvent LifeEvent : classification LifeEvent --> Concept : classification LifeEvent : description LifeEvent : ends_at LifeEvent --> TimePoint : ends_at LifeEvent : happens_at LifeEvent --> TimePoint : happens_at LifeEvent : has_duration LifeEvent --> Duration : has_duration LifeEvent : has_interval LifeEvent --> TemporalInterval : has_interval LifeEvent : id LifeEvent : name LifeEvent : ontology_types LifeEvent --> Concept : ontology_types LifeEvent : starts_at LifeEvent --> TimePoint : starts_at LifeEvent : type","title":"Class: LifeEvent"},{"location":"LifeEvent/#inheritance","text":"Entity NamedThing Event LifeEvent","title":"Inheritance"},{"location":"LifeEvent/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"LifeEvent/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"LifeEvent/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"LifeEvent/#mappings","text":"Mapping Type Mapped Value self linkml_common:LifeEvent native linkml_common:LifeEvent","title":"Mappings"},{"location":"LifeEvent/#linkml-source","text":"","title":"LinkML Source"},{"location":"LifeEvent/#direct","text":"name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event","title":"Direct"},{"location":"LifeEvent/#induced","text":"name: LifeEvent from_schema: https://w3id.org/linkml/linkml-common is_a: Event attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: LifeEvent domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: LifeEvent domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: LifeEvent domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: LifeEvent domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: LifeEvent domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: LifeEvent domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: LifeEvent domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: LifeEvent domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: LifeEvent domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: LifeEvent domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Location/","text":"Class: Location NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Location classDiagram class Location Location <|-- PointLocation Location <|-- GeoBoxLocation Inheritance Location PointLocation GeoBoxLocation Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Location native linkml_common:Location LinkML Source Direct name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true Induced name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Class: Location"},{"location":"Location/#class-location","text":"NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Location classDiagram class Location Location <|-- PointLocation Location <|-- GeoBoxLocation","title":"Class: Location"},{"location":"Location/#inheritance","text":"Location PointLocation GeoBoxLocation","title":"Inheritance"},{"location":"Location/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"Location/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Location/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Location/#mappings","text":"Mapping Type Mapped Value self linkml_common:Location native linkml_common:Location","title":"Mappings"},{"location":"Location/#linkml-source","text":"","title":"LinkML Source"},{"location":"Location/#direct","text":"name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Direct"},{"location":"Location/#induced","text":"name: Location from_schema: https://w3id.org/linkml/linkml-common abstract: true","title":"Induced"},{"location":"MaterialCollection/","text":"Class: MaterialCollection URI: linkml_common:MaterialCollection classDiagram class MaterialCollection PlannedProcess <|-- MaterialCollection MaterialCollection : classification MaterialCollection --> Concept : classification MaterialCollection : description MaterialCollection : ends_at MaterialCollection --> TimePoint : ends_at MaterialCollection : follows_procedure MaterialCollection --> Procedure : follows_procedure MaterialCollection : happens_at MaterialCollection --> TimePoint : happens_at MaterialCollection : has_duration MaterialCollection --> Duration : has_duration MaterialCollection : has_interval MaterialCollection --> TemporalInterval : has_interval MaterialCollection : id MaterialCollection : name MaterialCollection : ontology_types MaterialCollection --> Concept : ontology_types MaterialCollection : starts_at MaterialCollection --> TimePoint : starts_at MaterialCollection : type MaterialCollection : uses_physical_device MaterialCollection --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialCollection Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MaterialCollection native linkml_common:MaterialCollection LinkML Source Direct name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess Induced name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialCollection domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialCollection domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialCollection domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialCollection domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialCollection domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialCollection domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialCollection domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialCollection domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MaterialCollection domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialCollection domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialCollection domain_of: - NamedThing - TimePoint range: string","title":"Class: MaterialCollection"},{"location":"MaterialCollection/#class-materialcollection","text":"URI: linkml_common:MaterialCollection classDiagram class MaterialCollection PlannedProcess <|-- MaterialCollection MaterialCollection : classification MaterialCollection --> Concept : classification MaterialCollection : description MaterialCollection : ends_at MaterialCollection --> TimePoint : ends_at MaterialCollection : follows_procedure MaterialCollection --> Procedure : follows_procedure MaterialCollection : happens_at MaterialCollection --> TimePoint : happens_at MaterialCollection : has_duration MaterialCollection --> Duration : has_duration MaterialCollection : has_interval MaterialCollection --> TemporalInterval : has_interval MaterialCollection : id MaterialCollection : name MaterialCollection : ontology_types MaterialCollection --> Concept : ontology_types MaterialCollection : starts_at MaterialCollection --> TimePoint : starts_at MaterialCollection : type MaterialCollection : uses_physical_device MaterialCollection --> PhysicalDevice : uses_physical_device","title":"Class: MaterialCollection"},{"location":"MaterialCollection/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialCollection","title":"Inheritance"},{"location":"MaterialCollection/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"MaterialCollection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MaterialCollection/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MaterialCollection/#mappings","text":"Mapping Type Mapped Value self linkml_common:MaterialCollection native linkml_common:MaterialCollection","title":"Mappings"},{"location":"MaterialCollection/#linkml-source","text":"","title":"LinkML Source"},{"location":"MaterialCollection/#direct","text":"name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess","title":"Direct"},{"location":"MaterialCollection/#induced","text":"name: MaterialCollection from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialCollection domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialCollection domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialCollection domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialCollection domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialCollection domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialCollection domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialCollection domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialCollection domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialCollection domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MaterialCollection domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialCollection domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialCollection domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"MaterialProcessing/","text":"Class: MaterialProcessing URI: linkml_common:MaterialProcessing classDiagram class MaterialProcessing PlannedProcess <|-- MaterialProcessing MaterialProcessing <|-- SampleProcessing MaterialProcessing <|-- EngineeringMaterialProcessing MaterialProcessing <|-- FoodProcessing MaterialProcessing : classification MaterialProcessing --> Concept : classification MaterialProcessing : description MaterialProcessing : ends_at MaterialProcessing --> TimePoint : ends_at MaterialProcessing : follows_procedure MaterialProcessing --> Procedure : follows_procedure MaterialProcessing : happens_at MaterialProcessing --> TimePoint : happens_at MaterialProcessing : has_duration MaterialProcessing --> Duration : has_duration MaterialProcessing : has_interval MaterialProcessing --> TemporalInterval : has_interval MaterialProcessing : id MaterialProcessing : name MaterialProcessing : ontology_types MaterialProcessing --> Concept : ontology_types MaterialProcessing : starts_at MaterialProcessing --> TimePoint : starts_at MaterialProcessing : type MaterialProcessing : uses_physical_device MaterialProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing EngineeringMaterialProcessing FoodProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MaterialProcessing native linkml_common:MaterialProcessing LinkML Source Direct name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess Induced name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MaterialProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialProcessing domain_of: - NamedThing - TimePoint range: string","title":"Class: MaterialProcessing"},{"location":"MaterialProcessing/#class-materialprocessing","text":"URI: linkml_common:MaterialProcessing classDiagram class MaterialProcessing PlannedProcess <|-- MaterialProcessing MaterialProcessing <|-- SampleProcessing MaterialProcessing <|-- EngineeringMaterialProcessing MaterialProcessing <|-- FoodProcessing MaterialProcessing : classification MaterialProcessing --> Concept : classification MaterialProcessing : description MaterialProcessing : ends_at MaterialProcessing --> TimePoint : ends_at MaterialProcessing : follows_procedure MaterialProcessing --> Procedure : follows_procedure MaterialProcessing : happens_at MaterialProcessing --> TimePoint : happens_at MaterialProcessing : has_duration MaterialProcessing --> Duration : has_duration MaterialProcessing : has_interval MaterialProcessing --> TemporalInterval : has_interval MaterialProcessing : id MaterialProcessing : name MaterialProcessing : ontology_types MaterialProcessing --> Concept : ontology_types MaterialProcessing : starts_at MaterialProcessing --> TimePoint : starts_at MaterialProcessing : type MaterialProcessing : uses_physical_device MaterialProcessing --> PhysicalDevice : uses_physical_device","title":"Class: MaterialProcessing"},{"location":"MaterialProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing EngineeringMaterialProcessing FoodProcessing","title":"Inheritance"},{"location":"MaterialProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"MaterialProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MaterialProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MaterialProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:MaterialProcessing native linkml_common:MaterialProcessing","title":"Mappings"},{"location":"MaterialProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"MaterialProcessing/#direct","text":"name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess","title":"Direct"},{"location":"MaterialProcessing/#induced","text":"name: MaterialProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: PlannedProcess attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: MaterialProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: MaterialProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: MaterialProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: MaterialProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: MaterialProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: MaterialProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MaterialProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MaterialProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MaterialProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MaterialProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MaterialProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MaterialProcessing domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"MathematicalOperation/","text":"Class: MathematicalOperation Application of a mathematical operation to one or more inputs to produce one or more outputs URI: linkml_common:MathematicalOperation classDiagram class MathematicalOperation MathematicalOperation <|-- UnitConversionOperation MathematicalOperation : immediate_preceding_steps MathematicalOperation --> MathematicalOperation : immediate_preceding_steps MathematicalOperation : inputs MathematicalOperation --> Any : inputs MathematicalOperation : outputs MathematicalOperation --> Any : outputs MathematicalOperation : parts MathematicalOperation --> MathematicalOperation : parts Inheritance MathematicalOperation UnitConversionOperation Slots Name Cardinality and Range Description Inheritance inputs 0..* Any The inputs to the operation direct outputs 0..* Any The outputs of the operation direct parts 0..* MathematicalOperation The parts of the process direct immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step direct Usages used by used in type used MathematicalOperation parts range MathematicalOperation MathematicalOperation immediate_preceding_steps range MathematicalOperation UnitConversionOperation parts range MathematicalOperation UnitConversionOperation immediate_preceding_steps range MathematicalOperation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MathematicalOperation native linkml_common:MathematicalOperation LinkML Source Direct name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: MathematicalOperation Induced name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Class: MathematicalOperation"},{"location":"MathematicalOperation/#class-mathematicaloperation","text":"Application of a mathematical operation to one or more inputs to produce one or more outputs URI: linkml_common:MathematicalOperation classDiagram class MathematicalOperation MathematicalOperation <|-- UnitConversionOperation MathematicalOperation : immediate_preceding_steps MathematicalOperation --> MathematicalOperation : immediate_preceding_steps MathematicalOperation : inputs MathematicalOperation --> Any : inputs MathematicalOperation : outputs MathematicalOperation --> Any : outputs MathematicalOperation : parts MathematicalOperation --> MathematicalOperation : parts","title":"Class: MathematicalOperation"},{"location":"MathematicalOperation/#inheritance","text":"MathematicalOperation UnitConversionOperation","title":"Inheritance"},{"location":"MathematicalOperation/#slots","text":"Name Cardinality and Range Description Inheritance inputs 0..* Any The inputs to the operation direct outputs 0..* Any The outputs of the operation direct parts 0..* MathematicalOperation The parts of the process direct immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step direct","title":"Slots"},{"location":"MathematicalOperation/#usages","text":"used by used in type used MathematicalOperation parts range MathematicalOperation MathematicalOperation immediate_preceding_steps range MathematicalOperation UnitConversionOperation parts range MathematicalOperation UnitConversionOperation immediate_preceding_steps range MathematicalOperation","title":"Usages"},{"location":"MathematicalOperation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MathematicalOperation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MathematicalOperation/#mappings","text":"Mapping Type Mapped Value self linkml_common:MathematicalOperation native linkml_common:MathematicalOperation","title":"Mappings"},{"location":"MathematicalOperation/#linkml-source","text":"","title":"LinkML Source"},{"location":"MathematicalOperation/#direct","text":"name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true domain_of: - MathematicalOperation range: MathematicalOperation","title":"Direct"},{"location":"MathematicalOperation/#induced","text":"name: MathematicalOperation description: Application of a mathematical operation to one or more inputs to produce one or more outputs from_schema: https://w3id.org/linkml/linkml-common attributes: inputs: name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any outputs: name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Induced"},{"location":"Measurement/","text":"Class: Measurement URI: linkml_common:Measurement classDiagram class Measurement Observation <|-- Measurement Measurement : quantity_measured Measurement --> Quantity : quantity_measured Measurement : type Measurement : variable_measured Measurement --> Variable : variable_measured Inheritance Entity Observation Measurement Slots Name Cardinality and Range Description Inheritance quantity_measured 0..1 Quantity The quantity being measured direct variable_measured 0..1 Variable The variable being measured direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Measurement native linkml_common:Measurement LinkML Source Direct name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 domain_of: - Measurement range: Variable Induced name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Measurement domain_of: - Entity - NamedThing range: string","title":"Class: Measurement"},{"location":"Measurement/#class-measurement","text":"URI: linkml_common:Measurement classDiagram class Measurement Observation <|-- Measurement Measurement : quantity_measured Measurement --> Quantity : quantity_measured Measurement : type Measurement : variable_measured Measurement --> Variable : variable_measured","title":"Class: Measurement"},{"location":"Measurement/#inheritance","text":"Entity Observation Measurement","title":"Inheritance"},{"location":"Measurement/#slots","text":"Name Cardinality and Range Description Inheritance quantity_measured 0..1 Quantity The quantity being measured direct variable_measured 0..1 Variable The variable being measured direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Measurement/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Measurement/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Measurement/#mappings","text":"Mapping Type Mapped Value self linkml_common:Measurement native linkml_common:Measurement","title":"Mappings"},{"location":"Measurement/#linkml-source","text":"","title":"LinkML Source"},{"location":"Measurement/#direct","text":"name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 domain_of: - Measurement range: Variable","title":"Direct"},{"location":"Measurement/#induced","text":"name: Measurement from_schema: https://w3id.org/linkml/linkml-common is_a: Observation attributes: quantity_measured: name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity variable_measured: name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Measurement domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"MiningFacility/","text":"Class: MiningFacility A facility where mineral resources are extracted from the earth URI: linkml_common:MiningFacility classDiagram class MiningFacility ExtractiveIndustryFacility <|-- MiningFacility MiningFacility : annual_production MiningFacility --> SimpleQuantity : annual_production MiningFacility : area MiningFacility --> SimpleQuantity : area MiningFacility : classification MiningFacility --> Concept : classification MiningFacility : depth MiningFacility --> SimpleQuantity : depth MiningFacility : description MiningFacility : facility_type MiningFacility --> ExtractiveIndustryFacilityType : facility_type MiningFacility : id MiningFacility : located_at_place MiningFacility --> Place : located_at_place MiningFacility : mining_method MiningFacility --> MiningMethod : mining_method MiningFacility : name MiningFacility : ontology_types MiningFacility --> Concept : ontology_types MiningFacility : operator MiningFacility --> Organization : operator MiningFacility : production_capacity MiningFacility --> SimpleQuantity : production_capacity MiningFacility : products MiningFacility --> ExtractiveIndustryProduct : products MiningFacility : reserves MiningFacility --> SimpleQuantity : reserves MiningFacility : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility MiningFacility Slots Name Cardinality and Range Description Inheritance mining_method 0..1 MiningMethod direct depth 0..1 SimpleQuantity direct area 0..1 SimpleQuantity direct facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:MiningFacility native linkml_common:MiningFacility LinkML Source Direct name: MiningFacility description: A facility where mineral resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: mining_method: name: mining_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility range: MiningMethod depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility - WellFacility range: SimpleQuantity area: name: area from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility range: SimpleQuantity Induced name: MiningFacility description: A facility where mineral resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: mining_method: name: mining_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: mining_method owner: MiningFacility domain_of: - MiningFacility range: MiningMethod depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: depth owner: MiningFacility domain_of: - MiningFacility - WellFacility range: SimpleQuantity area: name: area from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: area owner: MiningFacility domain_of: - MiningFacility range: SimpleQuantity facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: MiningFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: MiningFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MiningFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MiningFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MiningFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MiningFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MiningFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MiningFacility domain_of: - NamedThing - TimePoint range: string","title":"Class: MiningFacility"},{"location":"MiningFacility/#class-miningfacility","text":"A facility where mineral resources are extracted from the earth URI: linkml_common:MiningFacility classDiagram class MiningFacility ExtractiveIndustryFacility <|-- MiningFacility MiningFacility : annual_production MiningFacility --> SimpleQuantity : annual_production MiningFacility : area MiningFacility --> SimpleQuantity : area MiningFacility : classification MiningFacility --> Concept : classification MiningFacility : depth MiningFacility --> SimpleQuantity : depth MiningFacility : description MiningFacility : facility_type MiningFacility --> ExtractiveIndustryFacilityType : facility_type MiningFacility : id MiningFacility : located_at_place MiningFacility --> Place : located_at_place MiningFacility : mining_method MiningFacility --> MiningMethod : mining_method MiningFacility : name MiningFacility : ontology_types MiningFacility --> Concept : ontology_types MiningFacility : operator MiningFacility --> Organization : operator MiningFacility : production_capacity MiningFacility --> SimpleQuantity : production_capacity MiningFacility : products MiningFacility --> ExtractiveIndustryProduct : products MiningFacility : reserves MiningFacility --> SimpleQuantity : reserves MiningFacility : type","title":"Class: MiningFacility"},{"location":"MiningFacility/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility MiningFacility","title":"Inheritance"},{"location":"MiningFacility/#slots","text":"Name Cardinality and Range Description Inheritance mining_method 0..1 MiningMethod direct depth 0..1 SimpleQuantity direct area 0..1 SimpleQuantity direct facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"MiningFacility/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MiningFacility/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MiningFacility/#mappings","text":"Mapping Type Mapped Value self linkml_common:MiningFacility native linkml_common:MiningFacility","title":"Mappings"},{"location":"MiningFacility/#linkml-source","text":"","title":"LinkML Source"},{"location":"MiningFacility/#direct","text":"name: MiningFacility description: A facility where mineral resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: mining_method: name: mining_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility range: MiningMethod depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility - WellFacility range: SimpleQuantity area: name: area from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - MiningFacility range: SimpleQuantity","title":"Direct"},{"location":"MiningFacility/#induced","text":"name: MiningFacility description: A facility where mineral resources are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: mining_method: name: mining_method from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: mining_method owner: MiningFacility domain_of: - MiningFacility range: MiningMethod depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: depth owner: MiningFacility domain_of: - MiningFacility - WellFacility range: SimpleQuantity area: name: area from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: area owner: MiningFacility domain_of: - MiningFacility range: SimpleQuantity facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: MiningFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: MiningFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: MiningFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: MiningFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: MiningFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MiningFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: MiningFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: MiningFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: MiningFacility domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"MiningMethod/","text":"Enum: MiningMethod URI: MiningMethod Permissible Values Value Meaning Description UNDERGROUND None Extraction occurs beneath the earth's surface OPEN_PIT None Extraction occurs on the earth's surface PLACER None Extraction of valuable minerals from alluvial deposits IN_SITU None Extraction without removing the ore from its original location Slots Name Description mining_method Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: MiningMethod from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: UNDERGROUND: text: UNDERGROUND description: Extraction occurs beneath the earth's surface OPEN_PIT: text: OPEN_PIT description: Extraction occurs on the earth's surface PLACER: text: PLACER description: Extraction of valuable minerals from alluvial deposits IN_SITU: text: IN_SITU description: Extraction without removing the ore from its original location","title":"Enum: MiningMethod"},{"location":"MiningMethod/#enum-miningmethod","text":"URI: MiningMethod","title":"Enum: MiningMethod"},{"location":"MiningMethod/#permissible-values","text":"Value Meaning Description UNDERGROUND None Extraction occurs beneath the earth's surface OPEN_PIT None Extraction occurs on the earth's surface PLACER None Extraction of valuable minerals from alluvial deposits IN_SITU None Extraction without removing the ore from its original location","title":"Permissible Values"},{"location":"MiningMethod/#slots","text":"Name Description mining_method","title":"Slots"},{"location":"MiningMethod/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MiningMethod/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MiningMethod/#linkml-source","text":"name: MiningMethod from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: UNDERGROUND: text: UNDERGROUND description: Extraction occurs beneath the earth's surface OPEN_PIT: text: OPEN_PIT description: Extraction occurs on the earth's surface PLACER: text: PLACER description: Extraction of valuable minerals from alluvial deposits IN_SITU: text: IN_SITU description: Extraction without removing the ore from its original location","title":"LinkML Source"},{"location":"MoneyQuantity/","text":"Class: MoneyQuantity A quantity of money URI: fhir:MoneyQuantity classDiagram class MoneyQuantity SimpleQuantity <|-- MoneyQuantity MoneyQuantity : has_quantity_kind MoneyQuantity --> QuantityKind : has_quantity_kind MoneyQuantity : type MoneyQuantity : unit MoneyQuantity --> CurrencyConcept : unit MoneyQuantity : value Inheritance Entity Intangible Quantity SimpleQuantity MoneyQuantity Slots Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 CurrencyConcept The currency of the quantity direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used PowerPlant capex range MoneyQuantity PowerPlant opex range MoneyQuantity FossilFuelPlant capex range MoneyQuantity FossilFuelPlant opex range MoneyQuantity NuclearPlant capex range MoneyQuantity NuclearPlant opex range MoneyQuantity RenewablePlant capex range MoneyQuantity RenewablePlant opex range MoneyQuantity HydroelectricPlant capex range MoneyQuantity HydroelectricPlant opex range MoneyQuantity SolarPlant capex range MoneyQuantity SolarPlant opex range MoneyQuantity WindFarm capex range MoneyQuantity WindFarm opex range MoneyQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:MoneyQuantity native linkml_common:MoneyQuantity LinkML Source Direct name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: SimpleQuantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept class_uri: fhir:MoneyQuantity Induced name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: SimpleQuantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial alias: value owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial alias: unit owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: MoneyQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MoneyQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:MoneyQuantity","title":"Class: MoneyQuantity"},{"location":"MoneyQuantity/#class-moneyquantity","text":"A quantity of money URI: fhir:MoneyQuantity classDiagram class MoneyQuantity SimpleQuantity <|-- MoneyQuantity MoneyQuantity : has_quantity_kind MoneyQuantity --> QuantityKind : has_quantity_kind MoneyQuantity : type MoneyQuantity : unit MoneyQuantity --> CurrencyConcept : unit MoneyQuantity : value","title":"Class: MoneyQuantity"},{"location":"MoneyQuantity/#inheritance","text":"Entity Intangible Quantity SimpleQuantity MoneyQuantity","title":"Inheritance"},{"location":"MoneyQuantity/#slots","text":"Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 CurrencyConcept The currency of the quantity direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"MoneyQuantity/#usages","text":"used by used in type used PowerPlant capex range MoneyQuantity PowerPlant opex range MoneyQuantity FossilFuelPlant capex range MoneyQuantity FossilFuelPlant opex range MoneyQuantity NuclearPlant capex range MoneyQuantity NuclearPlant opex range MoneyQuantity RenewablePlant capex range MoneyQuantity RenewablePlant opex range MoneyQuantity HydroelectricPlant capex range MoneyQuantity HydroelectricPlant opex range MoneyQuantity SolarPlant capex range MoneyQuantity SolarPlant opex range MoneyQuantity WindFarm capex range MoneyQuantity WindFarm opex range MoneyQuantity","title":"Usages"},{"location":"MoneyQuantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"MoneyQuantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"MoneyQuantity/#mappings","text":"Mapping Type Mapped Value self fhir:MoneyQuantity native linkml_common:MoneyQuantity","title":"Mappings"},{"location":"MoneyQuantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"MoneyQuantity/#direct","text":"name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: SimpleQuantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept class_uri: fhir:MoneyQuantity","title":"Direct"},{"location":"MoneyQuantity/#induced","text":"name: MoneyQuantity description: A quantity of money from_schema: https://w3id.org/linkml/linkml-common is_a: SimpleQuantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/financial alias: value owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit description: The currency of the quantity from_schema: https://w3id.org/linkml-common/financial alias: unit owner: MoneyQuantity domain_of: - SimpleQuantity - MoneyQuantity role: currency range: CurrencyConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: MoneyQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: MoneyQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:MoneyQuantity","title":"Induced"},{"location":"NamedThing/","text":"Class: NamedThing URI: linkml_common:NamedThing classDiagram class NamedThing Entity <|-- NamedThing NamedThing <|-- Concept NamedThing <|-- InformationEntity NamedThing <|-- PhysicalDevice NamedThing <|-- Specification NamedThing <|-- Agent NamedThing <|-- CreativeWork NamedThing <|-- Investigation NamedThing <|-- SampleMaterial NamedThing <|-- BuiltEnvironmentFeature NamedThing <|-- ClinicalCohort NamedThing <|-- ClinicalCohortDefinition NamedThing <|-- RawMaterial NamedThing <|-- Equipment NamedThing <|-- Place NamedThing <|-- Event NamedThing : classification NamedThing --> Concept : classification NamedThing : description NamedThing : id NamedThing : name NamedThing : ontology_types NamedThing --> Concept : ontology_types NamedThing : type Inheritance Entity NamedThing Concept InformationEntity PhysicalDevice Specification Agent CreativeWork Investigation SampleMaterial BuiltEnvironmentFeature ClinicalCohort ClinicalCohortDefinition RawMaterial Equipment Place Event Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct type 0..1 String A type for a thing direct classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... direct ontology_types 0..* Concept direct description 0..1 String A human-readable description for a thing direct Usages used by used in type used SampleCollectionProcess collected_from range NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:NamedThing native linkml_common:NamedThing LinkML Source Direct name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity slots: - id - name - type - classification - ontology_types - description Induced name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NamedThing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NamedThing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NamedThing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: NamedThing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NamedThing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NamedThing domain_of: - NamedThing - TimePoint range: string","title":"Class: NamedThing"},{"location":"NamedThing/#class-namedthing","text":"URI: linkml_common:NamedThing classDiagram class NamedThing Entity <|-- NamedThing NamedThing <|-- Concept NamedThing <|-- InformationEntity NamedThing <|-- PhysicalDevice NamedThing <|-- Specification NamedThing <|-- Agent NamedThing <|-- CreativeWork NamedThing <|-- Investigation NamedThing <|-- SampleMaterial NamedThing <|-- BuiltEnvironmentFeature NamedThing <|-- ClinicalCohort NamedThing <|-- ClinicalCohortDefinition NamedThing <|-- RawMaterial NamedThing <|-- Equipment NamedThing <|-- Place NamedThing <|-- Event NamedThing : classification NamedThing --> Concept : classification NamedThing : description NamedThing : id NamedThing : name NamedThing : ontology_types NamedThing --> Concept : ontology_types NamedThing : type","title":"Class: NamedThing"},{"location":"NamedThing/#inheritance","text":"Entity NamedThing Concept InformationEntity PhysicalDevice Specification Agent CreativeWork Investigation SampleMaterial BuiltEnvironmentFeature ClinicalCohort ClinicalCohortDefinition RawMaterial Equipment Place Event","title":"Inheritance"},{"location":"NamedThing/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct type 0..1 String A type for a thing direct classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... direct ontology_types 0..* Concept direct description 0..1 String A human-readable description for a thing direct","title":"Slots"},{"location":"NamedThing/#usages","text":"used by used in type used SampleCollectionProcess collected_from range NamedThing","title":"Usages"},{"location":"NamedThing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"NamedThing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"NamedThing/#mappings","text":"Mapping Type Mapped Value self linkml_common:NamedThing native linkml_common:NamedThing","title":"Mappings"},{"location":"NamedThing/#linkml-source","text":"","title":"LinkML Source"},{"location":"NamedThing/#direct","text":"name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity slots: - id - name - type - classification - ontology_types - description","title":"Direct"},{"location":"NamedThing/#induced","text":"name: NamedThing from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NamedThing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NamedThing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NamedThing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: NamedThing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NamedThing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NamedThing domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Ncname/","text":"Type: Ncname Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Ncname"},{"location":"Ncname/#type-ncname","text":"Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str","title":"Type: Ncname"},{"location":"Ncname/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ncname/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Nodeidentifier/","text":"Type: Nodeidentifier A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#type-nodeidentifier","text":"A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Nodeidentifier/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"NuclearPlant/","text":"Class: NuclearPlant A nuclear power plant URI: linkml_common:NuclearPlant classDiagram class NuclearPlant PowerPlant <|-- NuclearPlant NuclearPlant : capacity NuclearPlant --> SimpleQuantity : capacity NuclearPlant : capex NuclearPlant --> MoneyQuantity : capex NuclearPlant : classification NuclearPlant --> Concept : classification NuclearPlant : commissioning_date NuclearPlant : decommissioning_date NuclearPlant : description NuclearPlant : id NuclearPlant : located_at_place NuclearPlant --> Place : located_at_place NuclearPlant : location NuclearPlant --> Place : location NuclearPlant : name NuclearPlant : ontology_types NuclearPlant --> Concept : ontology_types NuclearPlant : operator NuclearPlant --> Organization : operator NuclearPlant : opex NuclearPlant --> MoneyQuantity : opex NuclearPlant : plant_type NuclearPlant --> PowerPlantType : plant_type NuclearPlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant NuclearPlant Slots Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:NuclearPlant native linkml_common:NuclearPlant LinkML Source Direct name: NuclearPlant description: A nuclear power plant from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant Induced name: NuclearPlant description: A nuclear power plant from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: NuclearPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: NuclearPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: NuclearPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: NuclearPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: NuclearPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: NuclearPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: NuclearPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: NuclearPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: NuclearPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NuclearPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NuclearPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NuclearPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: NuclearPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NuclearPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NuclearPlant domain_of: - NamedThing - TimePoint range: string","title":"Class: NuclearPlant"},{"location":"NuclearPlant/#class-nuclearplant","text":"A nuclear power plant URI: linkml_common:NuclearPlant classDiagram class NuclearPlant PowerPlant <|-- NuclearPlant NuclearPlant : capacity NuclearPlant --> SimpleQuantity : capacity NuclearPlant : capex NuclearPlant --> MoneyQuantity : capex NuclearPlant : classification NuclearPlant --> Concept : classification NuclearPlant : commissioning_date NuclearPlant : decommissioning_date NuclearPlant : description NuclearPlant : id NuclearPlant : located_at_place NuclearPlant --> Place : located_at_place NuclearPlant : location NuclearPlant --> Place : location NuclearPlant : name NuclearPlant : ontology_types NuclearPlant --> Concept : ontology_types NuclearPlant : operator NuclearPlant --> Organization : operator NuclearPlant : opex NuclearPlant --> MoneyQuantity : opex NuclearPlant : plant_type NuclearPlant --> PowerPlantType : plant_type NuclearPlant : type","title":"Class: NuclearPlant"},{"location":"NuclearPlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant NuclearPlant","title":"Inheritance"},{"location":"NuclearPlant/#slots","text":"Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"NuclearPlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"NuclearPlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"NuclearPlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:NuclearPlant native linkml_common:NuclearPlant","title":"Mappings"},{"location":"NuclearPlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"NuclearPlant/#direct","text":"name: NuclearPlant description: A nuclear power plant from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant","title":"Direct"},{"location":"NuclearPlant/#induced","text":"name: NuclearPlant description: A nuclear power plant from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: NuclearPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: NuclearPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: NuclearPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: NuclearPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: NuclearPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: NuclearPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: NuclearPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: NuclearPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: NuclearPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: NuclearPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: NuclearPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: NuclearPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: NuclearPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: NuclearPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: NuclearPlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Objectidentifier/","text":"Type: Objectidentifier A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str Comments Used for inheritance and type checking Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#type-objectidentifier","text":"A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#comments","text":"Used for inheritance and type checking","title":"Comments"},{"location":"Objectidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Objectidentifier/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Observation/","text":"Class: Observation A statement about the state of something URI: linkml_common:Observation classDiagram class Observation Entity <|-- Observation Observation <|-- Measurement Observation : type Inheritance Entity Observation Measurement Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Observation native linkml_common:Observation LinkML Source Direct name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity Induced name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Observation domain_of: - Entity - NamedThing range: string","title":"Class: Observation"},{"location":"Observation/#class-observation","text":"A statement about the state of something URI: linkml_common:Observation classDiagram class Observation Entity <|-- Observation Observation <|-- Measurement Observation : type","title":"Class: Observation"},{"location":"Observation/#inheritance","text":"Entity Observation Measurement","title":"Inheritance"},{"location":"Observation/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Observation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Observation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Observation/#mappings","text":"Mapping Type Mapped Value self linkml_common:Observation native linkml_common:Observation","title":"Mappings"},{"location":"Observation/#linkml-source","text":"","title":"LinkML Source"},{"location":"Observation/#direct","text":"name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity","title":"Direct"},{"location":"Observation/#induced","text":"name: Observation description: A statement about the state of something from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Observation domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Organization/","text":"Class: Organization Represents an Organization URI: linkml_common:Organization classDiagram class Organization Agent <|-- Organization Organization <|-- HealthcareOrganization Organization : classification Organization --> Concept : classification Organization : description Organization : id Organization : name Organization : ontology_types Organization --> Concept : ontology_types Organization : type Inheritance Entity NamedThing Agent Organization HealthcareOrganization Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used FinancialAccount bank range Organization PowerPlant operator range Organization FossilFuelPlant operator range Organization NuclearPlant operator range Organization RenewablePlant operator range Organization HydroelectricPlant operator range Organization SolarPlant operator range Organization WindFarm operator range Organization ExtractiveIndustryFacility operator range Organization MiningFacility operator range Organization WellFacility operator range Organization QuarryFacility operator range Organization Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Organization native linkml_common:Organization exact schema:Organization LinkML Source Direct name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent Induced name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Organization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Organization domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Organization domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Organization domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Organization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Organization domain_of: - NamedThing - TimePoint range: string","title":"Class: Organization"},{"location":"Organization/#class-organization","text":"Represents an Organization URI: linkml_common:Organization classDiagram class Organization Agent <|-- Organization Organization <|-- HealthcareOrganization Organization : classification Organization --> Concept : classification Organization : description Organization : id Organization : name Organization : ontology_types Organization --> Concept : ontology_types Organization : type","title":"Class: Organization"},{"location":"Organization/#inheritance","text":"Entity NamedThing Agent Organization HealthcareOrganization","title":"Inheritance"},{"location":"Organization/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Organization/#usages","text":"used by used in type used FinancialAccount bank range Organization PowerPlant operator range Organization FossilFuelPlant operator range Organization NuclearPlant operator range Organization RenewablePlant operator range Organization HydroelectricPlant operator range Organization SolarPlant operator range Organization WindFarm operator range Organization ExtractiveIndustryFacility operator range Organization MiningFacility operator range Organization WellFacility operator range Organization QuarryFacility operator range Organization","title":"Usages"},{"location":"Organization/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Organization/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Organization/#mappings","text":"Mapping Type Mapped Value self linkml_common:Organization native linkml_common:Organization exact schema:Organization","title":"Mappings"},{"location":"Organization/#linkml-source","text":"","title":"LinkML Source"},{"location":"Organization/#direct","text":"name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent","title":"Direct"},{"location":"Organization/#induced","text":"name: Organization description: Represents an Organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Organization is_a: Agent attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Organization domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Organization domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Organization domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Organization domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Organization domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Organization domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Patient/","text":"Class: Patient URI: linkml_common:Patient classDiagram class Patient HealthcareRole <|-- Patient Patient : is_person Patient --> Person : is_person Patient : type Inheritance Entity Intangible Role HealthcareRole Patient Slots Name Cardinality and Range Description Inheritance is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareEncounter patient range Patient HealthcareConditionOccurrence patient range Patient ClinicalCohortEnrollment patient range Patient Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Patient native linkml_common:Patient LinkML Source Direct name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole Induced name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: Patient domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Patient domain_of: - Entity - NamedThing range: string","title":"Class: Patient"},{"location":"Patient/#class-patient","text":"URI: linkml_common:Patient classDiagram class Patient HealthcareRole <|-- Patient Patient : is_person Patient --> Person : is_person Patient : type","title":"Class: Patient"},{"location":"Patient/#inheritance","text":"Entity Intangible Role HealthcareRole Patient","title":"Inheritance"},{"location":"Patient/#slots","text":"Name Cardinality and Range Description Inheritance is_person 0..1 Person HealthcareRole type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Patient/#usages","text":"used by used in type used HealthcareEncounter patient range Patient HealthcareConditionOccurrence patient range Patient ClinicalCohortEnrollment patient range Patient","title":"Usages"},{"location":"Patient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Patient/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Patient/#mappings","text":"Mapping Type Mapped Value self linkml_common:Patient native linkml_common:Patient","title":"Mappings"},{"location":"Patient/#linkml-source","text":"","title":"LinkML Source"},{"location":"Patient/#direct","text":"name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole","title":"Direct"},{"location":"Patient/#induced","text":"name: Patient from_schema: https://w3id.org/linkml/linkml-common is_a: HealthcareRole attributes: is_person: name: is_person from_schema: https://w3id.org/linkml-common/healthcare rank: 1000 alias: is_person owner: Patient domain_of: - HealthcareRole range: Person type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Patient domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Person/","text":"Class: Person Represents a Person URI: linkml_common:Person classDiagram class Person Agent <|-- Person Person : age_in_years Person : birth_date Person : classification Person --> Concept : classification Person : description Person : id Person : name Person : ontology_types Person --> Concept : ontology_types Person : primary_email Person : type Person : vital_status Person --> PersonStatus : vital_status Inheritance Entity NamedThing Agent Person Slots Name Cardinality and Range Description Inheritance primary_email 0..1 String The main email address of a person direct birth_date 0..1 Date Date on which a person is born direct age_in_years 0..1 Integer Number of years since birth direct vital_status 0..1 PersonStatus living or dead status direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used HealthcareRole is_person range Person HealthcareProvider is_person range Person Patient is_person range Person FinancialAccount account_holder range Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Person native linkml_common:Person exact schema:Person LinkML Source Direct name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slots: - primary_email - birth_date - age_in_years - vital_status slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ Induced name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ attributes: primary_email: name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email owner: Person domain_of: - Person range: string pattern: ^\\S+@[\\S+\\.]+\\S+ birth_date: name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date owner: Person domain_of: - Person range: date age_in_years: name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years owner: Person domain_of: - Person range: integer vital_status: name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status owner: Person domain_of: - Person range: PersonStatus id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Person domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Person domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Person domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Person domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Person domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Person domain_of: - NamedThing - TimePoint range: string","title":"Class: Person"},{"location":"Person/#class-person","text":"Represents a Person URI: linkml_common:Person classDiagram class Person Agent <|-- Person Person : age_in_years Person : birth_date Person : classification Person --> Concept : classification Person : description Person : id Person : name Person : ontology_types Person --> Concept : ontology_types Person : primary_email Person : type Person : vital_status Person --> PersonStatus : vital_status","title":"Class: Person"},{"location":"Person/#inheritance","text":"Entity NamedThing Agent Person","title":"Inheritance"},{"location":"Person/#slots","text":"Name Cardinality and Range Description Inheritance primary_email 0..1 String The main email address of a person direct birth_date 0..1 Date Date on which a person is born direct age_in_years 0..1 Integer Number of years since birth direct vital_status 0..1 PersonStatus living or dead status direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Person/#usages","text":"used by used in type used HealthcareRole is_person range Person HealthcareProvider is_person range Person Patient is_person range Person FinancialAccount account_holder range Person","title":"Usages"},{"location":"Person/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Person/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Person/#mappings","text":"Mapping Type Mapped Value self linkml_common:Person native linkml_common:Person exact schema:Person","title":"Mappings"},{"location":"Person/#linkml-source","text":"","title":"LinkML Source"},{"location":"Person/#direct","text":"name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slots: - primary_email - birth_date - age_in_years - vital_status slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+","title":"Direct"},{"location":"Person/#induced","text":"name: Person description: Represents a Person from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Person is_a: Agent slot_usage: primary_email: name: primary_email domain_of: - Person pattern: ^\\S+@[\\S+\\.]+\\S+ attributes: primary_email: name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email owner: Person domain_of: - Person range: string pattern: ^\\S+@[\\S+\\.]+\\S+ birth_date: name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date owner: Person domain_of: - Person range: date age_in_years: name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years owner: Person domain_of: - Person range: integer vital_status: name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status owner: Person domain_of: - Person range: PersonStatus id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Person domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Person domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Person domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Person domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Person domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Person domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"PersonStatus/","text":"Enum: PersonStatus URI: PersonStatus Permissible Values Value Meaning Description ALIVE PATO:0001421 the person is living DEAD PATO:0001422 the person is deceased UNKNOWN None the vital status is not known Slots Name Description vital_status living or dead status Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: PersonStatus from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: ALIVE: text: ALIVE description: the person is living meaning: PATO:0001421 DEAD: text: DEAD description: the person is deceased meaning: PATO:0001422 UNKNOWN: text: UNKNOWN description: the vital status is not known todos: - map this to an ontology","title":"Enum: PersonStatus"},{"location":"PersonStatus/#enum-personstatus","text":"URI: PersonStatus","title":"Enum: PersonStatus"},{"location":"PersonStatus/#permissible-values","text":"Value Meaning Description ALIVE PATO:0001421 the person is living DEAD PATO:0001422 the person is deceased UNKNOWN None the vital status is not known","title":"Permissible Values"},{"location":"PersonStatus/#slots","text":"Name Description vital_status living or dead status","title":"Slots"},{"location":"PersonStatus/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PersonStatus/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PersonStatus/#linkml-source","text":"name: PersonStatus from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: ALIVE: text: ALIVE description: the person is living meaning: PATO:0001421 DEAD: text: DEAD description: the person is deceased meaning: PATO:0001422 UNKNOWN: text: UNKNOWN description: the vital status is not known todos: - map this to an ontology","title":"LinkML Source"},{"location":"PhysicalDevice/","text":"Class: PhysicalDevice URI: linkml_common:PhysicalDevice classDiagram class PhysicalDevice NamedThing <|-- PhysicalDevice PhysicalDevice : classification PhysicalDevice --> Concept : classification PhysicalDevice : description PhysicalDevice : id PhysicalDevice : name PhysicalDevice : ontology_types PhysicalDevice --> Concept : ontology_types PhysicalDevice : type Inheritance Entity NamedThing PhysicalDevice Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used InvestigativeProcess uses_physical_device range PhysicalDevice SampleCollectionProcess uses_physical_device range PhysicalDevice SampleProcessing uses_physical_device range PhysicalDevice DataGenerationFromSample uses_physical_device range PhysicalDevice EngineeringMaterialProcessing uses_physical_device range PhysicalDevice PlannedProcess uses_physical_device range PhysicalDevice MaterialCollection uses_physical_device range PhysicalDevice MaterialProcessing uses_physical_device range PhysicalDevice FoodProcessing uses_physical_device range PhysicalDevice Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PhysicalDevice native linkml_common:PhysicalDevice LinkML Source Direct name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PhysicalDevice domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PhysicalDevice domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PhysicalDevice domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PhysicalDevice domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PhysicalDevice domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PhysicalDevice domain_of: - NamedThing - TimePoint range: string","title":"Class: PhysicalDevice"},{"location":"PhysicalDevice/#class-physicaldevice","text":"URI: linkml_common:PhysicalDevice classDiagram class PhysicalDevice NamedThing <|-- PhysicalDevice PhysicalDevice : classification PhysicalDevice --> Concept : classification PhysicalDevice : description PhysicalDevice : id PhysicalDevice : name PhysicalDevice : ontology_types PhysicalDevice --> Concept : ontology_types PhysicalDevice : type","title":"Class: PhysicalDevice"},{"location":"PhysicalDevice/#inheritance","text":"Entity NamedThing PhysicalDevice","title":"Inheritance"},{"location":"PhysicalDevice/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PhysicalDevice/#usages","text":"used by used in type used InvestigativeProcess uses_physical_device range PhysicalDevice SampleCollectionProcess uses_physical_device range PhysicalDevice SampleProcessing uses_physical_device range PhysicalDevice DataGenerationFromSample uses_physical_device range PhysicalDevice EngineeringMaterialProcessing uses_physical_device range PhysicalDevice PlannedProcess uses_physical_device range PhysicalDevice MaterialCollection uses_physical_device range PhysicalDevice MaterialProcessing uses_physical_device range PhysicalDevice FoodProcessing uses_physical_device range PhysicalDevice","title":"Usages"},{"location":"PhysicalDevice/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PhysicalDevice/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PhysicalDevice/#mappings","text":"Mapping Type Mapped Value self linkml_common:PhysicalDevice native linkml_common:PhysicalDevice","title":"Mappings"},{"location":"PhysicalDevice/#linkml-source","text":"","title":"LinkML Source"},{"location":"PhysicalDevice/#direct","text":"name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"PhysicalDevice/#induced","text":"name: PhysicalDevice from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PhysicalDevice domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PhysicalDevice domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PhysicalDevice domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PhysicalDevice domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PhysicalDevice domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PhysicalDevice domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Place/","text":"Class: Place Entities that have a somewhat fixed, physical extension. URI: schema:Place classDiagram class Place NamedThing <|-- Place Place <|-- HealthcareSite Place <|-- Landform Place <|-- EnvironmentalSite Place : address Place --> PostalAddress : address Place : bounding_coordinates Place --> GeoBoxLocation : bounding_coordinates Place : classification Place --> Concept : classification Place : description Place : geolocation Place --> GeoPointLocation : geolocation Place : id Place : name Place : ontology_types Place --> Concept : ontology_types Place : type Inheritance Entity NamedThing Place HealthcareSite Landform EnvironmentalSite Slots Name Cardinality and Range Description Inheritance address 0..1 PostalAddress direct geolocation 0..1 GeoPointLocation The geolocation of the place direct bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used Facility located_at_place range Place Building located_at_place range Place PowerPlant location range Place PowerPlant located_at_place range Place FossilFuelPlant location range Place FossilFuelPlant located_at_place range Place NuclearPlant location range Place NuclearPlant located_at_place range Place RenewablePlant location range Place RenewablePlant located_at_place range Place HydroelectricPlant location range Place HydroelectricPlant located_at_place range Place SolarPlant location range Place SolarPlant located_at_place range Place WindFarm location range Place WindFarm located_at_place range Place ExtractiveIndustryFacility located_at_place range Place MiningFacility located_at_place range Place WellFacility located_at_place range Place QuarryFacility located_at_place range Place Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Place native linkml_common:Place LinkML Source Direct name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - address - geolocation - bounding_coordinates class_uri: schema:Place Induced name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Place domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Place domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Place domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Place domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Place domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Place domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Place domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Place domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Place domain_of: - NamedThing - TimePoint range: string class_uri: schema:Place","title":"Class: Place"},{"location":"Place/#class-place","text":"Entities that have a somewhat fixed, physical extension. URI: schema:Place classDiagram class Place NamedThing <|-- Place Place <|-- HealthcareSite Place <|-- Landform Place <|-- EnvironmentalSite Place : address Place --> PostalAddress : address Place : bounding_coordinates Place --> GeoBoxLocation : bounding_coordinates Place : classification Place --> Concept : classification Place : description Place : geolocation Place --> GeoPointLocation : geolocation Place : id Place : name Place : ontology_types Place --> Concept : ontology_types Place : type","title":"Class: Place"},{"location":"Place/#inheritance","text":"Entity NamedThing Place HealthcareSite Landform EnvironmentalSite","title":"Inheritance"},{"location":"Place/#slots","text":"Name Cardinality and Range Description Inheritance address 0..1 PostalAddress direct geolocation 0..1 GeoPointLocation The geolocation of the place direct bounding_coordinates 0..1 GeoBoxLocation The bounding coordinates of the place direct id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Place/#usages","text":"used by used in type used Facility located_at_place range Place Building located_at_place range Place PowerPlant location range Place PowerPlant located_at_place range Place FossilFuelPlant location range Place FossilFuelPlant located_at_place range Place NuclearPlant location range Place NuclearPlant located_at_place range Place RenewablePlant location range Place RenewablePlant located_at_place range Place HydroelectricPlant location range Place HydroelectricPlant located_at_place range Place SolarPlant location range Place SolarPlant located_at_place range Place WindFarm location range Place WindFarm located_at_place range Place ExtractiveIndustryFacility located_at_place range Place MiningFacility located_at_place range Place WellFacility located_at_place range Place QuarryFacility located_at_place range Place","title":"Usages"},{"location":"Place/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Place/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Place/#mappings","text":"Mapping Type Mapped Value self schema:Place native linkml_common:Place","title":"Mappings"},{"location":"Place/#linkml-source","text":"","title":"LinkML Source"},{"location":"Place/#direct","text":"name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing slots: - address - geolocation - bounding_coordinates class_uri: schema:Place","title":"Direct"},{"location":"Place/#induced","text":"name: Place description: Entities that have a somewhat fixed, physical extension. from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: address: name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address owner: Place domain_of: - Place range: PostalAddress geolocation: name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation owner: Place domain_of: - Place range: GeoPointLocation bounding_coordinates: name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates owner: Place domain_of: - Place range: GeoBoxLocation id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Place domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Place domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Place domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Place domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Place domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Place domain_of: - NamedThing - TimePoint range: string class_uri: schema:Place","title":"Induced"},{"location":"PlannedProcess/","text":"Class: PlannedProcess A process that follows a defined procedure or plan URI: linkml_common:PlannedProcess classDiagram class PlannedProcess Event <|-- PlannedProcess PlannedProcess <|-- InvestigativeProcess PlannedProcess <|-- MaterialCollection PlannedProcess <|-- MaterialProcessing PlannedProcess : classification PlannedProcess --> Concept : classification PlannedProcess : description PlannedProcess : ends_at PlannedProcess --> TimePoint : ends_at PlannedProcess : follows_procedure PlannedProcess --> Procedure : follows_procedure PlannedProcess : happens_at PlannedProcess --> TimePoint : happens_at PlannedProcess : has_duration PlannedProcess --> Duration : has_duration PlannedProcess : has_interval PlannedProcess --> TemporalInterval : has_interval PlannedProcess : id PlannedProcess : name PlannedProcess : ontology_types PlannedProcess --> Concept : ontology_types PlannedProcess : starts_at PlannedProcess --> TimePoint : starts_at PlannedProcess : type PlannedProcess : uses_physical_device PlannedProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess MaterialCollection MaterialProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure direct uses_physical_device 0..1 PhysicalDevice direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PlannedProcess native linkml_common:PlannedProcess exact OBI:0000011 LinkML Source Direct name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 domain_of: - PlannedProcess range: PhysicalDevice Induced name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: PlannedProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: PlannedProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: PlannedProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: PlannedProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PlannedProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PlannedProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PlannedProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PlannedProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PlannedProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PlannedProcess domain_of: - NamedThing - TimePoint range: string","title":"Class: PlannedProcess"},{"location":"PlannedProcess/#class-plannedprocess","text":"A process that follows a defined procedure or plan URI: linkml_common:PlannedProcess classDiagram class PlannedProcess Event <|-- PlannedProcess PlannedProcess <|-- InvestigativeProcess PlannedProcess <|-- MaterialCollection PlannedProcess <|-- MaterialProcessing PlannedProcess : classification PlannedProcess --> Concept : classification PlannedProcess : description PlannedProcess : ends_at PlannedProcess --> TimePoint : ends_at PlannedProcess : follows_procedure PlannedProcess --> Procedure : follows_procedure PlannedProcess : happens_at PlannedProcess --> TimePoint : happens_at PlannedProcess : has_duration PlannedProcess --> Duration : has_duration PlannedProcess : has_interval PlannedProcess --> TemporalInterval : has_interval PlannedProcess : id PlannedProcess : name PlannedProcess : ontology_types PlannedProcess --> Concept : ontology_types PlannedProcess : starts_at PlannedProcess --> TimePoint : starts_at PlannedProcess : type PlannedProcess : uses_physical_device PlannedProcess --> PhysicalDevice : uses_physical_device","title":"Class: PlannedProcess"},{"location":"PlannedProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess MaterialCollection MaterialProcessing","title":"Inheritance"},{"location":"PlannedProcess/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure direct uses_physical_device 0..1 PhysicalDevice direct starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PlannedProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PlannedProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PlannedProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:PlannedProcess native linkml_common:PlannedProcess exact OBI:0000011","title":"Mappings"},{"location":"PlannedProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"PlannedProcess/#direct","text":"name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 domain_of: - PlannedProcess range: PhysicalDevice","title":"Direct"},{"location":"PlannedProcess/#induced","text":"name: PlannedProcess description: A process that follows a defined procedure or plan from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - OBI:0000011 is_a: Event attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: PlannedProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: PlannedProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: PlannedProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: PlannedProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: PlannedProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PlannedProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PlannedProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PlannedProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PlannedProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PlannedProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PlannedProcess domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"PointLocation/","text":"Class: PointLocation URI: linkml_common:PointLocation classDiagram class PointLocation Location <|-- PointLocation PointLocation <|-- GeoPointLocation Inheritance Location PointLocation GeoPointLocation Slots Name Cardinality and Range Description Inheritance Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PointLocation native linkml_common:PointLocation LinkML Source Direct name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location Induced name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Class: PointLocation"},{"location":"PointLocation/#class-pointlocation","text":"URI: linkml_common:PointLocation classDiagram class PointLocation Location <|-- PointLocation PointLocation <|-- GeoPointLocation","title":"Class: PointLocation"},{"location":"PointLocation/#inheritance","text":"Location PointLocation GeoPointLocation","title":"Inheritance"},{"location":"PointLocation/#slots","text":"Name Cardinality and Range Description Inheritance","title":"Slots"},{"location":"PointLocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PointLocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PointLocation/#mappings","text":"Mapping Type Mapped Value self linkml_common:PointLocation native linkml_common:PointLocation","title":"Mappings"},{"location":"PointLocation/#linkml-source","text":"","title":"LinkML Source"},{"location":"PointLocation/#direct","text":"name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Direct"},{"location":"PointLocation/#induced","text":"name: PointLocation from_schema: https://w3id.org/linkml/linkml-common is_a: Location","title":"Induced"},{"location":"PostalAddress/","text":"Class: PostalAddress Represents an Address URI: schema:PostalAddress classDiagram class PostalAddress Entity <|-- PostalAddress PostalAddress : city PostalAddress : country PostalAddress : postal_code PostalAddress : state PostalAddress : street_address PostalAddress : street_address_additional PostalAddress : type Inheritance Entity PostalAddress Slots Name Cardinality and Range Description Inheritance street_address 0..1 String The street address direct street_address_additional 0..1 String direct city 0..1 String The city direct state 0..1 String The state direct postal_code 0..1 String The postal code or zip code direct country 0..1 String The country direct type 0..1 String A type for a thing Entity Usages used by used in type used HealthcareSite address range PostalAddress Place address range PostalAddress Landform address range PostalAddress EnvironmentalSite address range PostalAddress Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:PostalAddress native linkml_common:PostalAddress exact omopschema:CARE_SITE LinkML Source Direct name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 domain_of: - PostalAddress street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 domain_of: - PostalAddress city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress class_uri: schema:PostalAddress Induced name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PostalAddress domain_of: - Entity - NamedThing range: string class_uri: schema:PostalAddress","title":"Class: PostalAddress"},{"location":"PostalAddress/#class-postaladdress","text":"Represents an Address URI: schema:PostalAddress classDiagram class PostalAddress Entity <|-- PostalAddress PostalAddress : city PostalAddress : country PostalAddress : postal_code PostalAddress : state PostalAddress : street_address PostalAddress : street_address_additional PostalAddress : type","title":"Class: PostalAddress"},{"location":"PostalAddress/#inheritance","text":"Entity PostalAddress","title":"Inheritance"},{"location":"PostalAddress/#slots","text":"Name Cardinality and Range Description Inheritance street_address 0..1 String The street address direct street_address_additional 0..1 String direct city 0..1 String The city direct state 0..1 String The state direct postal_code 0..1 String The postal code or zip code direct country 0..1 String The country direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"PostalAddress/#usages","text":"used by used in type used HealthcareSite address range PostalAddress Place address range PostalAddress Landform address range PostalAddress EnvironmentalSite address range PostalAddress","title":"Usages"},{"location":"PostalAddress/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PostalAddress/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PostalAddress/#mappings","text":"Mapping Type Mapped Value self schema:PostalAddress native linkml_common:PostalAddress exact omopschema:CARE_SITE","title":"Mappings"},{"location":"PostalAddress/#linkml-source","text":"","title":"LinkML Source"},{"location":"PostalAddress/#direct","text":"name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 domain_of: - PostalAddress street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 domain_of: - PostalAddress city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 domain_of: - PostalAddress class_uri: schema:PostalAddress","title":"Direct"},{"location":"PostalAddress/#induced","text":"name: PostalAddress description: Represents an Address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:CARE_SITE is_a: Entity attributes: street_address: name: street_address description: The street address from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string street_address_additional: name: street_address_additional from_schema: https://w3id.org/linkml-common/geography exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string city: name: city description: The city from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string state: name: state description: The state from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string postal_code: name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string country: name: country description: The country from_schema: https://w3id.org/linkml-common/geography rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PostalAddress domain_of: - Entity - NamedThing range: string class_uri: schema:PostalAddress","title":"Induced"},{"location":"PowerPlant/","text":"Class: PowerPlant A facility for generating electrical power URI: linkml_common:PowerPlant classDiagram class PowerPlant Building <|-- PowerPlant PowerPlant <|-- FossilFuelPlant PowerPlant <|-- NuclearPlant PowerPlant <|-- RenewablePlant PowerPlant : capacity PowerPlant --> SimpleQuantity : capacity PowerPlant : capex PowerPlant --> MoneyQuantity : capex PowerPlant : classification PowerPlant --> Concept : classification PowerPlant : commissioning_date PowerPlant : decommissioning_date PowerPlant : description PowerPlant : id PowerPlant : located_at_place PowerPlant --> Place : located_at_place PowerPlant : location PowerPlant --> Place : location PowerPlant : name PowerPlant : ontology_types PowerPlant --> Concept : ontology_types PowerPlant : operator PowerPlant --> Organization : operator PowerPlant : opex PowerPlant --> MoneyQuantity : opex PowerPlant : plant_type PowerPlant --> PowerPlantType : plant_type PowerPlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant FossilFuelPlant NuclearPlant RenewablePlant Slots Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType direct location 0..1 Place direct operator 0..1 Organization direct capacity 0..1 SimpleQuantity direct commissioning_date 0..1 Date direct decommissioning_date 0..1 Date direct capex 0..1 MoneyQuantity Capital expenditure for the plant direct opex 0..1 MoneyQuantity Operating expense for the plant direct located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used ElectricalGrid plants range PowerPlant Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PowerPlant native linkml_common:PowerPlant LinkML Source Direct name: PowerPlant description: A facility for generating electrical power from_schema: https://w3id.org/linkml/linkml-common is_a: Building attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: MoneyQuantity Induced name: PowerPlant description: A facility for generating electrical power from_schema: https://w3id.org/linkml/linkml-common is_a: Building attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: PowerPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: PowerPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: PowerPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: PowerPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: PowerPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: PowerPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: PowerPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PowerPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PowerPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PowerPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PowerPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PowerPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PowerPlant domain_of: - NamedThing - TimePoint range: string","title":"Class: PowerPlant"},{"location":"PowerPlant/#class-powerplant","text":"A facility for generating electrical power URI: linkml_common:PowerPlant classDiagram class PowerPlant Building <|-- PowerPlant PowerPlant <|-- FossilFuelPlant PowerPlant <|-- NuclearPlant PowerPlant <|-- RenewablePlant PowerPlant : capacity PowerPlant --> SimpleQuantity : capacity PowerPlant : capex PowerPlant --> MoneyQuantity : capex PowerPlant : classification PowerPlant --> Concept : classification PowerPlant : commissioning_date PowerPlant : decommissioning_date PowerPlant : description PowerPlant : id PowerPlant : located_at_place PowerPlant --> Place : located_at_place PowerPlant : location PowerPlant --> Place : location PowerPlant : name PowerPlant : ontology_types PowerPlant --> Concept : ontology_types PowerPlant : operator PowerPlant --> Organization : operator PowerPlant : opex PowerPlant --> MoneyQuantity : opex PowerPlant : plant_type PowerPlant --> PowerPlantType : plant_type PowerPlant : type","title":"Class: PowerPlant"},{"location":"PowerPlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant FossilFuelPlant NuclearPlant RenewablePlant","title":"Inheritance"},{"location":"PowerPlant/#slots","text":"Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType direct location 0..1 Place direct operator 0..1 Organization direct capacity 0..1 SimpleQuantity direct commissioning_date 0..1 Date direct decommissioning_date 0..1 Date direct capex 0..1 MoneyQuantity Capital expenditure for the plant direct opex 0..1 MoneyQuantity Operating expense for the plant direct located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PowerPlant/#usages","text":"used by used in type used ElectricalGrid plants range PowerPlant","title":"Usages"},{"location":"PowerPlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PowerPlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PowerPlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:PowerPlant native linkml_common:PowerPlant","title":"Mappings"},{"location":"PowerPlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"PowerPlant/#direct","text":"name: PowerPlant description: A facility for generating electrical power from_schema: https://w3id.org/linkml/linkml-common is_a: Building attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 domain_of: - PowerPlant range: MoneyQuantity","title":"Direct"},{"location":"PowerPlant/#induced","text":"name: PowerPlant description: A facility for generating electrical power from_schema: https://w3id.org/linkml/linkml-common is_a: Building attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: PowerPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: PowerPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: PowerPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: PowerPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: PowerPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: PowerPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: PowerPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PowerPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PowerPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PowerPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PowerPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PowerPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PowerPlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"PowerPlantType/","text":"Class: PowerPlantType The type of power plant URI: linkml_common:PowerPlantType classDiagram class PowerPlantType Concept <|-- PowerPlantType PowerPlantType : classification PowerPlantType --> Concept : classification PowerPlantType : description PowerPlantType : id PowerPlantType : name PowerPlantType : ontology_types PowerPlantType --> Concept : ontology_types PowerPlantType : type Inheritance Entity NamedThing Concept PowerPlantType Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used PowerPlant plant_type range PowerPlantType FossilFuelPlant plant_type range PowerPlantType NuclearPlant plant_type range PowerPlantType RenewablePlant plant_type range PowerPlantType HydroelectricPlant plant_type range PowerPlantType SolarPlant plant_type range PowerPlantType WindFarm plant_type range PowerPlantType Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:PowerPlantType native linkml_common:PowerPlantType LinkML Source Direct name: PowerPlantType description: The type of power plant from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: PowerPlantType description: The type of power plant from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PowerPlantType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PowerPlantType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PowerPlantType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PowerPlantType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PowerPlantType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PowerPlantType domain_of: - NamedThing - TimePoint range: string","title":"Class: PowerPlantType"},{"location":"PowerPlantType/#class-powerplanttype","text":"The type of power plant URI: linkml_common:PowerPlantType classDiagram class PowerPlantType Concept <|-- PowerPlantType PowerPlantType : classification PowerPlantType --> Concept : classification PowerPlantType : description PowerPlantType : id PowerPlantType : name PowerPlantType : ontology_types PowerPlantType --> Concept : ontology_types PowerPlantType : type","title":"Class: PowerPlantType"},{"location":"PowerPlantType/#inheritance","text":"Entity NamedThing Concept PowerPlantType","title":"Inheritance"},{"location":"PowerPlantType/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"PowerPlantType/#usages","text":"used by used in type used PowerPlant plant_type range PowerPlantType FossilFuelPlant plant_type range PowerPlantType NuclearPlant plant_type range PowerPlantType RenewablePlant plant_type range PowerPlantType HydroelectricPlant plant_type range PowerPlantType SolarPlant plant_type range PowerPlantType WindFarm plant_type range PowerPlantType","title":"Usages"},{"location":"PowerPlantType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"PowerPlantType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"PowerPlantType/#mappings","text":"Mapping Type Mapped Value self linkml_common:PowerPlantType native linkml_common:PowerPlantType","title":"Mappings"},{"location":"PowerPlantType/#linkml-source","text":"","title":"LinkML Source"},{"location":"PowerPlantType/#direct","text":"name: PowerPlantType description: The type of power plant from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"PowerPlantType/#induced","text":"name: PowerPlantType description: The type of power plant from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: PowerPlantType domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: PowerPlantType domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: PowerPlantType domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: PowerPlantType domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: PowerPlantType domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: PowerPlantType domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Procedure/","text":"Class: Procedure A canonical series of actions conducted in a certain order or manner URI: linkml_common:Procedure classDiagram class Procedure Specification <|-- Procedure Procedure <|-- InvestigativeProtocol Procedure <|-- StudyDesign Procedure <|-- EngineeringSpecification Procedure <|-- FoodRecipe Procedure : classification Procedure --> Concept : classification Procedure : description Procedure : id Procedure : name Procedure : ontology_types Procedure --> Concept : ontology_types Procedure : type Inheritance Entity NamedThing Specification Procedure InvestigativeProtocol StudyDesign EngineeringSpecification FoodRecipe Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SampleProcessing follows_procedure range Procedure EngineeringMaterialProcessing follows_procedure range Procedure PlannedProcess follows_procedure range Procedure MaterialCollection follows_procedure range Procedure MaterialProcessing follows_procedure range Procedure FoodProcessing follows_procedure range Procedure Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Procedure native linkml_common:Procedure LinkML Source Direct name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification Induced name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Procedure domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Procedure domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Procedure domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Procedure domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Procedure domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Procedure domain_of: - NamedThing - TimePoint range: string","title":"Class: Procedure"},{"location":"Procedure/#class-procedure","text":"A canonical series of actions conducted in a certain order or manner URI: linkml_common:Procedure classDiagram class Procedure Specification <|-- Procedure Procedure <|-- InvestigativeProtocol Procedure <|-- StudyDesign Procedure <|-- EngineeringSpecification Procedure <|-- FoodRecipe Procedure : classification Procedure --> Concept : classification Procedure : description Procedure : id Procedure : name Procedure : ontology_types Procedure --> Concept : ontology_types Procedure : type","title":"Class: Procedure"},{"location":"Procedure/#inheritance","text":"Entity NamedThing Specification Procedure InvestigativeProtocol StudyDesign EngineeringSpecification FoodRecipe","title":"Inheritance"},{"location":"Procedure/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Procedure/#usages","text":"used by used in type used SampleProcessing follows_procedure range Procedure EngineeringMaterialProcessing follows_procedure range Procedure PlannedProcess follows_procedure range Procedure MaterialCollection follows_procedure range Procedure MaterialProcessing follows_procedure range Procedure FoodProcessing follows_procedure range Procedure","title":"Usages"},{"location":"Procedure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Procedure/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Procedure/#mappings","text":"Mapping Type Mapped Value self linkml_common:Procedure native linkml_common:Procedure","title":"Mappings"},{"location":"Procedure/#linkml-source","text":"","title":"LinkML Source"},{"location":"Procedure/#direct","text":"name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification","title":"Direct"},{"location":"Procedure/#induced","text":"name: Procedure description: A canonical series of actions conducted in a certain order or manner from_schema: https://w3id.org/linkml/linkml-common is_a: Specification attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Procedure domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Procedure domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Procedure domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Procedure domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Procedure domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Procedure domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Publication/","text":"Class: Publication URI: linkml_common:Publication classDiagram class Publication CreativeWork <|-- Publication Publication : abstract Publication : classification Publication --> Concept : classification Publication : contacts Publication --> Agent : contacts Publication : contributors Publication --> Agent : contributors Publication : creators Publication --> Agent : creators Publication : description Publication : id Publication : keywords Publication : name Publication : ontology_types Publication --> Concept : ontology_types Publication : rights Publication : title Publication : type Inheritance Entity NamedThing CreativeWork Publication Slots Name Cardinality and Range Description Inheritance title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Publication native linkml_common:Publication LinkML Source Direct name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork Induced name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Publication domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Publication domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Publication domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Publication domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Publication domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Publication domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Publication domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Publication domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Publication domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Publication domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Publication domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Publication domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Publication domain_of: - NamedThing - TimePoint range: string","title":"Class: Publication"},{"location":"Publication/#class-publication","text":"URI: linkml_common:Publication classDiagram class Publication CreativeWork <|-- Publication Publication : abstract Publication : classification Publication --> Concept : classification Publication : contacts Publication --> Agent : contacts Publication : contributors Publication --> Agent : contributors Publication : creators Publication --> Agent : creators Publication : description Publication : id Publication : keywords Publication : name Publication : ontology_types Publication --> Concept : ontology_types Publication : rights Publication : title Publication : type","title":"Class: Publication"},{"location":"Publication/#inheritance","text":"Entity NamedThing CreativeWork Publication","title":"Inheritance"},{"location":"Publication/#slots","text":"Name Cardinality and Range Description Inheritance title 0..1 String The title of the item CreativeWork abstract 0..1 String A summary of the item CreativeWork rights 0..1 String Information about rights held in and over the item CreativeWork creators 0..* Agent The person or organization who created the work CreativeWork contributors 0..* Agent A person or organization that contributed to the creation of the work CreativeWork contacts 0..* Agent A contact point for a person or organization CreativeWork keywords 0..* String Keywords or tags used to describe this item CreativeWork id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Publication/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Publication/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Publication/#mappings","text":"Mapping Type Mapped Value self linkml_common:Publication native linkml_common:Publication","title":"Mappings"},{"location":"Publication/#linkml-source","text":"","title":"LinkML Source"},{"location":"Publication/#direct","text":"name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork","title":"Direct"},{"location":"Publication/#induced","text":"name: Publication from_schema: https://w3id.org/linkml/linkml-common is_a: CreativeWork attributes: title: name: title description: The title of the item from_schema: https://w3id.org/linkml-common/social exact_mappings: - dcterms:title rank: 1000 alias: title owner: Publication domain_of: - CreativeWork range: string abstract: name: abstract description: A summary of the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: abstract owner: Publication domain_of: - CreativeWork range: string rights: name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml-common/social rank: 1000 alias: rights owner: Publication domain_of: - CreativeWork range: string creators: name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: Publication domain_of: - CreativeWork range: Agent contributors: name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: Publication domain_of: - CreativeWork range: Agent contacts: name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: Publication domain_of: - CreativeWork range: Agent keywords: name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml-common/social rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: Publication domain_of: - CreativeWork range: string id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Publication domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Publication domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Publication domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Publication domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Publication domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Publication domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Quantity/","text":"Class: Quantity URI: fhir:Quantity classDiagram class Quantity Intangible <|-- Quantity Quantity <|-- SimpleQuantity Quantity <|-- Ratio Quantity <|-- Duration Quantity <|-- FoodIngredient Quantity : has_quantity_kind Quantity --> QuantityKind : has_quantity_kind Quantity : type Inheritance Entity Intangible Quantity SimpleQuantity Ratio Duration FoodIngredient Slots Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity direct type 0..1 String A type for a thing Entity Usages used by used in type used Ratio numerator range Quantity Ratio denominator range Quantity QuantityRange lower_bound range Quantity QuantityRange upper_bound range Quantity UnitConversionOperation inputs range Quantity UnitConversionOperation outputs range Quantity Measurement quantity_measured range Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Quantity native linkml_common:Quantity exact schema:Quantity LinkML Source Direct name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Quantity range: QuantityKind class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio Induced name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Quantity domain_of: - Entity - NamedThing range: string class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Class: Quantity"},{"location":"Quantity/#class-quantity","text":"URI: fhir:Quantity classDiagram class Quantity Intangible <|-- Quantity Quantity <|-- SimpleQuantity Quantity <|-- Ratio Quantity <|-- Duration Quantity <|-- FoodIngredient Quantity : has_quantity_kind Quantity --> QuantityKind : has_quantity_kind Quantity : type","title":"Class: Quantity"},{"location":"Quantity/#inheritance","text":"Entity Intangible Quantity SimpleQuantity Ratio Duration FoodIngredient","title":"Inheritance"},{"location":"Quantity/#slots","text":"Name Cardinality and Range Description Inheritance has_quantity_kind 0..1 QuantityKind The kind of quantity direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Quantity/#usages","text":"used by used in type used Ratio numerator range Quantity Ratio denominator range Quantity QuantityRange lower_bound range Quantity QuantityRange upper_bound range Quantity UnitConversionOperation inputs range Quantity UnitConversionOperation outputs range Quantity Measurement quantity_measured range Quantity","title":"Usages"},{"location":"Quantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Quantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Quantity/#mappings","text":"Mapping Type Mapped Value self fhir:Quantity native linkml_common:Quantity exact schema:Quantity","title":"Mappings"},{"location":"Quantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"Quantity/#direct","text":"name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Quantity range: QuantityKind class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Direct"},{"location":"Quantity/#induced","text":"name: Quantity from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Quantity is_a: Intangible attributes: has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Quantity domain_of: - Entity - NamedThing range: string class_uri: fhir:Quantity union_of: - Quantity - QuantityRange - Ratio","title":"Induced"},{"location":"QuantityKind/","text":"Class: QuantityKind URI: linkml_common:QuantityKind classDiagram class QuantityKind Concept <|-- QuantityKind QuantityKind : classification QuantityKind --> Concept : classification QuantityKind : description QuantityKind : id QuantityKind : name QuantityKind : ontology_types QuantityKind --> Concept : ontology_types QuantityKind : type Inheritance Entity NamedThing Concept QuantityKind Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used Quantity has_quantity_kind range QuantityKind SimpleQuantity has_quantity_kind range QuantityKind Ratio has_quantity_kind range QuantityKind MoneyQuantity has_quantity_kind range QuantityKind Duration has_quantity_kind range QuantityKind FoodIngredient has_quantity_kind range QuantityKind Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:QuantityKind native linkml_common:QuantityKind exact qudt:QuantityKind, fibo.QuantitiesAndUnits:ScalarQuantity LinkML Source Direct name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept Induced name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuantityKind domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuantityKind domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityKind domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: QuantityKind domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuantityKind domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuantityKind domain_of: - NamedThing - TimePoint range: string","title":"Class: QuantityKind"},{"location":"QuantityKind/#class-quantitykind","text":"URI: linkml_common:QuantityKind classDiagram class QuantityKind Concept <|-- QuantityKind QuantityKind : classification QuantityKind --> Concept : classification QuantityKind : description QuantityKind : id QuantityKind : name QuantityKind : ontology_types QuantityKind --> Concept : ontology_types QuantityKind : type","title":"Class: QuantityKind"},{"location":"QuantityKind/#inheritance","text":"Entity NamedThing Concept QuantityKind","title":"Inheritance"},{"location":"QuantityKind/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"QuantityKind/#usages","text":"used by used in type used Quantity has_quantity_kind range QuantityKind SimpleQuantity has_quantity_kind range QuantityKind Ratio has_quantity_kind range QuantityKind MoneyQuantity has_quantity_kind range QuantityKind Duration has_quantity_kind range QuantityKind FoodIngredient has_quantity_kind range QuantityKind","title":"Usages"},{"location":"QuantityKind/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"QuantityKind/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"QuantityKind/#mappings","text":"Mapping Type Mapped Value self linkml_common:QuantityKind native linkml_common:QuantityKind exact qudt:QuantityKind, fibo.QuantitiesAndUnits:ScalarQuantity","title":"Mappings"},{"location":"QuantityKind/#linkml-source","text":"","title":"LinkML Source"},{"location":"QuantityKind/#direct","text":"name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept","title":"Direct"},{"location":"QuantityKind/#induced","text":"name: QuantityKind from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - qudt:QuantityKind - fibo.QuantitiesAndUnits:ScalarQuantity is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuantityKind domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuantityKind domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityKind domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: QuantityKind domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuantityKind domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuantityKind domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"QuantityRange/","text":"Class: QuantityRange A quantity range is a property that can be measured or counted URI: fhir:Range classDiagram class QuantityRange Intangible <|-- QuantityRange QuantityRange : lower_bound QuantityRange --> Quantity : lower_bound QuantityRange : type QuantityRange : upper_bound QuantityRange --> Quantity : upper_bound Inheritance Entity Intangible QuantityRange Slots Name Cardinality and Range Description Inheritance lower_bound 0..1 Quantity The lower bound of the range direct upper_bound 0..1 Quantity The upper bound of the range direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Range native linkml_common:QuantityRange LinkML Source Direct name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - QuantityRange range: Quantity class_uri: fhir:Range Induced name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityRange domain_of: - Entity - NamedThing range: string class_uri: fhir:Range","title":"Class: QuantityRange"},{"location":"QuantityRange/#class-quantityrange","text":"A quantity range is a property that can be measured or counted URI: fhir:Range classDiagram class QuantityRange Intangible <|-- QuantityRange QuantityRange : lower_bound QuantityRange --> Quantity : lower_bound QuantityRange : type QuantityRange : upper_bound QuantityRange --> Quantity : upper_bound","title":"Class: QuantityRange"},{"location":"QuantityRange/#inheritance","text":"Entity Intangible QuantityRange","title":"Inheritance"},{"location":"QuantityRange/#slots","text":"Name Cardinality and Range Description Inheritance lower_bound 0..1 Quantity The lower bound of the range direct upper_bound 0..1 Quantity The upper bound of the range direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"QuantityRange/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"QuantityRange/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"QuantityRange/#mappings","text":"Mapping Type Mapped Value self fhir:Range native linkml_common:QuantityRange","title":"Mappings"},{"location":"QuantityRange/#linkml-source","text":"","title":"LinkML Source"},{"location":"QuantityRange/#direct","text":"name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - QuantityRange range: Quantity class_uri: fhir:Range","title":"Direct"},{"location":"QuantityRange/#induced","text":"name: QuantityRange description: A quantity range is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: lower_bound: name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity upper_bound: name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuantityRange domain_of: - Entity - NamedThing range: string class_uri: fhir:Range","title":"Induced"},{"location":"QuarryFacility/","text":"Class: QuarryFacility A facility where stone, sand, or gravel are extracted from the earth URI: linkml_common:QuarryFacility classDiagram class QuarryFacility ExtractiveIndustryFacility <|-- QuarryFacility QuarryFacility : annual_production QuarryFacility --> SimpleQuantity : annual_production QuarryFacility : classification QuarryFacility --> Concept : classification QuarryFacility : description QuarryFacility : facility_type QuarryFacility --> ExtractiveIndustryFacilityType : facility_type QuarryFacility : id QuarryFacility : located_at_place QuarryFacility --> Place : located_at_place QuarryFacility : name QuarryFacility : ontology_types QuarryFacility --> Concept : ontology_types QuarryFacility : operator QuarryFacility --> Organization : operator QuarryFacility : production_capacity QuarryFacility --> SimpleQuantity : production_capacity QuarryFacility : products QuarryFacility --> ExtractiveIndustryProduct : products QuarryFacility : reserves QuarryFacility --> SimpleQuantity : reserves QuarryFacility : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility QuarryFacility Slots Name Cardinality and Range Description Inheritance facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:QuarryFacility native linkml_common:QuarryFacility LinkML Source Direct name: QuarryFacility description: A facility where stone, sand, or gravel are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility Induced name: QuarryFacility description: A facility where stone, sand, or gravel are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: QuarryFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: QuarryFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuarryFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuarryFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuarryFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: QuarryFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuarryFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuarryFacility domain_of: - NamedThing - TimePoint range: string","title":"Class: QuarryFacility"},{"location":"QuarryFacility/#class-quarryfacility","text":"A facility where stone, sand, or gravel are extracted from the earth URI: linkml_common:QuarryFacility classDiagram class QuarryFacility ExtractiveIndustryFacility <|-- QuarryFacility QuarryFacility : annual_production QuarryFacility --> SimpleQuantity : annual_production QuarryFacility : classification QuarryFacility --> Concept : classification QuarryFacility : description QuarryFacility : facility_type QuarryFacility --> ExtractiveIndustryFacilityType : facility_type QuarryFacility : id QuarryFacility : located_at_place QuarryFacility --> Place : located_at_place QuarryFacility : name QuarryFacility : ontology_types QuarryFacility --> Concept : ontology_types QuarryFacility : operator QuarryFacility --> Organization : operator QuarryFacility : production_capacity QuarryFacility --> SimpleQuantity : production_capacity QuarryFacility : products QuarryFacility --> ExtractiveIndustryProduct : products QuarryFacility : reserves QuarryFacility --> SimpleQuantity : reserves QuarryFacility : type","title":"Class: QuarryFacility"},{"location":"QuarryFacility/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility QuarryFacility","title":"Inheritance"},{"location":"QuarryFacility/#slots","text":"Name Cardinality and Range Description Inheritance facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"QuarryFacility/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"QuarryFacility/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"QuarryFacility/#mappings","text":"Mapping Type Mapped Value self linkml_common:QuarryFacility native linkml_common:QuarryFacility","title":"Mappings"},{"location":"QuarryFacility/#linkml-source","text":"","title":"LinkML Source"},{"location":"QuarryFacility/#direct","text":"name: QuarryFacility description: A facility where stone, sand, or gravel are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility","title":"Direct"},{"location":"QuarryFacility/#induced","text":"name: QuarryFacility description: A facility where stone, sand, or gravel are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: QuarryFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: QuarryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: QuarryFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: QuarryFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: QuarryFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: QuarryFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: QuarryFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: QuarryFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: QuarryFacility domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Ratio/","text":"Class: Ratio A tuple of two quantities URI: fhir:Ratio classDiagram class Ratio Quantity <|-- Ratio Ratio : denominator Ratio --> Quantity : denominator Ratio : has_quantity_kind Ratio --> QuantityKind : has_quantity_kind Ratio : numerator Ratio --> Quantity : numerator Ratio : type Inheritance Entity Intangible Quantity Ratio Slots Name Cardinality and Range Description Inheritance numerator 0..1 Quantity The numerator of the ratio direct denominator 0..1 Quantity The denominator of the ratio direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:Ratio native linkml_common:Ratio LinkML Source Direct name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Ratio range: Quantity class_uri: fhir:Ratio Induced name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Ratio domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Ratio domain_of: - Entity - NamedThing range: string class_uri: fhir:Ratio","title":"Class: Ratio"},{"location":"Ratio/#class-ratio","text":"A tuple of two quantities URI: fhir:Ratio classDiagram class Ratio Quantity <|-- Ratio Ratio : denominator Ratio --> Quantity : denominator Ratio : has_quantity_kind Ratio --> QuantityKind : has_quantity_kind Ratio : numerator Ratio --> Quantity : numerator Ratio : type","title":"Class: Ratio"},{"location":"Ratio/#inheritance","text":"Entity Intangible Quantity Ratio","title":"Inheritance"},{"location":"Ratio/#slots","text":"Name Cardinality and Range Description Inheritance numerator 0..1 Quantity The numerator of the ratio direct denominator 0..1 Quantity The denominator of the ratio direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Ratio/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ratio/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Ratio/#mappings","text":"Mapping Type Mapped Value self fhir:Ratio native linkml_common:Ratio","title":"Mappings"},{"location":"Ratio/#linkml-source","text":"","title":"LinkML Source"},{"location":"Ratio/#direct","text":"name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - Ratio range: Quantity class_uri: fhir:Ratio","title":"Direct"},{"location":"Ratio/#induced","text":"name: Ratio description: A tuple of two quantities from_schema: https://w3id.org/linkml/linkml-common is_a: Quantity attributes: numerator: name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity denominator: name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: Ratio domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Ratio domain_of: - Entity - NamedThing range: string class_uri: fhir:Ratio","title":"Induced"},{"location":"RawMaterial/","text":"Class: RawMaterial URI: linkml_common:RawMaterial classDiagram class RawMaterial NamedThing <|-- RawMaterial RawMaterial : classification RawMaterial --> Concept : classification RawMaterial : description RawMaterial : id RawMaterial : name RawMaterial : ontology_types RawMaterial --> Concept : ontology_types RawMaterial : type Inheritance Entity NamedThing RawMaterial Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:RawMaterial native linkml_common:RawMaterial LinkML Source Direct name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RawMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RawMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RawMaterial domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: RawMaterial domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RawMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RawMaterial domain_of: - NamedThing - TimePoint range: string","title":"Class: RawMaterial"},{"location":"RawMaterial/#class-rawmaterial","text":"URI: linkml_common:RawMaterial classDiagram class RawMaterial NamedThing <|-- RawMaterial RawMaterial : classification RawMaterial --> Concept : classification RawMaterial : description RawMaterial : id RawMaterial : name RawMaterial : ontology_types RawMaterial --> Concept : ontology_types RawMaterial : type","title":"Class: RawMaterial"},{"location":"RawMaterial/#inheritance","text":"Entity NamedThing RawMaterial","title":"Inheritance"},{"location":"RawMaterial/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"RawMaterial/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"RawMaterial/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"RawMaterial/#mappings","text":"Mapping Type Mapped Value self linkml_common:RawMaterial native linkml_common:RawMaterial","title":"Mappings"},{"location":"RawMaterial/#linkml-source","text":"","title":"LinkML Source"},{"location":"RawMaterial/#direct","text":"name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"RawMaterial/#induced","text":"name: RawMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RawMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RawMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RawMaterial domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: RawMaterial domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RawMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RawMaterial domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Relationship/","text":"Class: Relationship NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Relationship classDiagram class Relationship Intangible <|-- Relationship Relationship <|-- TemporalRelationship Relationship : type Inheritance Entity Intangible Relationship TemporalRelationship Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Relationship native linkml_common:Relationship close rdfs:Statement LinkML Source Direct name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true Induced name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Relationship domain_of: - Entity - NamedThing range: string","title":"Class: Relationship"},{"location":"Relationship/#class-relationship","text":"NOTE : this is an abstract class and should not be instantiated directly URI: linkml_common:Relationship classDiagram class Relationship Intangible <|-- Relationship Relationship <|-- TemporalRelationship Relationship : type","title":"Class: Relationship"},{"location":"Relationship/#inheritance","text":"Entity Intangible Relationship TemporalRelationship","title":"Inheritance"},{"location":"Relationship/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Relationship/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Relationship/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Relationship/#mappings","text":"Mapping Type Mapped Value self linkml_common:Relationship native linkml_common:Relationship close rdfs:Statement","title":"Mappings"},{"location":"Relationship/#linkml-source","text":"","title":"LinkML Source"},{"location":"Relationship/#direct","text":"name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true","title":"Direct"},{"location":"Relationship/#induced","text":"name: Relationship from_schema: https://w3id.org/linkml/linkml-common close_mappings: - rdfs:Statement is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Relationship domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"RelativeTimeEnum/","text":"Enum: RelativeTimeEnum URI: RelativeTimeEnum Permissible Values Value Meaning Description BEFORE None AFTER None AT_SAME_TIME_AS None Slots Name Description predicate The relationship between the two time points Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: RelativeTimeEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: BEFORE: text: BEFORE AFTER: text: AFTER AT_SAME_TIME_AS: text: AT_SAME_TIME_AS","title":"Enum: RelativeTimeEnum"},{"location":"RelativeTimeEnum/#enum-relativetimeenum","text":"URI: RelativeTimeEnum","title":"Enum: RelativeTimeEnum"},{"location":"RelativeTimeEnum/#permissible-values","text":"Value Meaning Description BEFORE None AFTER None AT_SAME_TIME_AS None","title":"Permissible Values"},{"location":"RelativeTimeEnum/#slots","text":"Name Description predicate The relationship between the two time points","title":"Slots"},{"location":"RelativeTimeEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"RelativeTimeEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"RelativeTimeEnum/#linkml-source","text":"name: RelativeTimeEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: BEFORE: text: BEFORE AFTER: text: AFTER AT_SAME_TIME_AS: text: AT_SAME_TIME_AS","title":"LinkML Source"},{"location":"RenewablePlant/","text":"Class: RenewablePlant A power plant that uses renewable energy sources URI: linkml_common:RenewablePlant classDiagram class RenewablePlant PowerPlant <|-- RenewablePlant RenewablePlant <|-- HydroelectricPlant RenewablePlant <|-- SolarPlant RenewablePlant <|-- WindFarm RenewablePlant : capacity RenewablePlant --> SimpleQuantity : capacity RenewablePlant : capex RenewablePlant --> MoneyQuantity : capex RenewablePlant : classification RenewablePlant --> Concept : classification RenewablePlant : commissioning_date RenewablePlant : decommissioning_date RenewablePlant : description RenewablePlant : id RenewablePlant : located_at_place RenewablePlant --> Place : located_at_place RenewablePlant : location RenewablePlant --> Place : location RenewablePlant : name RenewablePlant : ontology_types RenewablePlant --> Concept : ontology_types RenewablePlant : operator RenewablePlant --> Organization : operator RenewablePlant : opex RenewablePlant --> MoneyQuantity : opex RenewablePlant : plant_type RenewablePlant --> PowerPlantType : plant_type RenewablePlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant HydroelectricPlant SolarPlant WindFarm Slots Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:RenewablePlant native linkml_common:RenewablePlant LinkML Source Direct name: RenewablePlant description: A power plant that uses renewable energy sources from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant Induced name: RenewablePlant description: A power plant that uses renewable energy sources from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: RenewablePlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: RenewablePlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: RenewablePlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: RenewablePlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: RenewablePlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: RenewablePlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: RenewablePlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: RenewablePlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: RenewablePlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RenewablePlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RenewablePlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RenewablePlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: RenewablePlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RenewablePlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RenewablePlant domain_of: - NamedThing - TimePoint range: string","title":"Class: RenewablePlant"},{"location":"RenewablePlant/#class-renewableplant","text":"A power plant that uses renewable energy sources URI: linkml_common:RenewablePlant classDiagram class RenewablePlant PowerPlant <|-- RenewablePlant RenewablePlant <|-- HydroelectricPlant RenewablePlant <|-- SolarPlant RenewablePlant <|-- WindFarm RenewablePlant : capacity RenewablePlant --> SimpleQuantity : capacity RenewablePlant : capex RenewablePlant --> MoneyQuantity : capex RenewablePlant : classification RenewablePlant --> Concept : classification RenewablePlant : commissioning_date RenewablePlant : decommissioning_date RenewablePlant : description RenewablePlant : id RenewablePlant : located_at_place RenewablePlant --> Place : located_at_place RenewablePlant : location RenewablePlant --> Place : location RenewablePlant : name RenewablePlant : ontology_types RenewablePlant --> Concept : ontology_types RenewablePlant : operator RenewablePlant --> Organization : operator RenewablePlant : opex RenewablePlant --> MoneyQuantity : opex RenewablePlant : plant_type RenewablePlant --> PowerPlantType : plant_type RenewablePlant : type","title":"Class: RenewablePlant"},{"location":"RenewablePlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant HydroelectricPlant SolarPlant WindFarm","title":"Inheritance"},{"location":"RenewablePlant/#slots","text":"Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"RenewablePlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"RenewablePlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"RenewablePlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:RenewablePlant native linkml_common:RenewablePlant","title":"Mappings"},{"location":"RenewablePlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"RenewablePlant/#direct","text":"name: RenewablePlant description: A power plant that uses renewable energy sources from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant","title":"Direct"},{"location":"RenewablePlant/#induced","text":"name: RenewablePlant description: A power plant that uses renewable energy sources from_schema: https://w3id.org/linkml/linkml-common is_a: PowerPlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: RenewablePlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: RenewablePlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: RenewablePlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: RenewablePlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: RenewablePlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: RenewablePlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: RenewablePlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: RenewablePlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: RenewablePlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: RenewablePlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: RenewablePlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: RenewablePlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: RenewablePlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: RenewablePlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: RenewablePlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Role/","text":"Class: Role NOTE : this is an abstract class and should not be instantiated directly URI: schema:Role classDiagram class Role Intangible <|-- Role Role <|-- HealthcareRole Role : type Inheritance Entity Intangible Role HealthcareRole Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self schema:Role native linkml_common:Role close BFO:0000023 LinkML Source Direct name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true class_uri: schema:Role Induced name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Role domain_of: - Entity - NamedThing range: string class_uri: schema:Role","title":"Class: Role"},{"location":"Role/#class-role","text":"NOTE : this is an abstract class and should not be instantiated directly URI: schema:Role classDiagram class Role Intangible <|-- Role Role <|-- HealthcareRole Role : type","title":"Class: Role"},{"location":"Role/#inheritance","text":"Entity Intangible Role HealthcareRole","title":"Inheritance"},{"location":"Role/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Role/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Role/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Role/#mappings","text":"Mapping Type Mapped Value self schema:Role native linkml_common:Role close BFO:0000023","title":"Mappings"},{"location":"Role/#linkml-source","text":"","title":"LinkML Source"},{"location":"Role/#direct","text":"name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true class_uri: schema:Role","title":"Direct"},{"location":"Role/#induced","text":"name: Role from_schema: https://w3id.org/linkml/linkml-common close_mappings: - BFO:0000023 is_a: Intangible abstract: true attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Role domain_of: - Entity - NamedThing range: string class_uri: schema:Role","title":"Induced"},{"location":"SampleCollectionProcess/","text":"Class: SampleCollectionProcess URI: linkml_common:SampleCollectionProcess classDiagram class SampleCollectionProcess InvestigativeProcess <|-- SampleCollectionProcess SampleCollectionProcess : classification SampleCollectionProcess --> Concept : classification SampleCollectionProcess : collected_from SampleCollectionProcess --> NamedThing : collected_from SampleCollectionProcess : description SampleCollectionProcess : ends_at SampleCollectionProcess --> TimePoint : ends_at SampleCollectionProcess : follows_procedure SampleCollectionProcess --> InvestigativeProtocol : follows_procedure SampleCollectionProcess : happens_at SampleCollectionProcess --> TimePoint : happens_at SampleCollectionProcess : has_duration SampleCollectionProcess --> Duration : has_duration SampleCollectionProcess : has_interval SampleCollectionProcess --> TemporalInterval : has_interval SampleCollectionProcess : id SampleCollectionProcess : material_collected SampleCollectionProcess --> SampleMaterial : material_collected SampleCollectionProcess : name SampleCollectionProcess : ontology_types SampleCollectionProcess --> Concept : ontology_types SampleCollectionProcess : part_of SampleCollectionProcess --> Investigation : part_of SampleCollectionProcess : starts_at SampleCollectionProcess --> TimePoint : starts_at SampleCollectionProcess : type SampleCollectionProcess : uses_physical_device SampleCollectionProcess --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess Slots Name Cardinality and Range Description Inheritance material_collected 0..1 SampleMaterial direct collected_from 0..1 NamedThing direct follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleCollectionProcess native linkml_common:SampleCollectionProcess exact nmdcschema:CollectingBiosamplesFromSite LinkML Source Direct name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - SampleCollectionProcess range: NamedThing Induced name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleCollectionProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleCollectionProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleCollectionProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleCollectionProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleCollectionProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleCollectionProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleCollectionProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleCollectionProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleCollectionProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleCollectionProcess domain_of: - NamedThing - TimePoint range: string","title":"Class: SampleCollectionProcess"},{"location":"SampleCollectionProcess/#class-samplecollectionprocess","text":"URI: linkml_common:SampleCollectionProcess classDiagram class SampleCollectionProcess InvestigativeProcess <|-- SampleCollectionProcess SampleCollectionProcess : classification SampleCollectionProcess --> Concept : classification SampleCollectionProcess : collected_from SampleCollectionProcess --> NamedThing : collected_from SampleCollectionProcess : description SampleCollectionProcess : ends_at SampleCollectionProcess --> TimePoint : ends_at SampleCollectionProcess : follows_procedure SampleCollectionProcess --> InvestigativeProtocol : follows_procedure SampleCollectionProcess : happens_at SampleCollectionProcess --> TimePoint : happens_at SampleCollectionProcess : has_duration SampleCollectionProcess --> Duration : has_duration SampleCollectionProcess : has_interval SampleCollectionProcess --> TemporalInterval : has_interval SampleCollectionProcess : id SampleCollectionProcess : material_collected SampleCollectionProcess --> SampleMaterial : material_collected SampleCollectionProcess : name SampleCollectionProcess : ontology_types SampleCollectionProcess --> Concept : ontology_types SampleCollectionProcess : part_of SampleCollectionProcess --> Investigation : part_of SampleCollectionProcess : starts_at SampleCollectionProcess --> TimePoint : starts_at SampleCollectionProcess : type SampleCollectionProcess : uses_physical_device SampleCollectionProcess --> PhysicalDevice : uses_physical_device","title":"Class: SampleCollectionProcess"},{"location":"SampleCollectionProcess/#inheritance","text":"Entity NamedThing Event PlannedProcess InvestigativeProcess SampleCollectionProcess","title":"Inheritance"},{"location":"SampleCollectionProcess/#slots","text":"Name Cardinality and Range Description Inheritance material_collected 0..1 SampleMaterial direct collected_from 0..1 NamedThing direct follows_procedure 0..1 InvestigativeProtocol PlannedProcess , InvestigativeProcess part_of 0..1 Investigation InvestigativeProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleCollectionProcess/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleCollectionProcess/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleCollectionProcess/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleCollectionProcess native linkml_common:SampleCollectionProcess exact nmdcschema:CollectingBiosamplesFromSite","title":"Mappings"},{"location":"SampleCollectionProcess/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleCollectionProcess/#direct","text":"name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 domain_of: - SampleCollectionProcess range: NamedThing","title":"Direct"},{"location":"SampleCollectionProcess/#induced","text":"name: SampleCollectionProcess from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - nmdcschema:CollectingBiosamplesFromSite is_a: InvestigativeProcess attributes: material_collected: name: material_collected from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial collected_from: name: collected_from from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: follows_procedure owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: InvestigativeProtocol part_of: name: part_of from_schema: https://w3id.org/linkml-common/investigations rank: 1000 alias: part_of owner: SampleCollectionProcess domain_of: - InvestigativeProcess - EngineeringProcess range: Investigation uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleCollectionProcess domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleCollectionProcess domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleCollectionProcess domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleCollectionProcess domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleCollectionProcess domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleCollectionProcess domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleCollectionProcess domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleCollectionProcess domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleCollectionProcess domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleCollectionProcess domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleCollectionProcess domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"SampleMaterial/","text":"Class: SampleMaterial URI: linkml_common:SampleMaterial classDiagram class SampleMaterial NamedThing <|-- SampleMaterial SampleMaterial : classification SampleMaterial --> Concept : classification SampleMaterial : description SampleMaterial : id SampleMaterial : name SampleMaterial : ontology_types SampleMaterial --> Concept : ontology_types SampleMaterial : type Inheritance Entity NamedThing SampleMaterial Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SampleCollectionProcess material_collected range SampleMaterial Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleMaterial native linkml_common:SampleMaterial LinkML Source Direct name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing Induced name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleMaterial domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleMaterial domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleMaterial domain_of: - NamedThing - TimePoint range: string","title":"Class: SampleMaterial"},{"location":"SampleMaterial/#class-samplematerial","text":"URI: linkml_common:SampleMaterial classDiagram class SampleMaterial NamedThing <|-- SampleMaterial SampleMaterial : classification SampleMaterial --> Concept : classification SampleMaterial : description SampleMaterial : id SampleMaterial : name SampleMaterial : ontology_types SampleMaterial --> Concept : ontology_types SampleMaterial : type","title":"Class: SampleMaterial"},{"location":"SampleMaterial/#inheritance","text":"Entity NamedThing SampleMaterial","title":"Inheritance"},{"location":"SampleMaterial/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleMaterial/#usages","text":"used by used in type used SampleCollectionProcess material_collected range SampleMaterial","title":"Usages"},{"location":"SampleMaterial/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleMaterial/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleMaterial/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleMaterial native linkml_common:SampleMaterial","title":"Mappings"},{"location":"SampleMaterial/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleMaterial/#direct","text":"name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing","title":"Direct"},{"location":"SampleMaterial/#induced","text":"name: SampleMaterial from_schema: https://w3id.org/linkml/linkml-common is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleMaterial domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleMaterial domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleMaterial domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleMaterial domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleMaterial domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleMaterial domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"SampleProcessing/","text":"Class: SampleProcessing URI: linkml_common:SampleProcessing classDiagram class SampleProcessing MaterialProcessing <|-- SampleProcessing SampleProcessing : classification SampleProcessing --> Concept : classification SampleProcessing : description SampleProcessing : ends_at SampleProcessing --> TimePoint : ends_at SampleProcessing : follows_procedure SampleProcessing --> Procedure : follows_procedure SampleProcessing : happens_at SampleProcessing --> TimePoint : happens_at SampleProcessing : has_duration SampleProcessing --> Duration : has_duration SampleProcessing : has_interval SampleProcessing --> TemporalInterval : has_interval SampleProcessing : id SampleProcessing : name SampleProcessing : ontology_types SampleProcessing --> Concept : ontology_types SampleProcessing : starts_at SampleProcessing --> TimePoint : starts_at SampleProcessing : type SampleProcessing : uses_physical_device SampleProcessing --> PhysicalDevice : uses_physical_device Inheritance Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing Slots Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SampleProcessing native linkml_common:SampleProcessing LinkML Source Direct name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing Induced name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: SampleProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleProcessing domain_of: - NamedThing - TimePoint range: string","title":"Class: SampleProcessing"},{"location":"SampleProcessing/#class-sampleprocessing","text":"URI: linkml_common:SampleProcessing classDiagram class SampleProcessing MaterialProcessing <|-- SampleProcessing SampleProcessing : classification SampleProcessing --> Concept : classification SampleProcessing : description SampleProcessing : ends_at SampleProcessing --> TimePoint : ends_at SampleProcessing : follows_procedure SampleProcessing --> Procedure : follows_procedure SampleProcessing : happens_at SampleProcessing --> TimePoint : happens_at SampleProcessing : has_duration SampleProcessing --> Duration : has_duration SampleProcessing : has_interval SampleProcessing --> TemporalInterval : has_interval SampleProcessing : id SampleProcessing : name SampleProcessing : ontology_types SampleProcessing --> Concept : ontology_types SampleProcessing : starts_at SampleProcessing --> TimePoint : starts_at SampleProcessing : type SampleProcessing : uses_physical_device SampleProcessing --> PhysicalDevice : uses_physical_device","title":"Class: SampleProcessing"},{"location":"SampleProcessing/#inheritance","text":"Entity NamedThing Event PlannedProcess MaterialProcessing SampleProcessing","title":"Inheritance"},{"location":"SampleProcessing/#slots","text":"Name Cardinality and Range Description Inheritance follows_procedure 0..1 Procedure PlannedProcess uses_physical_device 0..1 PhysicalDevice PlannedProcess starts_at 0..1 TimePoint Event ends_at 0..1 TimePoint Event happens_at 0..1 TimePoint Event has_interval 0..1 TemporalInterval Event has_duration 0..1 Duration Event id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SampleProcessing/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleProcessing/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleProcessing/#mappings","text":"Mapping Type Mapped Value self linkml_common:SampleProcessing native linkml_common:SampleProcessing","title":"Mappings"},{"location":"SampleProcessing/#linkml-source","text":"","title":"LinkML Source"},{"location":"SampleProcessing/#direct","text":"name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing","title":"Direct"},{"location":"SampleProcessing/#induced","text":"name: SampleProcessing from_schema: https://w3id.org/linkml/linkml-common is_a: MaterialProcessing attributes: follows_procedure: name: follows_procedure from_schema: https://w3id.org/linkml-common/plannedprocess alias: follows_procedure owner: SampleProcessing domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: Procedure uses_physical_device: name: uses_physical_device from_schema: https://w3id.org/linkml-common/plannedprocess rank: 1000 alias: uses_physical_device owner: SampleProcessing domain_of: - PlannedProcess range: PhysicalDevice starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: SampleProcessing domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint happens_at: name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at owner: SampleProcessing domain_of: - Event range: TimePoint has_interval: name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval owner: SampleProcessing domain_of: - Event range: TemporalInterval has_duration: name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration owner: SampleProcessing domain_of: - Event range: Duration id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SampleProcessing domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SampleProcessing domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SampleProcessing domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SampleProcessing domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SampleProcessing domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SampleProcessing domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"SampleProcessingEnum/","text":"Enum: SampleProcessingEnum URI: SampleProcessingEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: SampleProcessingEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0000094 relationship_types: - rdfs:subClassOf is_direct: false","title":"Enum: SampleProcessingEnum"},{"location":"SampleProcessingEnum/#enum-sampleprocessingenum","text":"URI: SampleProcessingEnum This is a dynamic enum","title":"Enum: SampleProcessingEnum"},{"location":"SampleProcessingEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SampleProcessingEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SampleProcessingEnum/#linkml-source","text":"name: SampleProcessingEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0000094 relationship_types: - rdfs:subClassOf is_direct: false","title":"LinkML Source"},{"location":"Service/","text":"Class: Service A service provided by an organization URI: linkml_common:Service classDiagram class Service Intangible <|-- Service Service <|-- FinancialProduct Service : type Inheritance Entity Intangible Service FinancialProduct Slots Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Service native linkml_common:Service exact schema:Service LinkML Source Direct name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible Induced name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Service domain_of: - Entity - NamedThing range: string","title":"Class: Service"},{"location":"Service/#class-service","text":"A service provided by an organization URI: linkml_common:Service classDiagram class Service Intangible <|-- Service Service <|-- FinancialProduct Service : type","title":"Class: Service"},{"location":"Service/#inheritance","text":"Entity Intangible Service FinancialProduct","title":"Inheritance"},{"location":"Service/#slots","text":"Name Cardinality and Range Description Inheritance type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Service/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Service/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Service/#mappings","text":"Mapping Type Mapped Value self linkml_common:Service native linkml_common:Service exact schema:Service","title":"Mappings"},{"location":"Service/#linkml-source","text":"","title":"LinkML Source"},{"location":"Service/#direct","text":"name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible","title":"Direct"},{"location":"Service/#induced","text":"name: Service description: A service provided by an organization from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - schema:Service is_a: Intangible attributes: type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Service domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"SimpleQuantity/","text":"Class: SimpleQuantity A quantity is a property that can be measured or counted URI: fhir:SimpleQuantity classDiagram class SimpleQuantity Quantity <|-- SimpleQuantity SimpleQuantity <|-- MoneyQuantity SimpleQuantity : has_quantity_kind SimpleQuantity --> QuantityKind : has_quantity_kind SimpleQuantity : type SimpleQuantity : unit SimpleQuantity --> UnitConcept : unit SimpleQuantity : value Inheritance Entity Intangible Quantity SimpleQuantity MoneyQuantity Slots Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 UnitConcept direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity Usages used by used in type used PowerPlant capacity range SimpleQuantity FossilFuelPlant capacity range SimpleQuantity NuclearPlant capacity range SimpleQuantity RenewablePlant capacity range SimpleQuantity HydroelectricPlant capacity range SimpleQuantity SolarPlant capacity range SimpleQuantity WindFarm capacity range SimpleQuantity ExtractiveIndustryFacility production_capacity range SimpleQuantity ExtractiveIndustryFacility annual_production range SimpleQuantity ExtractiveIndustryFacility reserves range SimpleQuantity MiningFacility depth range SimpleQuantity MiningFacility area range SimpleQuantity MiningFacility production_capacity range SimpleQuantity MiningFacility annual_production range SimpleQuantity MiningFacility reserves range SimpleQuantity WellFacility depth range SimpleQuantity WellFacility production_capacity range SimpleQuantity WellFacility annual_production range SimpleQuantity WellFacility reserves range SimpleQuantity QuarryFacility production_capacity range SimpleQuantity QuarryFacility annual_production range SimpleQuantity QuarryFacility reserves range SimpleQuantity ExtractiveIndustryProduct grade range SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self fhir:SimpleQuantity native linkml_common:SimpleQuantity exact fibo:ScalarQuantityValue LinkML Source Direct name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept class_uri: fhir:SimpleQuantity Induced name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: value owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 alias: unit owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: SimpleQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SimpleQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:SimpleQuantity","title":"Class: SimpleQuantity"},{"location":"SimpleQuantity/#class-simplequantity","text":"A quantity is a property that can be measured or counted URI: fhir:SimpleQuantity classDiagram class SimpleQuantity Quantity <|-- SimpleQuantity SimpleQuantity <|-- MoneyQuantity SimpleQuantity : has_quantity_kind SimpleQuantity --> QuantityKind : has_quantity_kind SimpleQuantity : type SimpleQuantity : unit SimpleQuantity --> UnitConcept : unit SimpleQuantity : value","title":"Class: SimpleQuantity"},{"location":"SimpleQuantity/#inheritance","text":"Entity Intangible Quantity SimpleQuantity MoneyQuantity","title":"Inheritance"},{"location":"SimpleQuantity/#slots","text":"Name Cardinality and Range Description Inheritance value 0..1 Float The value of the quantity direct unit 0..1 UnitConcept direct has_quantity_kind 0..1 QuantityKind The kind of quantity Quantity type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"SimpleQuantity/#usages","text":"used by used in type used PowerPlant capacity range SimpleQuantity FossilFuelPlant capacity range SimpleQuantity NuclearPlant capacity range SimpleQuantity RenewablePlant capacity range SimpleQuantity HydroelectricPlant capacity range SimpleQuantity SolarPlant capacity range SimpleQuantity WindFarm capacity range SimpleQuantity ExtractiveIndustryFacility production_capacity range SimpleQuantity ExtractiveIndustryFacility annual_production range SimpleQuantity ExtractiveIndustryFacility reserves range SimpleQuantity MiningFacility depth range SimpleQuantity MiningFacility area range SimpleQuantity MiningFacility production_capacity range SimpleQuantity MiningFacility annual_production range SimpleQuantity MiningFacility reserves range SimpleQuantity WellFacility depth range SimpleQuantity WellFacility production_capacity range SimpleQuantity WellFacility annual_production range SimpleQuantity WellFacility reserves range SimpleQuantity QuarryFacility production_capacity range SimpleQuantity QuarryFacility annual_production range SimpleQuantity QuarryFacility reserves range SimpleQuantity ExtractiveIndustryProduct grade range SimpleQuantity","title":"Usages"},{"location":"SimpleQuantity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SimpleQuantity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SimpleQuantity/#mappings","text":"Mapping Type Mapped Value self fhir:SimpleQuantity native linkml_common:SimpleQuantity exact fibo:ScalarQuantityValue","title":"Mappings"},{"location":"SimpleQuantity/#linkml-source","text":"","title":"LinkML Source"},{"location":"SimpleQuantity/#direct","text":"name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept class_uri: fhir:SimpleQuantity","title":"Direct"},{"location":"SimpleQuantity/#induced","text":"name: SimpleQuantity description: A quantity is a property that can be measured or counted from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo:ScalarQuantityValue is_a: Quantity attributes: value: name: value description: The value of the quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: value owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: float unit: name: unit from_schema: https://w3id.org/linkml-common/quantities exact_mappings: - schema:unitCode - qudt:unit rank: 1000 alias: unit owner: SimpleQuantity domain_of: - SimpleQuantity - MoneyQuantity range: UnitConcept has_quantity_kind: name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml-common/quantities rank: 1000 alias: has_quantity_kind owner: SimpleQuantity domain_of: - Quantity range: QuantityKind type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SimpleQuantity domain_of: - Entity - NamedThing range: string class_uri: fhir:SimpleQuantity","title":"Induced"},{"location":"SolarPlant/","text":"Class: SolarPlant A solar power plant URI: linkml_common:SolarPlant classDiagram class SolarPlant RenewablePlant <|-- SolarPlant SolarPlant : capacity SolarPlant --> SimpleQuantity : capacity SolarPlant : capex SolarPlant --> MoneyQuantity : capex SolarPlant : classification SolarPlant --> Concept : classification SolarPlant : commissioning_date SolarPlant : decommissioning_date SolarPlant : description SolarPlant : id SolarPlant : located_at_place SolarPlant --> Place : located_at_place SolarPlant : location SolarPlant --> Place : location SolarPlant : name SolarPlant : ontology_types SolarPlant --> Concept : ontology_types SolarPlant : operator SolarPlant --> Organization : operator SolarPlant : opex SolarPlant --> MoneyQuantity : opex SolarPlant : plant_type SolarPlant --> PowerPlantType : plant_type SolarPlant : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant SolarPlant Slots Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:SolarPlant native linkml_common:SolarPlant LinkML Source Direct name: SolarPlant description: A solar power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant Induced name: SolarPlant description: A solar power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: SolarPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: SolarPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: SolarPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: SolarPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: SolarPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: SolarPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: SolarPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: SolarPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: SolarPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SolarPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SolarPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SolarPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SolarPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SolarPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SolarPlant domain_of: - NamedThing - TimePoint range: string","title":"Class: SolarPlant"},{"location":"SolarPlant/#class-solarplant","text":"A solar power plant URI: linkml_common:SolarPlant classDiagram class SolarPlant RenewablePlant <|-- SolarPlant SolarPlant : capacity SolarPlant --> SimpleQuantity : capacity SolarPlant : capex SolarPlant --> MoneyQuantity : capex SolarPlant : classification SolarPlant --> Concept : classification SolarPlant : commissioning_date SolarPlant : decommissioning_date SolarPlant : description SolarPlant : id SolarPlant : located_at_place SolarPlant --> Place : located_at_place SolarPlant : location SolarPlant --> Place : location SolarPlant : name SolarPlant : ontology_types SolarPlant --> Concept : ontology_types SolarPlant : operator SolarPlant --> Organization : operator SolarPlant : opex SolarPlant --> MoneyQuantity : opex SolarPlant : plant_type SolarPlant --> PowerPlantType : plant_type SolarPlant : type","title":"Class: SolarPlant"},{"location":"SolarPlant/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant SolarPlant","title":"Inheritance"},{"location":"SolarPlant/#slots","text":"Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"SolarPlant/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SolarPlant/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"SolarPlant/#mappings","text":"Mapping Type Mapped Value self linkml_common:SolarPlant native linkml_common:SolarPlant","title":"Mappings"},{"location":"SolarPlant/#linkml-source","text":"","title":"LinkML Source"},{"location":"SolarPlant/#direct","text":"name: SolarPlant description: A solar power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant","title":"Direct"},{"location":"SolarPlant/#induced","text":"name: SolarPlant description: A solar power plant from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: SolarPlant domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: SolarPlant domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: SolarPlant domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: SolarPlant domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: SolarPlant domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: SolarPlant domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: SolarPlant domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: SolarPlant domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: SolarPlant domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: SolarPlant domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: SolarPlant domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: SolarPlant domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: SolarPlant domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: SolarPlant domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: SolarPlant domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"Sparqlpath/","text":"Type: Sparqlpath A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#type-sparqlpath","text":"A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Sparqlpath/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Specification/","text":"Class: Specification A specification of a thing URI: linkml_common:Specification classDiagram class Specification NamedThing <|-- Specification Specification <|-- Procedure Specification : classification Specification --> Concept : classification Specification : description Specification : id Specification : name Specification : ontology_types Specification --> Concept : ontology_types Specification : type Inheritance Entity NamedThing Specification Procedure Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Specification native linkml_common:Specification exact IAO:0000104 LinkML Source Direct name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing Induced name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Specification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Specification domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Specification domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Specification domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Specification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Specification domain_of: - NamedThing - TimePoint range: string","title":"Class: Specification"},{"location":"Specification/#class-specification","text":"A specification of a thing URI: linkml_common:Specification classDiagram class Specification NamedThing <|-- Specification Specification <|-- Procedure Specification : classification Specification --> Concept : classification Specification : description Specification : id Specification : name Specification : ontology_types Specification --> Concept : ontology_types Specification : type","title":"Class: Specification"},{"location":"Specification/#inheritance","text":"Entity NamedThing Specification Procedure","title":"Inheritance"},{"location":"Specification/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"Specification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Specification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Specification/#mappings","text":"Mapping Type Mapped Value self linkml_common:Specification native linkml_common:Specification exact IAO:0000104","title":"Mappings"},{"location":"Specification/#linkml-source","text":"","title":"LinkML Source"},{"location":"Specification/#direct","text":"name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing","title":"Direct"},{"location":"Specification/#induced","text":"name: Specification description: A specification of a thing from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - IAO:0000104 is_a: NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: Specification domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: Specification domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Specification domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: Specification domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: Specification domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: Specification domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"String/","text":"Type: String A character string URI: xsd:string base : str uri : xsd:string Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: String"},{"location":"String/#type-string","text":"A character string URI: xsd:string base : str uri : xsd:string","title":"Type: String"},{"location":"String/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"String/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesign/","text":"Class: StudyDesign URI: linkml_common:StudyDesign classDiagram class StudyDesign Procedure <|-- StudyDesign StudyDesign : classification StudyDesign --> Concept : classification StudyDesign : description StudyDesign : id StudyDesign : name StudyDesign : ontology_types StudyDesign --> Concept : ontology_types StudyDesign : type Inheritance Entity NamedThing Specification Procedure StudyDesign Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:StudyDesign native linkml_common:StudyDesign LinkML Source Direct name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum domain_of: - NamedThing Induced name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum domain_of: - NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: StudyDesign domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: StudyDesign domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: StudyDesign domain_of: - Entity - NamedThing range: string classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: StudyDesign domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: StudyDesign domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: StudyDesign domain_of: - NamedThing - TimePoint range: string","title":"Class: StudyDesign"},{"location":"StudyDesign/#class-studydesign","text":"URI: linkml_common:StudyDesign classDiagram class StudyDesign Procedure <|-- StudyDesign StudyDesign : classification StudyDesign --> Concept : classification StudyDesign : description StudyDesign : id StudyDesign : name StudyDesign : ontology_types StudyDesign --> Concept : ontology_types StudyDesign : type","title":"Class: StudyDesign"},{"location":"StudyDesign/#inheritance","text":"Entity NamedThing Specification Procedure StudyDesign","title":"Inheritance"},{"location":"StudyDesign/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"StudyDesign/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"StudyDesign/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesign/#mappings","text":"Mapping Type Mapped Value self linkml_common:StudyDesign native linkml_common:StudyDesign","title":"Mappings"},{"location":"StudyDesign/#linkml-source","text":"","title":"LinkML Source"},{"location":"StudyDesign/#direct","text":"name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum domain_of: - NamedThing","title":"Direct"},{"location":"StudyDesign/#induced","text":"name: StudyDesign from_schema: https://w3id.org/linkml/linkml-common is_a: Procedure slot_usage: classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum domain_of: - NamedThing attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: StudyDesign domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: StudyDesign domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: StudyDesign domain_of: - Entity - NamedThing range: string classification: name: classification annotations: recommended_value_set_bindings: tag: recommended_value_set_bindings value: linkml_common:StudyDesignEnum description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: StudyDesign domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: StudyDesign domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: StudyDesign domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"StudyDesignEnum/","text":"Enum: StudyDesignEnum URI: StudyDesignEnum This is a dynamic enum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: StudyDesignEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0500000 relationship_types: - rdfs:subClassOf is_direct: false","title":"Enum: StudyDesignEnum"},{"location":"StudyDesignEnum/#enum-studydesignenum","text":"URI: StudyDesignEnum This is a dynamic enum","title":"Enum: StudyDesignEnum"},{"location":"StudyDesignEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"StudyDesignEnum/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"StudyDesignEnum/#linkml-source","text":"name: StudyDesignEnum from_schema: https://w3id.org/linkml/linkml-common rank: 1000 reachable_from: source_nodes: - OBI:0500000 relationship_types: - rdfs:subClassOf is_direct: false","title":"LinkML Source"},{"location":"TemporalInterval/","text":"Class: TemporalInterval A period of time URI: linkml_common:TemporalInterval classDiagram class TemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TemporalInterval : ends_at TemporalInterval --> TimePoint : ends_at TemporalInterval : starts_at TemporalInterval --> TimePoint : starts_at TemporalInterval : type Inheritance Entity Intangible TimePointOrTemporalInterval TemporalInterval Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity Usages used by used in type used LifeEvent has_interval range TemporalInterval InvestigativeProcess has_interval range TemporalInterval SampleCollectionProcess has_interval range TemporalInterval SampleProcessing has_interval range TemporalInterval DataGenerationFromSample has_interval range TemporalInterval HealthcareEncounter has_interval range TemporalInterval HealthcareConditionOccurrence has_interval range TemporalInterval ClinicalCohortEnrollment has_interval range TemporalInterval EngineeringProcess has_interval range TemporalInterval EngineeringMaterialProcessing has_interval range TemporalInterval Event has_interval range TemporalInterval PlannedProcess has_interval range TemporalInterval MaterialCollection has_interval range TemporalInterval MaterialProcessing has_interval range TemporalInterval FoodProcessing has_interval range TemporalInterval Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TemporalInterval native linkml_common:TemporalInterval LinkML Source Direct name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval slots: - starts_at - ends_at Induced name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalInterval domain_of: - Entity - NamedThing range: string","title":"Class: TemporalInterval"},{"location":"TemporalInterval/#class-temporalinterval","text":"A period of time URI: linkml_common:TemporalInterval classDiagram class TemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TemporalInterval : ends_at TemporalInterval --> TimePoint : ends_at TemporalInterval : starts_at TemporalInterval --> TimePoint : starts_at TemporalInterval : type","title":"Class: TemporalInterval"},{"location":"TemporalInterval/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TemporalInterval","title":"Inheritance"},{"location":"TemporalInterval/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TemporalInterval/#usages","text":"used by used in type used LifeEvent has_interval range TemporalInterval InvestigativeProcess has_interval range TemporalInterval SampleCollectionProcess has_interval range TemporalInterval SampleProcessing has_interval range TemporalInterval DataGenerationFromSample has_interval range TemporalInterval HealthcareEncounter has_interval range TemporalInterval HealthcareConditionOccurrence has_interval range TemporalInterval ClinicalCohortEnrollment has_interval range TemporalInterval EngineeringProcess has_interval range TemporalInterval EngineeringMaterialProcessing has_interval range TemporalInterval Event has_interval range TemporalInterval PlannedProcess has_interval range TemporalInterval MaterialCollection has_interval range TemporalInterval MaterialProcessing has_interval range TemporalInterval FoodProcessing has_interval range TemporalInterval","title":"Usages"},{"location":"TemporalInterval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TemporalInterval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TemporalInterval/#mappings","text":"Mapping Type Mapped Value self linkml_common:TemporalInterval native linkml_common:TemporalInterval","title":"Mappings"},{"location":"TemporalInterval/#linkml-source","text":"","title":"LinkML Source"},{"location":"TemporalInterval/#direct","text":"name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval slots: - starts_at - ends_at","title":"Direct"},{"location":"TemporalInterval/#induced","text":"name: TemporalInterval description: A period of time from_schema: https://w3id.org/linkml/linkml-common is_a: TimePointOrTemporalInterval attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalInterval domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"TemporalRelationship/","text":"Class: TemporalRelationship A relationship to another time point URI: linkml_common:TemporalRelationship classDiagram class TemporalRelationship Relationship <|-- TemporalRelationship TemporalRelationship : predicate TemporalRelationship --> RelativeTimeEnum : predicate TemporalRelationship : relative_to TemporalRelationship --> Entity : relative_to TemporalRelationship : type Inheritance Entity Intangible Relationship TemporalRelationship Slots Name Cardinality and Range Description Inheritance predicate 0..1 RelativeTimeEnum The relationship between the two time points direct relative_to 0..1 Entity or TimePoint or TemporalInterval or Event direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TemporalRelationship native linkml_common:TemporalRelationship LinkML Source Direct name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event Induced name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalRelationship domain_of: - Entity - NamedThing range: string","title":"Class: TemporalRelationship"},{"location":"TemporalRelationship/#class-temporalrelationship","text":"A relationship to another time point URI: linkml_common:TemporalRelationship classDiagram class TemporalRelationship Relationship <|-- TemporalRelationship TemporalRelationship : predicate TemporalRelationship --> RelativeTimeEnum : predicate TemporalRelationship : relative_to TemporalRelationship --> Entity : relative_to TemporalRelationship : type","title":"Class: TemporalRelationship"},{"location":"TemporalRelationship/#inheritance","text":"Entity Intangible Relationship TemporalRelationship","title":"Inheritance"},{"location":"TemporalRelationship/#slots","text":"Name Cardinality and Range Description Inheritance predicate 0..1 RelativeTimeEnum The relationship between the two time points direct relative_to 0..1 Entity or TimePoint or TemporalInterval or Event direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TemporalRelationship/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TemporalRelationship/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TemporalRelationship/#mappings","text":"Mapping Type Mapped Value self linkml_common:TemporalRelationship native linkml_common:TemporalRelationship","title":"Mappings"},{"location":"TemporalRelationship/#linkml-source","text":"","title":"LinkML Source"},{"location":"TemporalRelationship/#direct","text":"name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"Direct"},{"location":"TemporalRelationship/#induced","text":"name: TemporalRelationship description: A relationship to another time point from_schema: https://w3id.org/linkml/linkml-common is_a: Relationship attributes: predicate: name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum relative_to: name: relative_to from_schema: https://w3id.org/linkml-common/time rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TemporalRelationship domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"Time/","text":"Type: Time A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Time"},{"location":"Time/#type-time","text":"A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str","title":"Type: Time"},{"location":"Time/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Time/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePoint/","text":"Class: TimePoint A point in time. Can be fully specified, or specified in relative terms. URI: linkml_common:TimePoint classDiagram class TimePoint TimePointOrTemporalInterval <|-- TimePoint TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : ends_at TimePoint --> TimePoint : ends_at TimePoint : marker_event TimePoint --> Event : marker_event TimePoint : starts_at TimePoint --> TimePoint : starts_at TimePoint : time_value TimePoint : type TimePoint : year_value Inheritance Entity Intangible TimePointOrTemporalInterval TimePoint Slots Name Cardinality and Range Description Inheritance year_value 0..1 Integer direct date_value 0..1 Date direct time_value 0..1 Time direct datetime_value 0..1 Datetime direct marker_event 0..1 Event direct description 0..1 String A human-readable description for a thing direct starts_at 0..1 TimePoint TimePointOrTemporalInterval ends_at 0..1 TimePoint TimePointOrTemporalInterval type 0..1 String A type for a thing Entity Usages used by used in type used LifeEvent starts_at range TimePoint LifeEvent ends_at range TimePoint LifeEvent happens_at range TimePoint InvestigativeProcess starts_at range TimePoint InvestigativeProcess ends_at range TimePoint InvestigativeProcess happens_at range TimePoint SampleCollectionProcess starts_at range TimePoint SampleCollectionProcess ends_at range TimePoint SampleCollectionProcess happens_at range TimePoint SampleProcessing starts_at range TimePoint SampleProcessing ends_at range TimePoint SampleProcessing happens_at range TimePoint DataGenerationFromSample starts_at range TimePoint DataGenerationFromSample ends_at range TimePoint DataGenerationFromSample happens_at range TimePoint HealthcareEncounter starts_at range TimePoint HealthcareEncounter ends_at range TimePoint HealthcareEncounter happens_at range TimePoint HealthcareConditionOccurrence starts_at range TimePoint HealthcareConditionOccurrence ends_at range TimePoint HealthcareConditionOccurrence happens_at range TimePoint ClinicalCohortEnrollment starts_at range TimePoint ClinicalCohortEnrollment ends_at range TimePoint ClinicalCohortEnrollment happens_at range TimePoint EngineeringProcess starts_at range TimePoint EngineeringProcess ends_at range TimePoint EngineeringProcess happens_at range TimePoint EngineeringMaterialProcessing starts_at range TimePoint EngineeringMaterialProcessing ends_at range TimePoint EngineeringMaterialProcessing happens_at range TimePoint Event starts_at range TimePoint Event ends_at range TimePoint Event happens_at range TimePoint TimePointOrTemporalInterval starts_at range TimePoint TimePointOrTemporalInterval ends_at range TimePoint TemporalInterval starts_at range TimePoint TemporalInterval ends_at range TimePoint TimePoint starts_at range TimePoint TimePoint ends_at range TimePoint PlannedProcess starts_at range TimePoint PlannedProcess ends_at range TimePoint PlannedProcess happens_at range TimePoint MaterialCollection starts_at range TimePoint MaterialCollection ends_at range TimePoint MaterialCollection happens_at range TimePoint MaterialProcessing starts_at range TimePoint MaterialProcessing ends_at range TimePoint MaterialProcessing happens_at range TimePoint FoodProcessing starts_at range TimePoint FoodProcessing ends_at range TimePoint FoodProcessing happens_at range TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TimePoint native linkml_common:TimePoint exact fibo.DatesAndTimes:TimeInstant LinkML Source Direct name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval slots: - year_value - date_value - time_value - datetime_value - marker_event - description Induced name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval attributes: year_value: name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value owner: TimePoint domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a date_value: name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value owner: TimePoint domain_of: - TimePoint range: date time_value: name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value owner: TimePoint domain_of: - TimePoint range: time datetime_value: name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value owner: TimePoint domain_of: - TimePoint range: datetime marker_event: name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event owner: TimePoint domain_of: - TimePoint range: Event description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: TimePoint domain_of: - NamedThing - TimePoint range: string starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePoint domain_of: - Entity - NamedThing range: string","title":"Class: TimePoint"},{"location":"TimePoint/#class-timepoint","text":"A point in time. Can be fully specified, or specified in relative terms. URI: linkml_common:TimePoint classDiagram class TimePoint TimePointOrTemporalInterval <|-- TimePoint TimePoint : date_value TimePoint : datetime_value TimePoint : description TimePoint : ends_at TimePoint --> TimePoint : ends_at TimePoint : marker_event TimePoint --> Event : marker_event TimePoint : starts_at TimePoint --> TimePoint : starts_at TimePoint : time_value TimePoint : type TimePoint : year_value","title":"Class: TimePoint"},{"location":"TimePoint/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TimePoint","title":"Inheritance"},{"location":"TimePoint/#slots","text":"Name Cardinality and Range Description Inheritance year_value 0..1 Integer direct date_value 0..1 Date direct time_value 0..1 Time direct datetime_value 0..1 Datetime direct marker_event 0..1 Event direct description 0..1 String A human-readable description for a thing direct starts_at 0..1 TimePoint TimePointOrTemporalInterval ends_at 0..1 TimePoint TimePointOrTemporalInterval type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TimePoint/#usages","text":"used by used in type used LifeEvent starts_at range TimePoint LifeEvent ends_at range TimePoint LifeEvent happens_at range TimePoint InvestigativeProcess starts_at range TimePoint InvestigativeProcess ends_at range TimePoint InvestigativeProcess happens_at range TimePoint SampleCollectionProcess starts_at range TimePoint SampleCollectionProcess ends_at range TimePoint SampleCollectionProcess happens_at range TimePoint SampleProcessing starts_at range TimePoint SampleProcessing ends_at range TimePoint SampleProcessing happens_at range TimePoint DataGenerationFromSample starts_at range TimePoint DataGenerationFromSample ends_at range TimePoint DataGenerationFromSample happens_at range TimePoint HealthcareEncounter starts_at range TimePoint HealthcareEncounter ends_at range TimePoint HealthcareEncounter happens_at range TimePoint HealthcareConditionOccurrence starts_at range TimePoint HealthcareConditionOccurrence ends_at range TimePoint HealthcareConditionOccurrence happens_at range TimePoint ClinicalCohortEnrollment starts_at range TimePoint ClinicalCohortEnrollment ends_at range TimePoint ClinicalCohortEnrollment happens_at range TimePoint EngineeringProcess starts_at range TimePoint EngineeringProcess ends_at range TimePoint EngineeringProcess happens_at range TimePoint EngineeringMaterialProcessing starts_at range TimePoint EngineeringMaterialProcessing ends_at range TimePoint EngineeringMaterialProcessing happens_at range TimePoint Event starts_at range TimePoint Event ends_at range TimePoint Event happens_at range TimePoint TimePointOrTemporalInterval starts_at range TimePoint TimePointOrTemporalInterval ends_at range TimePoint TemporalInterval starts_at range TimePoint TemporalInterval ends_at range TimePoint TimePoint starts_at range TimePoint TimePoint ends_at range TimePoint PlannedProcess starts_at range TimePoint PlannedProcess ends_at range TimePoint PlannedProcess happens_at range TimePoint MaterialCollection starts_at range TimePoint MaterialCollection ends_at range TimePoint MaterialCollection happens_at range TimePoint MaterialProcessing starts_at range TimePoint MaterialProcessing ends_at range TimePoint MaterialProcessing happens_at range TimePoint FoodProcessing starts_at range TimePoint FoodProcessing ends_at range TimePoint FoodProcessing happens_at range TimePoint","title":"Usages"},{"location":"TimePoint/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TimePoint/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePoint/#mappings","text":"Mapping Type Mapped Value self linkml_common:TimePoint native linkml_common:TimePoint exact fibo.DatesAndTimes:TimeInstant","title":"Mappings"},{"location":"TimePoint/#linkml-source","text":"","title":"LinkML Source"},{"location":"TimePoint/#direct","text":"name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval slots: - year_value - date_value - time_value - datetime_value - marker_event - description","title":"Direct"},{"location":"TimePoint/#induced","text":"name: TimePoint description: A point in time. Can be fully specified, or specified in relative terms. from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - fibo.DatesAndTimes:TimeInstant is_a: TimePointOrTemporalInterval attributes: year_value: name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value owner: TimePoint domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a date_value: name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value owner: TimePoint domain_of: - TimePoint range: date time_value: name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value owner: TimePoint domain_of: - TimePoint range: time datetime_value: name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value owner: TimePoint domain_of: - TimePoint range: datetime marker_event: name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event owner: TimePoint domain_of: - TimePoint range: Event description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: TimePoint domain_of: - NamedThing - TimePoint range: string starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePoint domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePoint domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"TimePointOrTemporalInterval/","text":"Class: TimePointOrTemporalInterval URI: linkml_common:TimePointOrTemporalInterval classDiagram class TimePointOrTemporalInterval Intangible <|-- TimePointOrTemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TimePointOrTemporalInterval <|-- TimePoint TimePointOrTemporalInterval : ends_at TimePointOrTemporalInterval --> TimePoint : ends_at TimePointOrTemporalInterval : starts_at TimePointOrTemporalInterval --> TimePoint : starts_at TimePointOrTemporalInterval : type Inheritance Entity Intangible TimePointOrTemporalInterval TemporalInterval TimePoint Slots Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:TimePointOrTemporalInterval native linkml_common:TimePointOrTemporalInterval LinkML Source Direct name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible slots: - starts_at - ends_at Induced name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePointOrTemporalInterval domain_of: - Entity - NamedThing range: string","title":"Class: TimePointOrTemporalInterval"},{"location":"TimePointOrTemporalInterval/#class-timepointortemporalinterval","text":"URI: linkml_common:TimePointOrTemporalInterval classDiagram class TimePointOrTemporalInterval Intangible <|-- TimePointOrTemporalInterval TimePointOrTemporalInterval <|-- TemporalInterval TimePointOrTemporalInterval <|-- TimePoint TimePointOrTemporalInterval : ends_at TimePointOrTemporalInterval --> TimePoint : ends_at TimePointOrTemporalInterval : starts_at TimePointOrTemporalInterval --> TimePoint : starts_at TimePointOrTemporalInterval : type","title":"Class: TimePointOrTemporalInterval"},{"location":"TimePointOrTemporalInterval/#inheritance","text":"Entity Intangible TimePointOrTemporalInterval TemporalInterval TimePoint","title":"Inheritance"},{"location":"TimePointOrTemporalInterval/#slots","text":"Name Cardinality and Range Description Inheritance starts_at 0..1 TimePoint direct ends_at 0..1 TimePoint direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"TimePointOrTemporalInterval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"TimePointOrTemporalInterval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"TimePointOrTemporalInterval/#mappings","text":"Mapping Type Mapped Value self linkml_common:TimePointOrTemporalInterval native linkml_common:TimePointOrTemporalInterval","title":"Mappings"},{"location":"TimePointOrTemporalInterval/#linkml-source","text":"","title":"LinkML Source"},{"location":"TimePointOrTemporalInterval/#direct","text":"name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible slots: - starts_at - ends_at","title":"Direct"},{"location":"TimePointOrTemporalInterval/#induced","text":"name: TimePointOrTemporalInterval from_schema: https://w3id.org/linkml/linkml-common is_a: Intangible attributes: starts_at: name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint ends_at: name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at owner: TimePointOrTemporalInterval domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: TimePointOrTemporalInterval domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"UnitConcept/","text":"Class: UnitConcept URI: linkml_common:UnitConcept classDiagram class UnitConcept Concept <|-- UnitConcept UnitConcept : classification UnitConcept --> Concept : classification UnitConcept : description UnitConcept : id UnitConcept : name UnitConcept : ontology_types UnitConcept --> Concept : ontology_types UnitConcept : type Inheritance Entity NamedThing Concept UnitConcept Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Usages used by used in type used SimpleQuantity unit range UnitConcept Variable allowed_units range UnitConcept Identifier and Mapping Information Valid ID Prefixes Instances of this class should have identifiers with one of the following prefixes: UO UCUM qudt Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:UnitConcept native linkml_common:UnitConcept LinkML Source Direct name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept Induced name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: UnitConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: UnitConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: UnitConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: UnitConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: UnitConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: UnitConcept domain_of: - NamedThing - TimePoint range: string","title":"Class: UnitConcept"},{"location":"UnitConcept/#class-unitconcept","text":"URI: linkml_common:UnitConcept classDiagram class UnitConcept Concept <|-- UnitConcept UnitConcept : classification UnitConcept --> Concept : classification UnitConcept : description UnitConcept : id UnitConcept : name UnitConcept : ontology_types UnitConcept --> Concept : ontology_types UnitConcept : type","title":"Class: UnitConcept"},{"location":"UnitConcept/#inheritance","text":"Entity NamedThing Concept UnitConcept","title":"Inheritance"},{"location":"UnitConcept/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"UnitConcept/#usages","text":"used by used in type used SimpleQuantity unit range UnitConcept Variable allowed_units range UnitConcept","title":"Usages"},{"location":"UnitConcept/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"UnitConcept/#valid-id-prefixes","text":"Instances of this class should have identifiers with one of the following prefixes: UO UCUM qudt","title":"Valid ID Prefixes"},{"location":"UnitConcept/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"UnitConcept/#mappings","text":"Mapping Type Mapped Value self linkml_common:UnitConcept native linkml_common:UnitConcept","title":"Mappings"},{"location":"UnitConcept/#linkml-source","text":"","title":"LinkML Source"},{"location":"UnitConcept/#direct","text":"name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept","title":"Direct"},{"location":"UnitConcept/#induced","text":"name: UnitConcept id_prefixes: - UO - UCUM - qudt from_schema: https://w3id.org/linkml/linkml-common is_a: Concept attributes: id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: UnitConcept domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: UnitConcept domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: UnitConcept domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: UnitConcept domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: UnitConcept domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: UnitConcept domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"UnitConversionOperation/","text":"Class: UnitConversionOperation A unit conversion operation URI: linkml_common:UnitConversionOperation classDiagram class UnitConversionOperation MathematicalOperation <|-- UnitConversionOperation UnitConversionOperation : immediate_preceding_steps UnitConversionOperation --> MathematicalOperation : immediate_preceding_steps UnitConversionOperation : inputs UnitConversionOperation --> Quantity : inputs UnitConversionOperation : outputs UnitConversionOperation --> Quantity : outputs UnitConversionOperation : parts UnitConversionOperation --> MathematicalOperation : parts Inheritance MathematicalOperation UnitConversionOperation Slots Name Cardinality and Range Description Inheritance inputs 0..* Quantity The input unit MathematicalOperation outputs 0..* Quantity The output unit MathematicalOperation parts 0..* MathematicalOperation The parts of the process MathematicalOperation immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step MathematicalOperation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:UnitConversionOperation native linkml_common:UnitConversionOperation LinkML Source Direct name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 Induced name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 attributes: inputs: name: inputs description: The input unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Class: UnitConversionOperation"},{"location":"UnitConversionOperation/#class-unitconversionoperation","text":"A unit conversion operation URI: linkml_common:UnitConversionOperation classDiagram class UnitConversionOperation MathematicalOperation <|-- UnitConversionOperation UnitConversionOperation : immediate_preceding_steps UnitConversionOperation --> MathematicalOperation : immediate_preceding_steps UnitConversionOperation : inputs UnitConversionOperation --> Quantity : inputs UnitConversionOperation : outputs UnitConversionOperation --> Quantity : outputs UnitConversionOperation : parts UnitConversionOperation --> MathematicalOperation : parts","title":"Class: UnitConversionOperation"},{"location":"UnitConversionOperation/#inheritance","text":"MathematicalOperation UnitConversionOperation","title":"Inheritance"},{"location":"UnitConversionOperation/#slots","text":"Name Cardinality and Range Description Inheritance inputs 0..* Quantity The input unit MathematicalOperation outputs 0..* Quantity The output unit MathematicalOperation parts 0..* MathematicalOperation The parts of the process MathematicalOperation immediate_preceding_steps 0..* MathematicalOperation The steps that immediately precede this step MathematicalOperation","title":"Slots"},{"location":"UnitConversionOperation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"UnitConversionOperation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"UnitConversionOperation/#mappings","text":"Mapping Type Mapped Value self linkml_common:UnitConversionOperation native linkml_common:UnitConversionOperation","title":"Mappings"},{"location":"UnitConversionOperation/#linkml-source","text":"","title":"LinkML Source"},{"location":"UnitConversionOperation/#direct","text":"name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1","title":"Direct"},{"location":"UnitConversionOperation/#induced","text":"name: UnitConversionOperation description: A unit conversion operation from_schema: https://w3id.org/linkml/linkml-common is_a: MathematicalOperation slot_usage: inputs: name: inputs description: The input unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 attributes: inputs: name: inputs description: The input unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: inputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 outputs: name: outputs description: The output unit from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: outputs owner: UnitConversionOperation domain_of: - MathematicalOperation range: Quantity maximum_cardinality: 1 parts: name: parts description: The parts of the process from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: parts owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation immediate_preceding_steps: name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml-common/core rank: 1000 multivalued: true alias: immediate_preceding_steps owner: UnitConversionOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Induced"},{"location":"Uri/","text":"Type: Uri a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str Comments in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Uri"},{"location":"Uri/#type-uri","text":"a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str","title":"Type: Uri"},{"location":"Uri/#comments","text":"in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node","title":"Comments"},{"location":"Uri/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uri/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Uriorcurie/","text":"Type: Uriorcurie a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#type-uriorcurie","text":"a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uriorcurie/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Variable/","text":"Class: Variable URI: linkml_common:Variable classDiagram class Variable Entity <|-- Variable Variable : allowed_units Variable --> UnitConcept : allowed_units Variable : type Inheritance Entity Variable Slots Name Cardinality and Range Description Inheritance allowed_units 0..* UnitConcept The units that are allowed for this variable direct type 0..1 String A type for a thing Entity Usages used by used in type used Investigation variables range Variable Measurement variable_measured range Variable Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:Variable native linkml_common:Variable LinkML Source Direct name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true domain_of: - Variable range: UnitConcept Induced name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Variable domain_of: - Entity - NamedThing range: string","title":"Class: Variable"},{"location":"Variable/#class-variable","text":"URI: linkml_common:Variable classDiagram class Variable Entity <|-- Variable Variable : allowed_units Variable --> UnitConcept : allowed_units Variable : type","title":"Class: Variable"},{"location":"Variable/#inheritance","text":"Entity Variable","title":"Inheritance"},{"location":"Variable/#slots","text":"Name Cardinality and Range Description Inheritance allowed_units 0..* UnitConcept The units that are allowed for this variable direct type 0..1 String A type for a thing Entity","title":"Slots"},{"location":"Variable/#usages","text":"used by used in type used Investigation variables range Variable Measurement variable_measured range Variable","title":"Usages"},{"location":"Variable/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Variable/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"Variable/#mappings","text":"Mapping Type Mapped Value self linkml_common:Variable native linkml_common:Variable","title":"Mappings"},{"location":"Variable/#linkml-source","text":"","title":"LinkML Source"},{"location":"Variable/#direct","text":"name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true domain_of: - Variable range: UnitConcept","title":"Direct"},{"location":"Variable/#induced","text":"name: Variable from_schema: https://w3id.org/linkml/linkml-common is_a: Entity attributes: allowed_units: name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml-common/meaurements rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: Variable domain_of: - Entity - NamedThing range: string","title":"Induced"},{"location":"WellFacility/","text":"Class: WellFacility A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth URI: linkml_common:WellFacility classDiagram class WellFacility ExtractiveIndustryFacility <|-- WellFacility WellFacility : annual_production WellFacility --> SimpleQuantity : annual_production WellFacility : classification WellFacility --> Concept : classification WellFacility : depth WellFacility --> SimpleQuantity : depth WellFacility : description WellFacility : facility_type WellFacility --> ExtractiveIndustryFacilityType : facility_type WellFacility : id WellFacility : located_at_place WellFacility --> Place : located_at_place WellFacility : name WellFacility : ontology_types WellFacility --> Concept : ontology_types WellFacility : operator WellFacility --> Organization : operator WellFacility : production_capacity WellFacility --> SimpleQuantity : production_capacity WellFacility : products WellFacility --> ExtractiveIndustryProduct : products WellFacility : reserves WellFacility --> SimpleQuantity : reserves WellFacility : type WellFacility : well_type WellFacility --> WellType : well_type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility WellFacility Slots Name Cardinality and Range Description Inheritance well_type 0..1 WellType direct depth 0..1 SimpleQuantity direct facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:WellFacility native linkml_common:WellFacility LinkML Source Direct name: WellFacility description: A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: well_type: name: well_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - WellFacility range: WellType depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry domain_of: - MiningFacility - WellFacility range: SimpleQuantity Induced name: WellFacility description: A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: well_type: name: well_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: well_type owner: WellFacility domain_of: - WellFacility range: WellType depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry alias: depth owner: WellFacility domain_of: - MiningFacility - WellFacility range: SimpleQuantity facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: WellFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: WellFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: WellFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: WellFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: WellFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: WellFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: WellFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: WellFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: WellFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: WellFacility domain_of: - NamedThing - TimePoint range: string","title":"Class: WellFacility"},{"location":"WellFacility/#class-wellfacility","text":"A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth URI: linkml_common:WellFacility classDiagram class WellFacility ExtractiveIndustryFacility <|-- WellFacility WellFacility : annual_production WellFacility --> SimpleQuantity : annual_production WellFacility : classification WellFacility --> Concept : classification WellFacility : depth WellFacility --> SimpleQuantity : depth WellFacility : description WellFacility : facility_type WellFacility --> ExtractiveIndustryFacilityType : facility_type WellFacility : id WellFacility : located_at_place WellFacility --> Place : located_at_place WellFacility : name WellFacility : ontology_types WellFacility --> Concept : ontology_types WellFacility : operator WellFacility --> Organization : operator WellFacility : production_capacity WellFacility --> SimpleQuantity : production_capacity WellFacility : products WellFacility --> ExtractiveIndustryProduct : products WellFacility : reserves WellFacility --> SimpleQuantity : reserves WellFacility : type WellFacility : well_type WellFacility --> WellType : well_type","title":"Class: WellFacility"},{"location":"WellFacility/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility ExtractiveIndustryFacility WellFacility","title":"Inheritance"},{"location":"WellFacility/#slots","text":"Name Cardinality and Range Description Inheritance well_type 0..1 WellType direct depth 0..1 SimpleQuantity direct facility_type 0..1 ExtractiveIndustryFacilityType ExtractiveIndustryFacility operator 0..1 Organization ExtractiveIndustryFacility products 0..* ExtractiveIndustryProduct ExtractiveIndustryFacility production_capacity 0..1 SimpleQuantity ExtractiveIndustryFacility annual_production 0..1 SimpleQuantity ExtractiveIndustryFacility reserves 0..1 SimpleQuantity ExtractiveIndustryFacility located_at_place 0..1 Place The place where the entity is located Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"WellFacility/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"WellFacility/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"WellFacility/#mappings","text":"Mapping Type Mapped Value self linkml_common:WellFacility native linkml_common:WellFacility","title":"Mappings"},{"location":"WellFacility/#linkml-source","text":"","title":"LinkML Source"},{"location":"WellFacility/#direct","text":"name: WellFacility description: A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: well_type: name: well_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 domain_of: - WellFacility range: WellType depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry domain_of: - MiningFacility - WellFacility range: SimpleQuantity","title":"Direct"},{"location":"WellFacility/#induced","text":"name: WellFacility description: A facility where fluid resources (e.g., oil, gas, water) are extracted from the earth from_schema: https://w3id.org/linkml/linkml-common is_a: ExtractiveIndustryFacility attributes: well_type: name: well_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: well_type owner: WellFacility domain_of: - WellFacility range: WellType depth: name: depth from_schema: https://w3id.org/linkml-common/extractiveindustry alias: depth owner: WellFacility domain_of: - MiningFacility - WellFacility range: SimpleQuantity facility_type: name: facility_type from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: facility_type owner: WellFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType operator: name: operator from_schema: https://w3id.org/linkml-common/extractiveindustry alias: operator owner: WellFacility domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization products: name: products from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 multivalued: true alias: products owner: WellFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true production_capacity: name: production_capacity from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: production_capacity owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity annual_production: name: annual_production from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: annual_production owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity reserves: name: reserves from_schema: https://w3id.org/linkml-common/extractiveindustry rank: 1000 alias: reserves owner: WellFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: WellFacility domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: WellFacility domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: WellFacility domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: WellFacility domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: WellFacility domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: WellFacility domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: WellFacility domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"WellType/","text":"Enum: WellType URI: WellType Permissible Values Value Meaning Description OIL None A well that primarily extracts crude oil GAS None A well that primarily extracts natural gas WATER None A well that extracts water for various purposes INJECTION None A well used to inject fluids into underground formations Slots Name Description well_type Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: WellType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: OIL: text: OIL description: A well that primarily extracts crude oil GAS: text: GAS description: A well that primarily extracts natural gas WATER: text: WATER description: A well that extracts water for various purposes INJECTION: text: INJECTION description: A well used to inject fluids into underground formations","title":"Enum: WellType"},{"location":"WellType/#enum-welltype","text":"URI: WellType","title":"Enum: WellType"},{"location":"WellType/#permissible-values","text":"Value Meaning Description OIL None A well that primarily extracts crude oil GAS None A well that primarily extracts natural gas WATER None A well that extracts water for various purposes INJECTION None A well used to inject fluids into underground formations","title":"Permissible Values"},{"location":"WellType/#slots","text":"Name Description well_type","title":"Slots"},{"location":"WellType/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"WellType/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"WellType/#linkml-source","text":"name: WellType from_schema: https://w3id.org/linkml/linkml-common rank: 1000 permissible_values: OIL: text: OIL description: A well that primarily extracts crude oil GAS: text: GAS description: A well that primarily extracts natural gas WATER: text: WATER description: A well that extracts water for various purposes INJECTION: text: INJECTION description: A well used to inject fluids into underground formations","title":"LinkML Source"},{"location":"WindFarm/","text":"Class: WindFarm A wind farm URI: linkml_common:WindFarm classDiagram class WindFarm RenewablePlant <|-- WindFarm WindFarm : capacity WindFarm --> SimpleQuantity : capacity WindFarm : capex WindFarm --> MoneyQuantity : capex WindFarm : classification WindFarm --> Concept : classification WindFarm : commissioning_date WindFarm : decommissioning_date WindFarm : description WindFarm : id WindFarm : located_at_place WindFarm --> Place : located_at_place WindFarm : location WindFarm --> Place : location WindFarm : name WindFarm : ontology_types WindFarm --> Concept : ontology_types WindFarm : operator WindFarm --> Organization : operator WindFarm : opex WindFarm --> MoneyQuantity : opex WindFarm : plant_type WindFarm --> PowerPlantType : plant_type WindFarm : type Inheritance Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant WindFarm Slots Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common Mappings Mapping Type Mapped Value self linkml_common:WindFarm native linkml_common:WindFarm LinkML Source Direct name: WindFarm description: A wind farm from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant Induced name: WindFarm description: A wind farm from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: WindFarm domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: WindFarm domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: WindFarm domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: WindFarm domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: WindFarm domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: WindFarm domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: WindFarm domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: WindFarm domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: WindFarm domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: WindFarm domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: WindFarm domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: WindFarm domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: WindFarm domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: WindFarm domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: WindFarm domain_of: - NamedThing - TimePoint range: string","title":"Class: WindFarm"},{"location":"WindFarm/#class-windfarm","text":"A wind farm URI: linkml_common:WindFarm classDiagram class WindFarm RenewablePlant <|-- WindFarm WindFarm : capacity WindFarm --> SimpleQuantity : capacity WindFarm : capex WindFarm --> MoneyQuantity : capex WindFarm : classification WindFarm --> Concept : classification WindFarm : commissioning_date WindFarm : decommissioning_date WindFarm : description WindFarm : id WindFarm : located_at_place WindFarm --> Place : located_at_place WindFarm : location WindFarm --> Place : location WindFarm : name WindFarm : ontology_types WindFarm --> Concept : ontology_types WindFarm : operator WindFarm --> Organization : operator WindFarm : opex WindFarm --> MoneyQuantity : opex WindFarm : plant_type WindFarm --> PowerPlantType : plant_type WindFarm : type","title":"Class: WindFarm"},{"location":"WindFarm/#inheritance","text":"Entity NamedThing BuiltEnvironmentFeature Facility Building PowerPlant RenewablePlant WindFarm","title":"Inheritance"},{"location":"WindFarm/#slots","text":"Name Cardinality and Range Description Inheritance plant_type 0..1 PowerPlantType PowerPlant location 0..1 Place PowerPlant operator 0..1 Organization PowerPlant capacity 0..1 SimpleQuantity PowerPlant commissioning_date 0..1 Date PowerPlant decommissioning_date 0..1 Date PowerPlant capex 0..1 MoneyQuantity Capital expenditure for the plant PowerPlant opex 0..1 MoneyQuantity Operating expense for the plant PowerPlant located_at_place 0..1 Place The place where the entity is located Building , Facility id 1..1 Uriorcurie A unique identifier for a thing NamedThing name 0..1 String A human-readable name for a thing NamedThing type 0..1 String A type for a thing Entity , NamedThing classification 0..1 Concept A precise classification of the thing, using a concept from an ontology, cont... NamedThing ontology_types 0..* Concept NamedThing description 0..1 String A human-readable description for a thing NamedThing","title":"Slots"},{"location":"WindFarm/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"WindFarm/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"WindFarm/#mappings","text":"Mapping Type Mapped Value self linkml_common:WindFarm native linkml_common:WindFarm","title":"Mappings"},{"location":"WindFarm/#linkml-source","text":"","title":"LinkML Source"},{"location":"WindFarm/#direct","text":"name: WindFarm description: A wind farm from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant","title":"Direct"},{"location":"WindFarm/#induced","text":"name: WindFarm description: A wind farm from_schema: https://w3id.org/linkml/linkml-common is_a: RenewablePlant attributes: plant_type: name: plant_type from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: plant_type owner: WindFarm domain_of: - PowerPlant range: PowerPlantType location: name: location from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: location owner: WindFarm domain_of: - PowerPlant range: Place operator: name: operator from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: operator owner: WindFarm domain_of: - PowerPlant - ExtractiveIndustryFacility range: Organization capacity: name: capacity from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capacity owner: WindFarm domain_of: - PowerPlant range: SimpleQuantity commissioning_date: name: commissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: commissioning_date owner: WindFarm domain_of: - PowerPlant range: date decommissioning_date: name: decommissioning_date from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: decommissioning_date owner: WindFarm domain_of: - PowerPlant range: date capex: name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: capex owner: WindFarm domain_of: - PowerPlant range: MoneyQuantity opex: name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml-common/energytechnology rank: 1000 alias: opex owner: WindFarm domain_of: - PowerPlant range: MoneyQuantity located_at_place: name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place owner: WindFarm domain_of: - Facility - Building range: Place id: name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id owner: WindFarm domain_of: - NamedThing range: uriorcurie required: true name: name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name owner: WindFarm domain_of: - NamedThing range: string type: name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type owner: WindFarm domain_of: - Entity - NamedThing range: string classification: name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification owner: WindFarm domain_of: - NamedThing range: Concept ontology_types: name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types owner: WindFarm domain_of: - NamedThing range: Concept description: name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description owner: WindFarm domain_of: - NamedThing - TimePoint range: string","title":"Induced"},{"location":"about/","text":"linkml-common Common Data Model Elements","title":"About"},{"location":"about/#linkml-common","text":"Common Data Model Elements","title":"linkml-common"},{"location":"abstract/","text":"Slot: abstract A summary of the item URI: linkml_common:abstract Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: abstract description: A summary of the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: abstract"},{"location":"abstract/#slot-abstract","text":"A summary of the item URI: linkml_common:abstract","title":"Slot: abstract"},{"location":"abstract/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"abstract/#properties","text":"Range: String","title":"Properties"},{"location":"abstract/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"abstract/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"abstract/#linkml-source","text":"name: abstract description: A summary of the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: abstract owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"account_holder/","text":"Slot: account_holder The person or organization that holds the account URI: linkml_common:account_holder Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person","title":"Slot: account_holder"},{"location":"account_holder/#slot-account_holder","text":"The person or organization that holds the account URI: linkml_common:account_holder","title":"Slot: account_holder"},{"location":"account_holder/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"account_holder/#properties","text":"Range: Person","title":"Properties"},{"location":"account_holder/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"account_holder/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"account_holder/#linkml-source","text":"name: account_holder description: The person or organization that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_holder owner: FinancialAccount domain_of: - FinancialAccount range: Person","title":"LinkML Source"},{"location":"account_number/","text":"Slot: account_number The account number URI: linkml_common:account_number Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: account_number description: The account number from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string","title":"Slot: account_number"},{"location":"account_number/#slot-account_number","text":"The account number URI: linkml_common:account_number","title":"Slot: account_number"},{"location":"account_number/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"account_number/#properties","text":"Range: String","title":"Properties"},{"location":"account_number/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"account_number/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"account_number/#linkml-source","text":"name: account_number description: The account number from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: account_number owner: FinancialAccount domain_of: - FinancialAccount range: string","title":"LinkML Source"},{"location":"address/","text":"Slot: address URI: linkml_common:address Applicable Classes Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no Place Entities that have a somewhat fixed, physical extension no Properties Range: PostalAddress Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address domain_of: - Place range: PostalAddress","title":"Slot: address"},{"location":"address/#slot-address","text":"URI: linkml_common:address","title":"Slot: address"},{"location":"address/#applicable-classes","text":"Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no Place Entities that have a somewhat fixed, physical extension no","title":"Applicable Classes"},{"location":"address/#properties","text":"Range: PostalAddress","title":"Properties"},{"location":"address/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"address/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"address/#linkml-source","text":"name: address from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: address domain_of: - Place range: PostalAddress","title":"LinkML Source"},{"location":"age_in_years/","text":"Slot: age_in_years Number of years since birth URI: linkml_common:age_in_years Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: Integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years domain_of: - Person range: integer","title":"Slot: age_in_years"},{"location":"age_in_years/#slot-age_in_years","text":"Number of years since birth URI: linkml_common:age_in_years","title":"Slot: age_in_years"},{"location":"age_in_years/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"age_in_years/#properties","text":"Range: Integer","title":"Properties"},{"location":"age_in_years/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"age_in_years/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"age_in_years/#linkml-source","text":"name: age_in_years description: Number of years since birth from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: age_in_years domain_of: - Person range: integer","title":"LinkML Source"},{"location":"allowed_units/","text":"Slot: allowed_units The units that are allowed for this variable URI: linkml_common:allowed_units Applicable Classes Name Description Modifies Slot Variable no Properties Range: UnitConcept Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept","title":"Slot: allowed_units"},{"location":"allowed_units/#slot-allowed_units","text":"The units that are allowed for this variable URI: linkml_common:allowed_units","title":"Slot: allowed_units"},{"location":"allowed_units/#applicable-classes","text":"Name Description Modifies Slot Variable no","title":"Applicable Classes"},{"location":"allowed_units/#properties","text":"Range: UnitConcept Multivalued: True","title":"Properties"},{"location":"allowed_units/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"allowed_units/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"allowed_units/#linkml-source","text":"name: allowed_units description: The units that are allowed for this variable from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: allowed_units owner: Variable domain_of: - Variable range: UnitConcept","title":"LinkML Source"},{"location":"altitude/","text":"Slot: altitude The altitude of the location URI: linkml_common:altitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"Slot: altitude"},{"location":"altitude/#slot-altitude","text":"The altitude of the location URI: linkml_common:altitude","title":"Slot: altitude"},{"location":"altitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"altitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"altitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"altitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"altitude/#linkml-source","text":"name: altitude description: The altitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: altitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal unit: ucum_code: m","title":"LinkML Source"},{"location":"annual_production/","text":"Slot: annual_production URI: linkml_common:annual_production Applicable Classes Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: annual_production from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: annual_production owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"Slot: annual_production"},{"location":"annual_production/#slot-annual_production","text":"URI: linkml_common:annual_production","title":"Slot: annual_production"},{"location":"annual_production/#applicable-classes","text":"Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"annual_production/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"annual_production/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"annual_production/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"annual_production/#linkml-source","text":"name: annual_production from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: annual_production owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"LinkML Source"},{"location":"area/","text":"Slot: area URI: linkml_common:area Applicable Classes Name Description Modifies Slot MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: area from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: area owner: MiningFacility domain_of: - MiningFacility range: SimpleQuantity","title":"Slot: area"},{"location":"area/#slot-area","text":"URI: linkml_common:area","title":"Slot: area"},{"location":"area/#applicable-classes","text":"Name Description Modifies Slot MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"area/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"area/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"area/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"area/#linkml-source","text":"name: area from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: area owner: MiningFacility domain_of: - MiningFacility range: SimpleQuantity","title":"LinkML Source"},{"location":"bank/","text":"Slot: bank The bank that holds the account URI: linkml_common:bank Applicable Classes Name Description Modifies Slot FinancialAccount A bank account no Properties Range: Organization Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization","title":"Slot: bank"},{"location":"bank/#slot-bank","text":"The bank that holds the account URI: linkml_common:bank","title":"Slot: bank"},{"location":"bank/#applicable-classes","text":"Name Description Modifies Slot FinancialAccount A bank account no","title":"Applicable Classes"},{"location":"bank/#properties","text":"Range: Organization","title":"Properties"},{"location":"bank/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"bank/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"bank/#linkml-source","text":"name: bank description: The bank that holds the account from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bank owner: FinancialAccount domain_of: - FinancialAccount range: Organization","title":"LinkML Source"},{"location":"birth_date/","text":"Slot: birth_date Date on which a person is born URI: schema:birthDate Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date domain_of: - Person range: date","title":"Slot: birth_date"},{"location":"birth_date/#slot-birth_date","text":"Date on which a person is born URI: schema:birthDate","title":"Slot: birth_date"},{"location":"birth_date/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"birth_date/#properties","text":"Range: Date","title":"Properties"},{"location":"birth_date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"birth_date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"birth_date/#linkml-source","text":"name: birth_date description: Date on which a person is born from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:birthDate alias: birth_date domain_of: - Person range: date","title":"LinkML Source"},{"location":"bounding_coordinates/","text":"Slot: bounding_coordinates The bounding coordinates of the place URI: linkml_common:bounding_coordinates Applicable Classes Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no Place Entities that have a somewhat fixed, physical extension no Properties Range: GeoBoxLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates domain_of: - Place range: GeoBoxLocation","title":"Slot: bounding_coordinates"},{"location":"bounding_coordinates/#slot-bounding_coordinates","text":"The bounding coordinates of the place URI: linkml_common:bounding_coordinates","title":"Slot: bounding_coordinates"},{"location":"bounding_coordinates/#applicable-classes","text":"Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body no Place Entities that have a somewhat fixed, physical extension no","title":"Applicable Classes"},{"location":"bounding_coordinates/#properties","text":"Range: GeoBoxLocation","title":"Properties"},{"location":"bounding_coordinates/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"bounding_coordinates/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"bounding_coordinates/#linkml-source","text":"name: bounding_coordinates description: The bounding coordinates of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: bounding_coordinates domain_of: - Place range: GeoBoxLocation","title":"LinkML Source"},{"location":"capacity/","text":"Slot: capacity URI: linkml_common:capacity Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: capacity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: capacity owner: PowerPlant domain_of: - PowerPlant range: SimpleQuantity","title":"Slot: capacity"},{"location":"capacity/#slot-capacity","text":"URI: linkml_common:capacity","title":"Slot: capacity"},{"location":"capacity/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"capacity/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"capacity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"capacity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"capacity/#linkml-source","text":"name: capacity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: capacity owner: PowerPlant domain_of: - PowerPlant range: SimpleQuantity","title":"LinkML Source"},{"location":"capex/","text":"Slot: capex Capital expenditure for the plant URI: linkml_common:capex Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: MoneyQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: capex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity","title":"Slot: capex"},{"location":"capex/#slot-capex","text":"Capital expenditure for the plant URI: linkml_common:capex","title":"Slot: capex"},{"location":"capex/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"capex/#properties","text":"Range: MoneyQuantity","title":"Properties"},{"location":"capex/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"capex/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"capex/#linkml-source","text":"name: capex description: Capital expenditure for the plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: capex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity","title":"LinkML Source"},{"location":"care_site/","text":"Slot: care_site URI: linkml_common:care_site Applicable Classes Name Description Modifies Slot HealthcareProvider no Properties Range: HealthcareSite Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: care_site from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite","title":"Slot: care_site"},{"location":"care_site/#slot-care_site","text":"URI: linkml_common:care_site","title":"Slot: care_site"},{"location":"care_site/#applicable-classes","text":"Name Description Modifies Slot HealthcareProvider no","title":"Applicable Classes"},{"location":"care_site/#properties","text":"Range: HealthcareSite","title":"Properties"},{"location":"care_site/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"care_site/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"care_site/#linkml-source","text":"name: care_site from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: care_site owner: HealthcareProvider domain_of: - HealthcareProvider range: HealthcareSite","title":"LinkML Source"},{"location":"city/","text":"Slot: city The city URI: linkml_common:city Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: city description: The city from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: city"},{"location":"city/#slot-city","text":"The city URI: linkml_common:city","title":"Slot: city"},{"location":"city/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"city/#properties","text":"Range: String","title":"Properties"},{"location":"city/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"city/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"city/#linkml-source","text":"name: city description: The city from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: city owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"classification/","text":"Slot: classification A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using values_from , or bindings. URI: linkml_common:classification Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign yes QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol yes HealthcareEncounter An interaction between a patient and one or more healthcare providers yes ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no Properties Range: Concept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification domain_of: - NamedThing range: Concept","title":"Slot: classification"},{"location":"classification/#slot-classification","text":"A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using values_from , or bindings. URI: linkml_common:classification","title":"Slot: classification"},{"location":"classification/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign yes QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol yes HealthcareEncounter An interaction between a patient and one or more healthcare providers yes ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"classification/#properties","text":"Range: Concept","title":"Properties"},{"location":"classification/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"classification/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"classification/#linkml-source","text":"name: classification description: A precise classification of the thing, using a concept from an ontology, controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose to restrict the range of values which this slot can take, using `values_from`, or bindings. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: classification domain_of: - NamedThing range: Concept","title":"LinkML Source"},{"location":"cohort/","text":"Slot: cohort URI: linkml_common:cohort Applicable Classes Name Description Modifies Slot ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Properties Range: ClinicalCohort Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: cohort from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort","title":"Slot: cohort"},{"location":"cohort/#slot-cohort","text":"URI: linkml_common:cohort","title":"Slot: cohort"},{"location":"cohort/#applicable-classes","text":"Name Description Modifies Slot ClinicalCohortEnrollment An event relating a patient to a clinical cohort no","title":"Applicable Classes"},{"location":"cohort/#properties","text":"Range: ClinicalCohort","title":"Properties"},{"location":"cohort/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"cohort/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"cohort/#linkml-source","text":"name: cohort from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: cohort owner: ClinicalCohortEnrollment domain_of: - ClinicalCohortEnrollment range: ClinicalCohort","title":"LinkML Source"},{"location":"collected_as_part_of/","text":"Slot: collected_as_part_of URI: linkml_common:collected_as_part_of Applicable Classes Name Description Modifies Slot Dataset no Properties Range: Investigation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: collected_as_part_of from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation","title":"Slot: collected_as_part_of"},{"location":"collected_as_part_of/#slot-collected_as_part_of","text":"URI: linkml_common:collected_as_part_of","title":"Slot: collected_as_part_of"},{"location":"collected_as_part_of/#applicable-classes","text":"Name Description Modifies Slot Dataset no","title":"Applicable Classes"},{"location":"collected_as_part_of/#properties","text":"Range: Investigation Multivalued: True","title":"Properties"},{"location":"collected_as_part_of/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"collected_as_part_of/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"collected_as_part_of/#linkml-source","text":"name: collected_as_part_of from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: collected_as_part_of owner: Dataset domain_of: - Dataset range: Investigation","title":"LinkML Source"},{"location":"collected_from/","text":"Slot: collected_from URI: linkml_common:collected_from Applicable Classes Name Description Modifies Slot SampleCollectionProcess no Properties Range: NamedThing Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: collected_from from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing","title":"Slot: collected_from"},{"location":"collected_from/#slot-collected_from","text":"URI: linkml_common:collected_from","title":"Slot: collected_from"},{"location":"collected_from/#applicable-classes","text":"Name Description Modifies Slot SampleCollectionProcess no","title":"Applicable Classes"},{"location":"collected_from/#properties","text":"Range: NamedThing","title":"Properties"},{"location":"collected_from/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"collected_from/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"collected_from/#linkml-source","text":"name: collected_from from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: collected_from owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: NamedThing","title":"LinkML Source"},{"location":"commissioning_date/","text":"Slot: commissioning_date URI: linkml_common:commissioning_date Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: commissioning_date from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: commissioning_date owner: PowerPlant domain_of: - PowerPlant range: date","title":"Slot: commissioning_date"},{"location":"commissioning_date/#slot-commissioning_date","text":"URI: linkml_common:commissioning_date","title":"Slot: commissioning_date"},{"location":"commissioning_date/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"commissioning_date/#properties","text":"Range: Date","title":"Properties"},{"location":"commissioning_date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"commissioning_date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"commissioning_date/#linkml-source","text":"name: commissioning_date from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: commissioning_date owner: PowerPlant domain_of: - PowerPlant range: date","title":"LinkML Source"},{"location":"contacts/","text":"Slot: contacts A contact point for a person or organization URI: schema:contactPoint Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: contacts"},{"location":"contacts/#slot-contacts","text":"A contact point for a person or organization URI: schema:contactPoint","title":"Slot: contacts"},{"location":"contacts/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"contacts/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"contacts/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"contacts/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"contacts/#linkml-source","text":"name: contacts description: A contact point for a person or organization from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:contactPoint multivalued: true alias: contacts owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"contributors/","text":"Slot: contributors A person or organization that contributed to the creation of the work URI: dcterms:contributor Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: contributors"},{"location":"contributors/#slot-contributors","text":"A person or organization that contributed to the creation of the work URI: dcterms:contributor","title":"Slot: contributors"},{"location":"contributors/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"contributors/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"contributors/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"contributors/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"contributors/#linkml-source","text":"name: contributors description: A person or organization that contributed to the creation of the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:contributor multivalued: true alias: contributors owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"country/","text":"Slot: country The country URI: linkml_common:country Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: country description: The country from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: country"},{"location":"country/#slot-country","text":"The country URI: linkml_common:country","title":"Slot: country"},{"location":"country/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"country/#properties","text":"Range: String","title":"Properties"},{"location":"country/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"country/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"country/#linkml-source","text":"name: country description: The country from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: country owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"creators/","text":"Slot: creators The person or organization who created the work URI: dcterms:creator Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: Agent Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"Slot: creators"},{"location":"creators/#slot-creators","text":"The person or organization who created the work URI: dcterms:creator","title":"Slot: creators"},{"location":"creators/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"creators/#properties","text":"Range: Agent Multivalued: True","title":"Properties"},{"location":"creators/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"creators/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"creators/#linkml-source","text":"name: creators description: The person or organization who created the work from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: dcterms:creator multivalued: true alias: creators owner: CreativeWork domain_of: - CreativeWork range: Agent","title":"LinkML Source"},{"location":"dam/","text":"Slot: dam The dam used by the hydroelectric plant URI: linkml_common:dam Applicable Classes Name Description Modifies Slot HydroelectricPlant A hydroelectric power plant no Properties Range: Landform Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: dam owner: HydroelectricPlant domain_of: - HydroelectricPlant range: Landform","title":"Slot: dam"},{"location":"dam/#slot-dam","text":"The dam used by the hydroelectric plant URI: linkml_common:dam","title":"Slot: dam"},{"location":"dam/#applicable-classes","text":"Name Description Modifies Slot HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"dam/#properties","text":"Range: Landform","title":"Properties"},{"location":"dam/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"dam/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"dam/#linkml-source","text":"name: dam description: The dam used by the hydroelectric plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: dam owner: HydroelectricPlant domain_of: - HydroelectricPlant range: Landform","title":"LinkML Source"},{"location":"date_value/","text":"Slot: date_value URI: linkml_common:date_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value domain_of: - TimePoint range: date","title":"Slot: date_value"},{"location":"date_value/#slot-date_value","text":"URI: linkml_common:date_value","title":"Slot: date_value"},{"location":"date_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"date_value/#properties","text":"Range: Date","title":"Properties"},{"location":"date_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"date_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"date_value/#linkml-source","text":"name: date_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: date_value domain_of: - TimePoint range: date","title":"LinkML Source"},{"location":"datetime_value/","text":"Slot: datetime_value URI: linkml_common:datetime_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Datetime Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value domain_of: - TimePoint range: datetime","title":"Slot: datetime_value"},{"location":"datetime_value/#slot-datetime_value","text":"URI: linkml_common:datetime_value","title":"Slot: datetime_value"},{"location":"datetime_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"datetime_value/#properties","text":"Range: Datetime","title":"Properties"},{"location":"datetime_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"datetime_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"datetime_value/#linkml-source","text":"name: datetime_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: datetime_value domain_of: - TimePoint range: datetime","title":"LinkML Source"},{"location":"decommissioning_date/","text":"Slot: decommissioning_date URI: linkml_common:decommissioning_date Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: Date Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: decommissioning_date from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: decommissioning_date owner: PowerPlant domain_of: - PowerPlant range: date","title":"Slot: decommissioning_date"},{"location":"decommissioning_date/#slot-decommissioning_date","text":"URI: linkml_common:decommissioning_date","title":"Slot: decommissioning_date"},{"location":"decommissioning_date/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"decommissioning_date/#properties","text":"Range: Date","title":"Properties"},{"location":"decommissioning_date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"decommissioning_date/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"decommissioning_date/#linkml-source","text":"name: decommissioning_date from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: decommissioning_date owner: PowerPlant domain_of: - PowerPlant range: date","title":"LinkML Source"},{"location":"definition/","text":"Slot: definition URI: linkml_common:definition Applicable Classes Name Description Modifies Slot ClinicalCohort A group of patients who share a common set of characteristics no Properties Range: ClinicalCohortDefinition Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: definition from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition","title":"Slot: definition"},{"location":"definition/#slot-definition","text":"URI: linkml_common:definition","title":"Slot: definition"},{"location":"definition/#applicable-classes","text":"Name Description Modifies Slot ClinicalCohort A group of patients who share a common set of characteristics no","title":"Applicable Classes"},{"location":"definition/#properties","text":"Range: ClinicalCohortDefinition","title":"Properties"},{"location":"definition/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"definition/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"definition/#linkml-source","text":"name: definition from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: definition owner: ClinicalCohort domain_of: - ClinicalCohort range: ClinicalCohortDefinition","title":"LinkML Source"},{"location":"denominator/","text":"Slot: denominator The denominator of the ratio URI: linkml_common:denominator Applicable Classes Name Description Modifies Slot Ratio A tuple of two quantities no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity","title":"Slot: denominator"},{"location":"denominator/#slot-denominator","text":"The denominator of the ratio URI: linkml_common:denominator","title":"Slot: denominator"},{"location":"denominator/#applicable-classes","text":"Name Description Modifies Slot Ratio A tuple of two quantities no","title":"Applicable Classes"},{"location":"denominator/#properties","text":"Range: Quantity","title":"Properties"},{"location":"denominator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"denominator/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"denominator/#linkml-source","text":"name: denominator description: The denominator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: denominator owner: Ratio domain_of: - Ratio range: Quantity","title":"LinkML Source"},{"location":"depth/","text":"Slot: depth URI: linkml_common:depth Applicable Classes Name Description Modifies Slot WellFacility A facility where fluid resources (e no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: String Identifier and Mapping Information LinkML Source name: depth alias: depth domain_of: - MiningFacility - WellFacility range: string","title":"Slot: depth"},{"location":"depth/#slot-depth","text":"URI: linkml_common:depth","title":"Slot: depth"},{"location":"depth/#applicable-classes","text":"Name Description Modifies Slot WellFacility A facility where fluid resources (e no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"depth/#properties","text":"Range: String","title":"Properties"},{"location":"depth/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"depth/#linkml-source","text":"name: depth alias: depth domain_of: - MiningFacility - WellFacility range: string","title":"LinkML Source"},{"location":"describes/","text":"Slot: describes The thing that is being described URI: schema:describes Applicable Classes Name Description Modifies Slot InformationEntity An entity that describes some information no Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes domain_of: - InformationEntity range: Any","title":"Slot: describes"},{"location":"describes/#slot-describes","text":"The thing that is being described URI: schema:describes","title":"Slot: describes"},{"location":"describes/#applicable-classes","text":"Name Description Modifies Slot InformationEntity An entity that describes some information no","title":"Applicable Classes"},{"location":"describes/#properties","text":"Range: Any","title":"Properties"},{"location":"describes/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"describes/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"describes/#linkml-source","text":"name: describes description: The thing that is being described from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:describes alias: describes domain_of: - InformationEntity range: Any","title":"LinkML Source"},{"location":"description/","text":"Slot: description A human-readable description for a thing URI: schema:description Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no TimePoint A point in time no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description domain_of: - NamedThing - TimePoint range: string","title":"Slot: description"},{"location":"description/#slot-description","text":"A human-readable description for a thing URI: schema:description","title":"Slot: description"},{"location":"description/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no TimePoint A point in time no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"description/#properties","text":"Range: String","title":"Properties"},{"location":"description/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"description/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"description/#linkml-source","text":"name: description description: A human-readable description for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:description alias: description domain_of: - NamedThing - TimePoint range: string","title":"LinkML Source"},{"location":"east_bounding_coordinate/","text":"Slot: east_bounding_coordinate The easternmost coordinate of the location URI: linkml_common:east_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: east_bounding_coordinate"},{"location":"east_bounding_coordinate/#slot-east_bounding_coordinate","text":"The easternmost coordinate of the location URI: linkml_common:east_bounding_coordinate","title":"Slot: east_bounding_coordinate"},{"location":"east_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"east_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"east_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"east_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"east_bounding_coordinate/#linkml-source","text":"name: east_bounding_coordinate description: The easternmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: east_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"ends_at/","text":"Slot: ends_at URI: linkml_common:ends_at Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no TemporalInterval A period of time no TimePoint A point in time no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no TimePointOrTemporalInterval no SampleProcessing no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"Slot: ends_at"},{"location":"ends_at/#slot-ends_at","text":"URI: linkml_common:ends_at","title":"Slot: ends_at"},{"location":"ends_at/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no TemporalInterval A period of time no TimePoint A point in time no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no TimePointOrTemporalInterval no SampleProcessing no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"ends_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"ends_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ends_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ends_at/#linkml-source","text":"name: ends_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: ends_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"LinkML Source"},{"location":"facility_type/","text":"Slot: facility_type URI: linkml_common:facility_type Applicable Classes Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: ExtractiveIndustryFacilityType Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: facility_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: facility_type owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType","title":"Slot: facility_type"},{"location":"facility_type/#slot-facility_type","text":"URI: linkml_common:facility_type","title":"Slot: facility_type"},{"location":"facility_type/#applicable-classes","text":"Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"facility_type/#properties","text":"Range: ExtractiveIndustryFacilityType","title":"Properties"},{"location":"facility_type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"facility_type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"facility_type/#linkml-source","text":"name: facility_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: facility_type owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryFacilityType","title":"LinkML Source"},{"location":"follows_procedure/","text":"Slot: follows_procedure URI: linkml_common:follows_procedure Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no PlannedProcess A process that follows a defined procedure or plan no SampleProcessing no SampleCollectionProcess no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: String Identifier and Mapping Information LinkML Source name: follows_procedure alias: follows_procedure domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: string","title":"Slot: follows_procedure"},{"location":"follows_procedure/#slot-follows_procedure","text":"URI: linkml_common:follows_procedure","title":"Slot: follows_procedure"},{"location":"follows_procedure/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no PlannedProcess A process that follows a defined procedure or plan no SampleProcessing no SampleCollectionProcess no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"follows_procedure/#properties","text":"Range: String","title":"Properties"},{"location":"follows_procedure/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"follows_procedure/#linkml-source","text":"name: follows_procedure alias: follows_procedure domain_of: - InvestigativeProcess - EngineeringProcess - PlannedProcess range: string","title":"LinkML Source"},{"location":"fuel/","text":"Slot: fuel URI: linkml_common:fuel Applicable Classes Name Description Modifies Slot FossilFuelPlant A power plant that uses fossil fuels no Properties Range: FossilFuel Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: fuel from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: fuel owner: FossilFuelPlant domain_of: - FossilFuelPlant range: FossilFuel","title":"Slot: fuel"},{"location":"fuel/#slot-fuel","text":"URI: linkml_common:fuel","title":"Slot: fuel"},{"location":"fuel/#applicable-classes","text":"Name Description Modifies Slot FossilFuelPlant A power plant that uses fossil fuels no","title":"Applicable Classes"},{"location":"fuel/#properties","text":"Range: FossilFuel","title":"Properties"},{"location":"fuel/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"fuel/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"fuel/#linkml-source","text":"name: fuel from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: fuel owner: FossilFuelPlant domain_of: - FossilFuelPlant range: FossilFuel","title":"LinkML Source"},{"location":"geolocation/","text":"Slot: geolocation The geolocation of the place URI: linkml_common:geolocation Applicable Classes Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body yes Place Entities that have a somewhat fixed, physical extension no Properties Range: GeoPointLocation Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation domain_of: - Place range: GeoPointLocation","title":"Slot: geolocation"},{"location":"geolocation/#slot-geolocation","text":"The geolocation of the place URI: linkml_common:geolocation","title":"Slot: geolocation"},{"location":"geolocation/#applicable-classes","text":"Name Description Modifies Slot EnvironmentalSite A location or site that is the subject of environmental monitoring no HealthcareSite no Landform A natural feature of the solid surface of the Earth or other planetary body yes Place Entities that have a somewhat fixed, physical extension no","title":"Applicable Classes"},{"location":"geolocation/#properties","text":"Range: GeoPointLocation","title":"Properties"},{"location":"geolocation/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"geolocation/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"geolocation/#linkml-source","text":"name: geolocation description: The geolocation of the place from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: geolocation domain_of: - Place range: GeoPointLocation","title":"LinkML Source"},{"location":"grade/","text":"Slot: grade URI: linkml_common:grade Applicable Classes Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: grade from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: grade owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: SimpleQuantity","title":"Slot: grade"},{"location":"grade/#slot-grade","text":"URI: linkml_common:grade","title":"Slot: grade"},{"location":"grade/#applicable-classes","text":"Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no","title":"Applicable Classes"},{"location":"grade/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"grade/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"grade/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"grade/#linkml-source","text":"name: grade from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: grade owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: SimpleQuantity","title":"LinkML Source"},{"location":"happens_at/","text":"Slot: happens_at URI: linkml_common:happens_at Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at domain_of: - Event range: TimePoint","title":"Slot: happens_at"},{"location":"happens_at/#slot-happens_at","text":"URI: linkml_common:happens_at","title":"Slot: happens_at"},{"location":"happens_at/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"happens_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"happens_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"happens_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"happens_at/#linkml-source","text":"name: happens_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: happens_at domain_of: - Event range: TimePoint","title":"LinkML Source"},{"location":"has_duration/","text":"Slot: has_duration URI: linkml_common:has_duration Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: Duration Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration domain_of: - Event range: Duration","title":"Slot: has_duration"},{"location":"has_duration/#slot-has_duration","text":"URI: linkml_common:has_duration","title":"Slot: has_duration"},{"location":"has_duration/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"has_duration/#properties","text":"Range: Duration","title":"Properties"},{"location":"has_duration/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_duration/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_duration/#linkml-source","text":"name: has_duration from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_duration domain_of: - Event range: Duration","title":"LinkML Source"},{"location":"has_interval/","text":"Slot: has_interval URI: linkml_common:has_interval Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: TemporalInterval Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval domain_of: - Event range: TemporalInterval","title":"Slot: has_interval"},{"location":"has_interval/#slot-has_interval","text":"URI: linkml_common:has_interval","title":"Slot: has_interval"},{"location":"has_interval/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no SampleProcessing no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"has_interval/#properties","text":"Range: TemporalInterval","title":"Properties"},{"location":"has_interval/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_interval/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_interval/#linkml-source","text":"name: has_interval from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_interval domain_of: - Event range: TemporalInterval","title":"LinkML Source"},{"location":"has_quantity_kind/","text":"Slot: has_quantity_kind The kind of quantity URI: linkml_common:has_quantity_kind Applicable Classes Name Description Modifies Slot MoneyQuantity A quantity of money no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no Duration A length of time no FoodIngredient no Properties Range: QuantityKind Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind","title":"Slot: has_quantity_kind"},{"location":"has_quantity_kind/#slot-has_quantity_kind","text":"The kind of quantity URI: linkml_common:has_quantity_kind","title":"Slot: has_quantity_kind"},{"location":"has_quantity_kind/#applicable-classes","text":"Name Description Modifies Slot MoneyQuantity A quantity of money no Quantity no SimpleQuantity A quantity is a property that can be measured or counted no Ratio A tuple of two quantities no Duration A length of time no FoodIngredient no","title":"Applicable Classes"},{"location":"has_quantity_kind/#properties","text":"Range: QuantityKind","title":"Properties"},{"location":"has_quantity_kind/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"has_quantity_kind/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"has_quantity_kind/#linkml-source","text":"name: has_quantity_kind description: The kind of quantity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: has_quantity_kind owner: Quantity domain_of: - Quantity range: QuantityKind","title":"LinkML Source"},{"location":"id/","text":"Slot: id A unique identifier for a thing URI: schema:identifier Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no Properties Range: Uriorcurie Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id domain_of: - NamedThing range: uriorcurie required: true","title":"Slot: id"},{"location":"id/#slot-id","text":"A unique identifier for a thing URI: schema:identifier","title":"Slot: id"},{"location":"id/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"id/#properties","text":"Range: Uriorcurie Required: True","title":"Properties"},{"location":"id/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"id/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"id/#linkml-source","text":"name: id description: A unique identifier for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:identifier identifier: true alias: id domain_of: - NamedThing range: uriorcurie required: true","title":"LinkML Source"},{"location":"immediate_preceding_steps/","text":"Slot: immediate_preceding_steps The steps that immediately precede this step URI: linkml_common:immediate_preceding_steps Applicable Classes Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation no Properties Range: MathematicalOperation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Slot: immediate_preceding_steps"},{"location":"immediate_preceding_steps/#slot-immediate_preceding_steps","text":"The steps that immediately precede this step URI: linkml_common:immediate_preceding_steps","title":"Slot: immediate_preceding_steps"},{"location":"immediate_preceding_steps/#applicable-classes","text":"Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation no","title":"Applicable Classes"},{"location":"immediate_preceding_steps/#properties","text":"Range: MathematicalOperation Multivalued: True","title":"Properties"},{"location":"immediate_preceding_steps/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"immediate_preceding_steps/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"immediate_preceding_steps/#linkml-source","text":"name: immediate_preceding_steps description: The steps that immediately precede this step from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: immediate_preceding_steps owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"LinkML Source"},{"location":"ingredients/","text":"Slot: ingredients URI: linkml_common:ingredients Applicable Classes Name Description Modifies Slot FoodRecipe no Properties Range: FoodIngredient Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ingredients from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient","title":"Slot: ingredients"},{"location":"ingredients/#slot-ingredients","text":"URI: linkml_common:ingredients","title":"Slot: ingredients"},{"location":"ingredients/#applicable-classes","text":"Name Description Modifies Slot FoodRecipe no","title":"Applicable Classes"},{"location":"ingredients/#properties","text":"Range: FoodIngredient Multivalued: True","title":"Properties"},{"location":"ingredients/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ingredients/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ingredients/#linkml-source","text":"name: ingredients from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ingredients owner: FoodRecipe domain_of: - FoodRecipe range: FoodIngredient","title":"LinkML Source"},{"location":"inputs/","text":"Slot: inputs The inputs to the operation URI: linkml_common:inputs Applicable Classes Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation yes Properties Range: Any Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"Slot: inputs"},{"location":"inputs/#slot-inputs","text":"The inputs to the operation URI: linkml_common:inputs","title":"Slot: inputs"},{"location":"inputs/#applicable-classes","text":"Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation yes","title":"Applicable Classes"},{"location":"inputs/#properties","text":"Range: Any Multivalued: True","title":"Properties"},{"location":"inputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"inputs/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"inputs/#linkml-source","text":"name: inputs description: The inputs to the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: inputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"LinkML Source"},{"location":"is_person/","text":"Slot: is_person URI: linkml_common:is_person Applicable Classes Name Description Modifies Slot HealthcareRole no HealthcareProvider no Patient no Properties Range: Person Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: is_person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person","title":"Slot: is_person"},{"location":"is_person/#slot-is_person","text":"URI: linkml_common:is_person","title":"Slot: is_person"},{"location":"is_person/#applicable-classes","text":"Name Description Modifies Slot HealthcareRole no HealthcareProvider no Patient no","title":"Applicable Classes"},{"location":"is_person/#properties","text":"Range: Person","title":"Properties"},{"location":"is_person/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"is_person/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"is_person/#linkml-source","text":"name: is_person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: is_person owner: HealthcareRole domain_of: - HealthcareRole range: Person","title":"LinkML Source"},{"location":"keywords/","text":"Slot: keywords Keywords or tags used to describe this item URI: schema:keywords Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: String Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: keywords"},{"location":"keywords/#slot-keywords","text":"Keywords or tags used to describe this item URI: schema:keywords","title":"Slot: keywords"},{"location":"keywords/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"keywords/#properties","text":"Range: String Multivalued: True","title":"Properties"},{"location":"keywords/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"keywords/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"keywords/#linkml-source","text":"name: keywords description: Keywords or tags used to describe this item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:keywords multivalued: true alias: keywords owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"latitude/","text":"Slot: latitude The latitude of the location URI: linkml_common:latitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"Slot: latitude"},{"location":"latitude/#slot-latitude","text":"The latitude of the location URI: linkml_common:latitude","title":"Slot: latitude"},{"location":"latitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"latitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"latitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"latitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"latitude/#linkml-source","text":"name: latitude description: The latitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: latitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"LinkML Source"},{"location":"linkml-common/","text":"linkml-common Common Data Model Elements URI: https://w3id.org/linkml/linkml-common","title":"linkml-common"},{"location":"linkml-common/#linkml-common","text":"Common Data Model Elements URI: https://w3id.org/linkml/linkml-common","title":"linkml-common"},{"location":"located_at_place/","text":"Slot: located_at_place The place where the entity is located URI: linkml_common:located_at_place Applicable Classes Name Description Modifies Slot WellFacility A facility where fluid resources (e no SolarPlant A solar power plant no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no Building no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no Facility no MiningFacility A facility where mineral resources are extracted from the earth no NuclearPlant A nuclear power plant no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: Place Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place domain_of: - Facility - Building range: Place","title":"Slot: located_at_place"},{"location":"located_at_place/#slot-located_at_place","text":"The place where the entity is located URI: linkml_common:located_at_place","title":"Slot: located_at_place"},{"location":"located_at_place/#applicable-classes","text":"Name Description Modifies Slot WellFacility A facility where fluid resources (e no SolarPlant A solar power plant no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no Building no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no Facility no MiningFacility A facility where mineral resources are extracted from the earth no NuclearPlant A nuclear power plant no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"located_at_place/#properties","text":"Range: Place","title":"Properties"},{"location":"located_at_place/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"located_at_place/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"located_at_place/#linkml-source","text":"name: located_at_place description: The place where the entity is located from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: located_at_place domain_of: - Facility - Building range: Place","title":"LinkML Source"},{"location":"location/","text":"Slot: location URI: linkml_common:location Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: Place Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: location owner: PowerPlant domain_of: - PowerPlant range: Place","title":"Slot: location"},{"location":"location/#slot-location","text":"URI: linkml_common:location","title":"Slot: location"},{"location":"location/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"location/#properties","text":"Range: Place","title":"Properties"},{"location":"location/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"location/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"location/#linkml-source","text":"name: location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: location owner: PowerPlant domain_of: - PowerPlant range: Place","title":"LinkML Source"},{"location":"longitude/","text":"Slot: longitude The longitude of the location URI: linkml_common:longitude Applicable Classes Name Description Modifies Slot GeoPointLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"Slot: longitude"},{"location":"longitude/#slot-longitude","text":"The longitude of the location URI: linkml_common:longitude","title":"Slot: longitude"},{"location":"longitude/#applicable-classes","text":"Name Description Modifies Slot GeoPointLocation no","title":"Applicable Classes"},{"location":"longitude/#properties","text":"Range: Decimal","title":"Properties"},{"location":"longitude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"longitude/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"longitude/#linkml-source","text":"name: longitude description: The longitude of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: longitude owner: GeoPointLocation domain_of: - GeoPointLocation range: decimal","title":"LinkML Source"},{"location":"lower_bound/","text":"Slot: lower_bound The lower bound of the range URI: linkml_common:lower_bound Applicable Classes Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"Slot: lower_bound"},{"location":"lower_bound/#slot-lower_bound","text":"The lower bound of the range URI: linkml_common:lower_bound","title":"Slot: lower_bound"},{"location":"lower_bound/#applicable-classes","text":"Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"lower_bound/#properties","text":"Range: Quantity","title":"Properties"},{"location":"lower_bound/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"lower_bound/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"lower_bound/#linkml-source","text":"name: lower_bound description: The lower bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: lower_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"LinkML Source"},{"location":"marker_event/","text":"Slot: marker_event URI: linkml_common:marker_event Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Event Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event domain_of: - TimePoint range: Event","title":"Slot: marker_event"},{"location":"marker_event/#slot-marker_event","text":"URI: linkml_common:marker_event","title":"Slot: marker_event"},{"location":"marker_event/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"marker_event/#properties","text":"Range: Event","title":"Properties"},{"location":"marker_event/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"marker_event/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"marker_event/#linkml-source","text":"name: marker_event from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: marker_event domain_of: - TimePoint range: Event","title":"LinkML Source"},{"location":"material_collected/","text":"Slot: material_collected URI: linkml_common:material_collected Applicable Classes Name Description Modifies Slot SampleCollectionProcess no Properties Range: SampleMaterial Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: material_collected from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial","title":"Slot: material_collected"},{"location":"material_collected/#slot-material_collected","text":"URI: linkml_common:material_collected","title":"Slot: material_collected"},{"location":"material_collected/#applicable-classes","text":"Name Description Modifies Slot SampleCollectionProcess no","title":"Applicable Classes"},{"location":"material_collected/#properties","text":"Range: SampleMaterial","title":"Properties"},{"location":"material_collected/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"material_collected/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"material_collected/#linkml-source","text":"name: material_collected from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: material_collected owner: SampleCollectionProcess domain_of: - SampleCollectionProcess range: SampleMaterial","title":"LinkML Source"},{"location":"members/","text":"Slot: members The members of the collection URI: linkml_common:members Applicable Classes Name Description Modifies Slot Collection A group of things no Properties Range: Entity Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: members description: The members of the collection from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true","title":"Slot: members"},{"location":"members/#slot-members","text":"The members of the collection URI: linkml_common:members","title":"Slot: members"},{"location":"members/#applicable-classes","text":"Name Description Modifies Slot Collection A group of things no","title":"Applicable Classes"},{"location":"members/#properties","text":"Range: Entity Multivalued: True","title":"Properties"},{"location":"members/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"members/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"members/#linkml-source","text":"name: members description: The members of the collection from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: members owner: Collection domain_of: - Collection range: Entity inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"mining_method/","text":"Slot: mining_method URI: linkml_common:mining_method Applicable Classes Name Description Modifies Slot MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: MiningMethod Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: mining_method from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: mining_method owner: MiningFacility domain_of: - MiningFacility range: MiningMethod","title":"Slot: mining_method"},{"location":"mining_method/#slot-mining_method","text":"URI: linkml_common:mining_method","title":"Slot: mining_method"},{"location":"mining_method/#applicable-classes","text":"Name Description Modifies Slot MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"mining_method/#properties","text":"Range: MiningMethod","title":"Properties"},{"location":"mining_method/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"mining_method/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"mining_method/#linkml-source","text":"name: mining_method from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: mining_method owner: MiningFacility domain_of: - MiningFacility range: MiningMethod","title":"LinkML Source"},{"location":"name/","text":"Slot: name A human-readable name for a thing URI: schema:name Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name domain_of: - NamedThing range: string","title":"Slot: name"},{"location":"name/#slot-name","text":"A human-readable name for a thing URI: schema:name","title":"Slot: name"},{"location":"name/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"name/#properties","text":"Range: String","title":"Properties"},{"location":"name/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"name/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"name/#linkml-source","text":"name: name description: A human-readable name for a thing from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:name alias: name domain_of: - NamedThing range: string","title":"LinkML Source"},{"location":"north_bounding_coordinate/","text":"Slot: north_bounding_coordinate The northernmost coordinate of the location URI: linkml_common:north_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: north_bounding_coordinate"},{"location":"north_bounding_coordinate/#slot-north_bounding_coordinate","text":"The northernmost coordinate of the location URI: linkml_common:north_bounding_coordinate","title":"Slot: north_bounding_coordinate"},{"location":"north_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"north_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"north_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"north_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"north_bounding_coordinate/#linkml-source","text":"name: north_bounding_coordinate description: The northernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: north_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"numerator/","text":"Slot: numerator The numerator of the ratio URI: linkml_common:numerator Applicable Classes Name Description Modifies Slot Ratio A tuple of two quantities no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity","title":"Slot: numerator"},{"location":"numerator/#slot-numerator","text":"The numerator of the ratio URI: linkml_common:numerator","title":"Slot: numerator"},{"location":"numerator/#applicable-classes","text":"Name Description Modifies Slot Ratio A tuple of two quantities no","title":"Applicable Classes"},{"location":"numerator/#properties","text":"Range: Quantity","title":"Properties"},{"location":"numerator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"numerator/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"numerator/#linkml-source","text":"name: numerator description: The numerator of the ratio from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: numerator owner: Ratio domain_of: - Ratio range: Quantity","title":"LinkML Source"},{"location":"object/","text":"Slot: object The object of a relationship URI: rdf:object Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: object description: The object of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:object alias: object range: Any","title":"Slot: object"},{"location":"object/#slot-object","text":"The object of a relationship URI: rdf:object","title":"Slot: object"},{"location":"object/#properties","text":"Range: Any","title":"Properties"},{"location":"object/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"object/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"object/#linkml-source","text":"name: object description: The object of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:object alias: object range: Any","title":"LinkML Source"},{"location":"objectives/","text":"Slot: objectives URI: linkml_common:objectives Applicable Classes Name Description Modifies Slot Investigation no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: objectives from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string","title":"Slot: objectives"},{"location":"objectives/#slot-objectives","text":"URI: linkml_common:objectives","title":"Slot: objectives"},{"location":"objectives/#applicable-classes","text":"Name Description Modifies Slot Investigation no","title":"Applicable Classes"},{"location":"objectives/#properties","text":"Range: String","title":"Properties"},{"location":"objectives/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"objectives/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"objectives/#linkml-source","text":"name: objectives from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: objectives owner: Investigation domain_of: - Investigation range: string","title":"LinkML Source"},{"location":"observed_during/","text":"Slot: observed_during URI: linkml_common:observed_during Applicable Classes Name Description Modifies Slot HealthcareConditionOccurrence no Properties Range: HealthcareEncounter Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: observed_during from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter","title":"Slot: observed_during"},{"location":"observed_during/#slot-observed_during","text":"URI: linkml_common:observed_during","title":"Slot: observed_during"},{"location":"observed_during/#applicable-classes","text":"Name Description Modifies Slot HealthcareConditionOccurrence no","title":"Applicable Classes"},{"location":"observed_during/#properties","text":"Range: HealthcareEncounter","title":"Properties"},{"location":"observed_during/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"observed_during/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"observed_during/#linkml-source","text":"name: observed_during from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:vist_occurrence_id rank: 1000 alias: observed_during owner: HealthcareConditionOccurrence domain_of: - HealthcareConditionOccurrence range: HealthcareEncounter","title":"LinkML Source"},{"location":"ontology_types/","text":"Slot: ontology_types URI: linkml_common:ontology_types Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no Properties Range: Concept Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types domain_of: - NamedThing range: Concept","title":"Slot: ontology_types"},{"location":"ontology_types/#slot-ontology_types","text":"URI: linkml_common:ontology_types","title":"Slot: ontology_types"},{"location":"ontology_types/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no FoodProcessing no Place Entities that have a somewhat fixed, physical extension no Building no Concept no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no FossilFuelPlant A power plant that uses fossil fuels no Facility no HealthcareSite no CurrencyConcept A currency no SampleCollectionProcess no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no QuantityKind no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no InvestigativeProcess no PhysicalDevice no NamedThing no SampleMaterial no Specification A specification of a thing no InvestigativeProtocol no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no Person Represents a Person no EngineeringSpecification no ElectricalGrid A network of electrical transmission lines no Organization Represents an Organization no Event A thing that happens no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no MaterialProcessing no HealthcareOrganization An organization that provides healthcare services no WindFarm A wind farm no InformationEntity An entity that describes some information no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no SolarPlant A solar power plant no Investigation no Equipment no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no UnitConcept no EngineeringMaterialProcessing no BasicFoodType no WellFacility A facility where fluid resources (e no Dataset no FoodRecipe no PowerPlantType The type of power plant no LifeEvent no SampleProcessing no PowerPlant A facility for generating electrical power no HealthcareConditionOccurrence no ClinicalCohortDefinition A definition of a clinical cohort no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no RenewablePlant A power plant that uses renewable energy sources no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no RawMaterial no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"ontology_types/#properties","text":"Range: Concept Multivalued: True","title":"Properties"},{"location":"ontology_types/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"ontology_types/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"ontology_types/#linkml-source","text":"name: ontology_types from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: ontology_types domain_of: - NamedThing range: Concept","title":"LinkML Source"},{"location":"operator/","text":"Slot: operator URI: linkml_common:operator Applicable Classes Name Description Modifies Slot WellFacility A facility where fluid resources (e no SolarPlant A solar power plant no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no MiningFacility A facility where mineral resources are extracted from the earth no NuclearPlant A nuclear power plant no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: String Identifier and Mapping Information LinkML Source name: operator alias: operator domain_of: - PowerPlant - ExtractiveIndustryFacility range: string","title":"Slot: operator"},{"location":"operator/#slot-operator","text":"URI: linkml_common:operator","title":"Slot: operator"},{"location":"operator/#applicable-classes","text":"Name Description Modifies Slot WellFacility A facility where fluid resources (e no SolarPlant A solar power plant no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no MiningFacility A facility where mineral resources are extracted from the earth no NuclearPlant A nuclear power plant no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"operator/#properties","text":"Range: String","title":"Properties"},{"location":"operator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"operator/#linkml-source","text":"name: operator alias: operator domain_of: - PowerPlant - ExtractiveIndustryFacility range: string","title":"LinkML Source"},{"location":"opex/","text":"Slot: opex Operating expense for the plant URI: linkml_common:opex Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: MoneyQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: opex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity","title":"Slot: opex"},{"location":"opex/#slot-opex","text":"Operating expense for the plant URI: linkml_common:opex","title":"Slot: opex"},{"location":"opex/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"opex/#properties","text":"Range: MoneyQuantity","title":"Properties"},{"location":"opex/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"opex/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"opex/#linkml-source","text":"name: opex description: Operating expense for the plant from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: opex owner: PowerPlant domain_of: - PowerPlant range: MoneyQuantity","title":"LinkML Source"},{"location":"outputs/","text":"Slot: outputs The outputs of the operation URI: linkml_common:outputs Applicable Classes Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation yes Properties Range: Any Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"Slot: outputs"},{"location":"outputs/#slot-outputs","text":"The outputs of the operation URI: linkml_common:outputs","title":"Slot: outputs"},{"location":"outputs/#applicable-classes","text":"Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation yes","title":"Applicable Classes"},{"location":"outputs/#properties","text":"Range: Any Multivalued: True","title":"Properties"},{"location":"outputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"outputs/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"outputs/#linkml-source","text":"name: outputs description: The outputs of the operation from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: outputs owner: MathematicalOperation domain_of: - MathematicalOperation range: Any","title":"LinkML Source"},{"location":"part_of/","text":"Slot: part_of URI: linkml_common:part_of Applicable Classes Name Description Modifies Slot DataGenerationFromSample no SampleCollectionProcess no EngineeringProcess no InvestigativeProcess no Properties Range: String Identifier and Mapping Information LinkML Source name: part_of alias: part_of domain_of: - InvestigativeProcess - EngineeringProcess range: string","title":"Slot: part_of"},{"location":"part_of/#slot-part_of","text":"URI: linkml_common:part_of","title":"Slot: part_of"},{"location":"part_of/#applicable-classes","text":"Name Description Modifies Slot DataGenerationFromSample no SampleCollectionProcess no EngineeringProcess no InvestigativeProcess no","title":"Applicable Classes"},{"location":"part_of/#properties","text":"Range: String","title":"Properties"},{"location":"part_of/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"part_of/#linkml-source","text":"name: part_of alias: part_of domain_of: - InvestigativeProcess - EngineeringProcess range: string","title":"LinkML Source"},{"location":"parts/","text":"Slot: parts The parts of the process URI: linkml_common:parts Applicable Classes Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation no Properties Range: MathematicalOperation Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: parts description: The parts of the process from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"Slot: parts"},{"location":"parts/#slot-parts","text":"The parts of the process URI: linkml_common:parts","title":"Slot: parts"},{"location":"parts/#applicable-classes","text":"Name Description Modifies Slot MathematicalOperation Application of a mathematical operation to one or more inputs to produce one ... no UnitConversionOperation A unit conversion operation no","title":"Applicable Classes"},{"location":"parts/#properties","text":"Range: MathematicalOperation Multivalued: True","title":"Properties"},{"location":"parts/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"parts/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"parts/#linkml-source","text":"name: parts description: The parts of the process from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: parts owner: MathematicalOperation domain_of: - MathematicalOperation range: MathematicalOperation","title":"LinkML Source"},{"location":"patient/","text":"Slot: patient URI: linkml_common:patient Applicable Classes Name Description Modifies Slot HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no Properties Range: String Identifier and Mapping Information LinkML Source name: patient alias: patient domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: string","title":"Slot: patient"},{"location":"patient/#slot-patient","text":"URI: linkml_common:patient","title":"Slot: patient"},{"location":"patient/#applicable-classes","text":"Name Description Modifies Slot HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no HealthcareConditionOccurrence no","title":"Applicable Classes"},{"location":"patient/#properties","text":"Range: String","title":"Properties"},{"location":"patient/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"patient/#linkml-source","text":"name: patient alias: patient domain_of: - HealthcareEncounter - HealthcareConditionOccurrence - ClinicalCohortEnrollment range: string","title":"LinkML Source"},{"location":"plant_type/","text":"Slot: plant_type URI: linkml_common:plant_type Applicable Classes Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no Properties Range: PowerPlantType Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: plant_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: plant_type owner: PowerPlant domain_of: - PowerPlant range: PowerPlantType","title":"Slot: plant_type"},{"location":"plant_type/#slot-plant_type","text":"URI: linkml_common:plant_type","title":"Slot: plant_type"},{"location":"plant_type/#applicable-classes","text":"Name Description Modifies Slot SolarPlant A solar power plant no FossilFuelPlant A power plant that uses fossil fuels no PowerPlant A facility for generating electrical power no NuclearPlant A nuclear power plant no RenewablePlant A power plant that uses renewable energy sources no WindFarm A wind farm no HydroelectricPlant A hydroelectric power plant no","title":"Applicable Classes"},{"location":"plant_type/#properties","text":"Range: PowerPlantType","title":"Properties"},{"location":"plant_type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"plant_type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"plant_type/#linkml-source","text":"name: plant_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: plant_type owner: PowerPlant domain_of: - PowerPlant range: PowerPlantType","title":"LinkML Source"},{"location":"plants/","text":"Slot: plants URI: linkml_common:plants Applicable Classes Name Description Modifies Slot ElectricalGrid A network of electrical transmission lines no Properties Range: PowerPlant Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: plants from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: plants owner: ElectricalGrid domain_of: - ElectricalGrid range: PowerPlant","title":"Slot: plants"},{"location":"plants/#slot-plants","text":"URI: linkml_common:plants","title":"Slot: plants"},{"location":"plants/#applicable-classes","text":"Name Description Modifies Slot ElectricalGrid A network of electrical transmission lines no","title":"Applicable Classes"},{"location":"plants/#properties","text":"Range: PowerPlant Multivalued: True","title":"Properties"},{"location":"plants/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"plants/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"plants/#linkml-source","text":"name: plants from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: plants owner: ElectricalGrid domain_of: - ElectricalGrid range: PowerPlant","title":"LinkML Source"},{"location":"postal_code/","text":"Slot: postal_code The postal code or zip code URI: linkml_common:postal_code Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: postal_code"},{"location":"postal_code/#slot-postal_code","text":"The postal code or zip code URI: linkml_common:postal_code","title":"Slot: postal_code"},{"location":"postal_code/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"postal_code/#properties","text":"Range: String","title":"Properties"},{"location":"postal_code/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"postal_code/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"postal_code/#linkml-source","text":"name: postal_code description: The postal code or zip code from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: postal_code owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"predicate/","text":"Slot: predicate The relationship between the two time points URI: linkml_common:predicate Applicable Classes Name Description Modifies Slot TemporalRelationship A relationship to another time point no Properties Range: RelativeTimeEnum Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum","title":"Slot: predicate"},{"location":"predicate/#slot-predicate","text":"The relationship between the two time points URI: linkml_common:predicate","title":"Slot: predicate"},{"location":"predicate/#applicable-classes","text":"Name Description Modifies Slot TemporalRelationship A relationship to another time point no","title":"Applicable Classes"},{"location":"predicate/#properties","text":"Range: RelativeTimeEnum","title":"Properties"},{"location":"predicate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"predicate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"predicate/#linkml-source","text":"name: predicate description: The relationship between the two time points from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: predicate owner: TemporalRelationship domain_of: - TemporalRelationship range: RelativeTimeEnum","title":"LinkML Source"},{"location":"primary_email/","text":"Slot: primary_email The main email address of a person URI: schema:email Applicable Classes Name Description Modifies Slot Person Represents a Person yes Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email domain_of: - Person range: string","title":"Slot: primary_email"},{"location":"primary_email/#slot-primary_email","text":"The main email address of a person URI: schema:email","title":"Slot: primary_email"},{"location":"primary_email/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person yes","title":"Applicable Classes"},{"location":"primary_email/#properties","text":"Range: String","title":"Properties"},{"location":"primary_email/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"primary_email/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"primary_email/#linkml-source","text":"name: primary_email description: The main email address of a person from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: schema:email alias: primary_email domain_of: - Person range: string","title":"LinkML Source"},{"location":"processing_method/","text":"Slot: processing_method URI: linkml_common:processing_method Applicable Classes Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no Properties Range: EngineeringSpecification Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: processing_method from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: processing_method owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification","title":"Slot: processing_method"},{"location":"processing_method/#slot-processing_method","text":"URI: linkml_common:processing_method","title":"Slot: processing_method"},{"location":"processing_method/#applicable-classes","text":"Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no","title":"Applicable Classes"},{"location":"processing_method/#properties","text":"Range: EngineeringSpecification","title":"Properties"},{"location":"processing_method/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"processing_method/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"processing_method/#linkml-source","text":"name: processing_method from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: processing_method owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: EngineeringSpecification","title":"LinkML Source"},{"location":"product_type/","text":"Slot: product_type URI: linkml_common:product_type Applicable Classes Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no Properties Range: ExtractiveIndustryProductType Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: product_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: product_type owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType","title":"Slot: product_type"},{"location":"product_type/#slot-product_type","text":"URI: linkml_common:product_type","title":"Slot: product_type"},{"location":"product_type/#applicable-classes","text":"Name Description Modifies Slot ExtractiveIndustryProduct A product extracted from an extractive industry facility no","title":"Applicable Classes"},{"location":"product_type/#properties","text":"Range: ExtractiveIndustryProductType","title":"Properties"},{"location":"product_type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"product_type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"product_type/#linkml-source","text":"name: product_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: product_type owner: ExtractiveIndustryProduct domain_of: - ExtractiveIndustryProduct range: ExtractiveIndustryProductType","title":"LinkML Source"},{"location":"production_capacity/","text":"Slot: production_capacity URI: linkml_common:production_capacity Applicable Classes Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: production_capacity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: production_capacity owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"Slot: production_capacity"},{"location":"production_capacity/#slot-production_capacity","text":"URI: linkml_common:production_capacity","title":"Slot: production_capacity"},{"location":"production_capacity/#applicable-classes","text":"Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"production_capacity/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"production_capacity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"production_capacity/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"production_capacity/#linkml-source","text":"name: production_capacity from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: production_capacity owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"LinkML Source"},{"location":"products/","text":"Slot: products URI: linkml_common:products Applicable Classes Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: ExtractiveIndustryProduct Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: products from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: products owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true","title":"Slot: products"},{"location":"products/#slot-products","text":"URI: linkml_common:products","title":"Slot: products"},{"location":"products/#applicable-classes","text":"Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"products/#properties","text":"Range: ExtractiveIndustryProduct Multivalued: True","title":"Properties"},{"location":"products/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"products/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"products/#linkml-source","text":"name: products from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: products owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: ExtractiveIndustryProduct inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"protocols_io_url/","text":"Slot: protocols_io_url URI: linkml_common:protocols_io_url Applicable Classes Name Description Modifies Slot InvestigativeProtocol no Properties Range: Uri Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: protocols_io_url from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: protocols_io_url owner: InvestigativeProtocol domain_of: - InvestigativeProtocol range: uri","title":"Slot: protocols_io_url"},{"location":"protocols_io_url/#slot-protocols_io_url","text":"URI: linkml_common:protocols_io_url","title":"Slot: protocols_io_url"},{"location":"protocols_io_url/#applicable-classes","text":"Name Description Modifies Slot InvestigativeProtocol no","title":"Applicable Classes"},{"location":"protocols_io_url/#properties","text":"Range: Uri","title":"Properties"},{"location":"protocols_io_url/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"protocols_io_url/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"protocols_io_url/#linkml-source","text":"name: protocols_io_url from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: protocols_io_url owner: InvestigativeProtocol domain_of: - InvestigativeProtocol range: uri","title":"LinkML Source"},{"location":"provider/","text":"Slot: provider URI: linkml_common:provider Applicable Classes Name Description Modifies Slot HealthcareEncounter An interaction between a patient and one or more healthcare providers no Properties Range: HealthcareProvider Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: provider from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider","title":"Slot: provider"},{"location":"provider/#slot-provider","text":"URI: linkml_common:provider","title":"Slot: provider"},{"location":"provider/#applicable-classes","text":"Name Description Modifies Slot HealthcareEncounter An interaction between a patient and one or more healthcare providers no","title":"Applicable Classes"},{"location":"provider/#properties","text":"Range: HealthcareProvider","title":"Properties"},{"location":"provider/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"provider/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"provider/#linkml-source","text":"name: provider from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: provider owner: HealthcareEncounter domain_of: - HealthcareEncounter range: HealthcareProvider","title":"LinkML Source"},{"location":"quantity_measured/","text":"Slot: quantity_measured The quantity being measured URI: linkml_common:quantity_measured Applicable Classes Name Description Modifies Slot Measurement no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity","title":"Slot: quantity_measured"},{"location":"quantity_measured/#slot-quantity_measured","text":"The quantity being measured URI: linkml_common:quantity_measured","title":"Slot: quantity_measured"},{"location":"quantity_measured/#applicable-classes","text":"Name Description Modifies Slot Measurement no","title":"Applicable Classes"},{"location":"quantity_measured/#properties","text":"Range: Quantity","title":"Properties"},{"location":"quantity_measured/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"quantity_measured/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"quantity_measured/#linkml-source","text":"name: quantity_measured description: The quantity being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: quantity_measured owner: Measurement domain_of: - Measurement range: Quantity","title":"LinkML Source"},{"location":"relative_to/","text":"Slot: relative_to URI: linkml_common:relative_to Applicable Classes Name Description Modifies Slot TemporalRelationship A relationship to another time point no Properties Range: Entity or TimePoint or TemporalInterval or Event Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: relative_to from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"Slot: relative_to"},{"location":"relative_to/#slot-relative_to","text":"URI: linkml_common:relative_to","title":"Slot: relative_to"},{"location":"relative_to/#applicable-classes","text":"Name Description Modifies Slot TemporalRelationship A relationship to another time point no","title":"Applicable Classes"},{"location":"relative_to/#properties","text":"Range: Entity or TimePoint or TemporalInterval or Event","title":"Properties"},{"location":"relative_to/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"relative_to/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"relative_to/#linkml-source","text":"name: relative_to from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: relative_to owner: TemporalRelationship domain_of: - TemporalRelationship range: Entity any_of: - range: TimePoint - range: TemporalInterval - range: Event","title":"LinkML Source"},{"location":"reserves/","text":"Slot: reserves URI: linkml_common:reserves Applicable Classes Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no Properties Range: SimpleQuantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: reserves from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: reserves owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"Slot: reserves"},{"location":"reserves/#slot-reserves","text":"URI: linkml_common:reserves","title":"Slot: reserves"},{"location":"reserves/#applicable-classes","text":"Name Description Modifies Slot QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no WellFacility A facility where fluid resources (e no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no MiningFacility A facility where mineral resources are extracted from the earth no","title":"Applicable Classes"},{"location":"reserves/#properties","text":"Range: SimpleQuantity","title":"Properties"},{"location":"reserves/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"reserves/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"reserves/#linkml-source","text":"name: reserves from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: reserves owner: ExtractiveIndustryFacility domain_of: - ExtractiveIndustryFacility range: SimpleQuantity","title":"LinkML Source"},{"location":"rights/","text":"Slot: rights Information about rights held in and over the item URI: linkml_common:rights Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: rights"},{"location":"rights/#slot-rights","text":"Information about rights held in and over the item URI: linkml_common:rights","title":"Slot: rights"},{"location":"rights/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"rights/#properties","text":"Range: String","title":"Properties"},{"location":"rights/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"rights/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"rights/#linkml-source","text":"name: rights description: Information about rights held in and over the item from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: rights owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"south_bounding_coordinate/","text":"Slot: south_bounding_coordinate The southernmost coordinate of the location URI: linkml_common:south_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: south_bounding_coordinate"},{"location":"south_bounding_coordinate/#slot-south_bounding_coordinate","text":"The southernmost coordinate of the location URI: linkml_common:south_bounding_coordinate","title":"Slot: south_bounding_coordinate"},{"location":"south_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"south_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"south_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"south_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"south_bounding_coordinate/#linkml-source","text":"name: south_bounding_coordinate description: The southernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: south_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"speciality/","text":"Slot: speciality URI: linkml_common:speciality Applicable Classes Name Description Modifies Slot HealthcareProvider no Properties Range: Concept Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: speciality from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept","title":"Slot: speciality"},{"location":"speciality/#slot-speciality","text":"URI: linkml_common:speciality","title":"Slot: speciality"},{"location":"speciality/#applicable-classes","text":"Name Description Modifies Slot HealthcareProvider no","title":"Applicable Classes"},{"location":"speciality/#properties","text":"Range: Concept","title":"Properties"},{"location":"speciality/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"speciality/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"speciality/#linkml-source","text":"name: speciality from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: speciality owner: HealthcareProvider domain_of: - HealthcareProvider range: Concept","title":"LinkML Source"},{"location":"starts_at/","text":"Slot: starts_at URI: linkml_common:starts_at Applicable Classes Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no TemporalInterval A period of time no TimePoint A point in time no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no TimePointOrTemporalInterval no SampleProcessing no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: TimePoint Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"Slot: starts_at"},{"location":"starts_at/#slot-starts_at","text":"URI: linkml_common:starts_at","title":"Slot: starts_at"},{"location":"starts_at/#applicable-classes","text":"Name Description Modifies Slot EngineeringProcess no EngineeringMaterialProcessing no FoodProcessing no TemporalInterval A period of time no TimePoint A point in time no HealthcareEncounter An interaction between a patient and one or more healthcare providers no LifeEvent no TimePointOrTemporalInterval no SampleProcessing no HealthcareConditionOccurrence no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no PlannedProcess A process that follows a defined procedure or plan no SampleCollectionProcess no Event A thing that happens no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"starts_at/#properties","text":"Range: TimePoint","title":"Properties"},{"location":"starts_at/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"starts_at/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"starts_at/#linkml-source","text":"name: starts_at from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: starts_at domain_of: - Event - TimePointOrTemporalInterval - TemporalInterval range: TimePoint","title":"LinkML Source"},{"location":"state/","text":"Slot: state The state URI: linkml_common:state Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: state description: The state from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: state"},{"location":"state/#slot-state","text":"The state URI: linkml_common:state","title":"Slot: state"},{"location":"state/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"state/#properties","text":"Range: String","title":"Properties"},{"location":"state/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"state/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"state/#linkml-source","text":"name: state description: The state from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: state owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"steps/","text":"Slot: steps URI: linkml_common:steps Applicable Classes Name Description Modifies Slot FoodRecipe no Properties Range: FoodProcessing Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: steps from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing","title":"Slot: steps"},{"location":"steps/#slot-steps","text":"URI: linkml_common:steps","title":"Slot: steps"},{"location":"steps/#applicable-classes","text":"Name Description Modifies Slot FoodRecipe no","title":"Applicable Classes"},{"location":"steps/#properties","text":"Range: FoodProcessing Multivalued: True","title":"Properties"},{"location":"steps/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"steps/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"steps/#linkml-source","text":"name: steps from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: steps owner: FoodRecipe domain_of: - FoodRecipe range: FoodProcessing","title":"LinkML Source"},{"location":"street_address/","text":"Slot: street_address The street address URI: linkml_common:street_address Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: street_address description: The street address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: street_address"},{"location":"street_address/#slot-street_address","text":"The street address URI: linkml_common:street_address","title":"Slot: street_address"},{"location":"street_address/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"street_address/#properties","text":"Range: String","title":"Properties"},{"location":"street_address/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"street_address/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"street_address/#linkml-source","text":"name: street_address description: The street address from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_1 rank: 1000 alias: street_address owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"street_address_additional/","text":"Slot: street_address_additional URI: linkml_common:street_address_additional Applicable Classes Name Description Modifies Slot PostalAddress Represents an Address no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: street_address_additional from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string","title":"Slot: street_address_additional"},{"location":"street_address_additional/#slot-street_address_additional","text":"URI: linkml_common:street_address_additional","title":"Slot: street_address_additional"},{"location":"street_address_additional/#applicable-classes","text":"Name Description Modifies Slot PostalAddress Represents an Address no","title":"Applicable Classes"},{"location":"street_address_additional/#properties","text":"Range: String","title":"Properties"},{"location":"street_address_additional/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"street_address_additional/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"street_address_additional/#linkml-source","text":"name: street_address_additional from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - omopschema:address_2 rank: 1000 alias: street_address_additional owner: PostalAddress domain_of: - PostalAddress range: string","title":"LinkML Source"},{"location":"subject/","text":"Slot: subject The subject of a relationship URI: rdf:subject Properties Range: Any Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: subject description: The subject of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:subject alias: subject range: Any","title":"Slot: subject"},{"location":"subject/#slot-subject","text":"The subject of a relationship URI: rdf:subject","title":"Slot: subject"},{"location":"subject/#properties","text":"Range: Any","title":"Properties"},{"location":"subject/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"subject/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"subject/#linkml-source","text":"name: subject description: The subject of a relationship from_schema: https://w3id.org/linkml/linkml-common rank: 1000 slot_uri: rdf:subject alias: subject range: Any","title":"LinkML Source"},{"location":"time_value/","text":"Slot: time_value URI: linkml_common:time_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Time Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value domain_of: - TimePoint range: time","title":"Slot: time_value"},{"location":"time_value/#slot-time_value","text":"URI: linkml_common:time_value","title":"Slot: time_value"},{"location":"time_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"time_value/#properties","text":"Range: Time","title":"Properties"},{"location":"time_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"time_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"time_value/#linkml-source","text":"name: time_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: time_value domain_of: - TimePoint range: time","title":"LinkML Source"},{"location":"title/","text":"Slot: title The title of the item URI: linkml_common:title Applicable Classes Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: title description: The title of the item from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string","title":"Slot: title"},{"location":"title/#slot-title","text":"The title of the item URI: linkml_common:title","title":"Slot: title"},{"location":"title/#applicable-classes","text":"Name Description Modifies Slot Publication no Dataset no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no","title":"Applicable Classes"},{"location":"title/#properties","text":"Range: String","title":"Properties"},{"location":"title/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"title/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"title/#linkml-source","text":"name: title description: The title of the item from_schema: https://w3id.org/linkml/linkml-common exact_mappings: - dcterms:title rank: 1000 alias: title owner: CreativeWork domain_of: - CreativeWork range: string","title":"LinkML Source"},{"location":"type/","text":"Slot: type A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use classification . URI: linkml_common:type Applicable Classes Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no Place Entities that have a somewhat fixed, physical extension no Building no Facility no Entity A physical, digital, conceptual, or other kind of thing with some common char... no FinancialAccount A bank account no Duration A length of time no PhysicalDevice no NamedThing no Patient no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no BasicFoodType no TemporalInterval A period of time no TimePoint A point in time no Intangible An entity that is not a physical object, process, or information no DataStructure no TimePointOrTemporalInterval no QuantityRange A quantity range is a property that can be measured or counted no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no FoodProcessing no Concept no TemporalRelationship A relationship to another time point no Measurement no Specification A specification of a thing no Person Represents a Person no Organization Represents an Organization no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no EngineeringMaterialProcessing no HealthcareRole no HealthcareConditionOccurrence no Relationship no RenewablePlant A power plant that uses renewable energy sources no FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or t... no ElectricalGrid A network of electrical transmission lines no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Collection A group of things no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no HealthcareSite no SampleCollectionProcess no Observation A statement about the state of something no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no InvestigativeProcess no HealthcareProvider no InvestigativeProtocol no MaterialProcessing no WindFarm A wind farm no InformationEntity An entity that describes some information no Investigation no Quantity no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no WellFacility A facility where fluid resources (e no Variable no PowerPlantType The type of power plant no LifeEvent no PowerPlant A facility for generating electrical power no PostalAddress Represents an Address no HydroelectricPlant A hydroelectric power plant no SimpleQuantity A quantity is a property that can be measured or counted no FossilFuelPlant A power plant that uses fossil fuels no CurrencyConcept A currency no QuantityKind no SampleMaterial no Service A service provided by an organization no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no EngineeringSpecification no Event A thing that happens no HealthcareOrganization An organization that provides healthcare services no Role no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no MoneyQuantity A quantity of money no SolarPlant A solar power plant no Equipment no UnitConcept no Dataset no FoodRecipe no SampleProcessing no ClinicalCohortDefinition A definition of a clinical cohort no Ratio A tuple of two quantities no RawMaterial no FoodIngredient no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type domain_of: - Entity - NamedThing range: string","title":"Slot: type"},{"location":"type/#slot-type","text":"A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use classification . URI: linkml_common:type","title":"Slot: type"},{"location":"type/#applicable-classes","text":"Name Description Modifies Slot Procedure A canonical series of actions conducted in a certain order or manner no Place Entities that have a somewhat fixed, physical extension no Building no Facility no Entity A physical, digital, conceptual, or other kind of thing with some common char... no FinancialAccount A bank account no Duration A length of time no PhysicalDevice no NamedThing no Patient no ExtractiveIndustryEquipment The equipment used in extractive industry operations no BuiltEnvironmentFeature no FossilFuel A type of fossil fuel no BuiltSystem no MiningFacility A facility where mineral resources are extracted from the earth no BasicFoodType no TemporalInterval A period of time no TimePoint A point in time no Intangible An entity that is not a physical object, process, or information no DataStructure no TimePointOrTemporalInterval no QuantityRange A quantity range is a property that can be measured or counted no NuclearPlant A nuclear power plant no DataGenerationFromSample no MaterialCollection no FoodProcessing no Concept no TemporalRelationship A relationship to another time point no Measurement no Specification A specification of a thing no Person Represents a Person no Organization Represents an Organization no EnvironmentalSite A location or site that is the subject of environmental monitoring no Publication no EngineeringMaterialProcessing no HealthcareRole no HealthcareConditionOccurrence no Relationship no RenewablePlant A power plant that uses renewable energy sources no FinancialProduct A product or service offered by a bank whereby one may deposit, withdraw or t... no ElectricalGrid A network of electrical transmission lines no CreativeWork The most generic kind of creative work, including books, movies, photographs,... no Collection A group of things no PlannedProcess A process that follows a defined procedure or plan no AutomatedAgent Represents an Automated Agent no Landform A natural feature of the solid surface of the Earth or other planetary body no HealthcareSite no SampleCollectionProcess no Observation A statement about the state of something no StudyDesign no QuarryFacility A facility where stone, sand, or gravel are extracted from the earth no ExtractiveIndustryWaste Waste material generated from extractive industry operations no ExtractiveIndustryFacility A facility where natural resources are extracted from the earth no InvestigativeProcess no HealthcareProvider no InvestigativeProtocol no MaterialProcessing no WindFarm A wind farm no InformationEntity An entity that describes some information no Investigation no Quantity no FoodTypeConcept no Agent Represents an Agent no CompositeFoodType no ClinicalCohort A group of patients who share a common set of characteristics no WellFacility A facility where fluid resources (e no Variable no PowerPlantType The type of power plant no LifeEvent no PowerPlant A facility for generating electrical power no PostalAddress Represents an Address no HydroelectricPlant A hydroelectric power plant no SimpleQuantity A quantity is a property that can be measured or counted no FossilFuelPlant A power plant that uses fossil fuels no CurrencyConcept A currency no QuantityKind no SampleMaterial no Service A service provided by an organization no HealthcareEncounter An interaction between a patient and one or more healthcare providers no ClinicalCohortEnrollment An event relating a patient to a clinical cohort no EngineeringSpecification no Event A thing that happens no HealthcareOrganization An organization that provides healthcare services no Role no EngineeringProcess no ExtractiveIndustryProduct A product extracted from an extractive industry facility no MoneyQuantity A quantity of money no SolarPlant A solar power plant no Equipment no UnitConcept no Dataset no FoodRecipe no SampleProcessing no ClinicalCohortDefinition A definition of a clinical cohort no Ratio A tuple of two quantities no RawMaterial no FoodIngredient no","title":"Applicable Classes"},{"location":"type/#properties","text":"Range: String","title":"Properties"},{"location":"type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"type/#linkml-source","text":"name: type description: A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use `classification`. from_schema: https://w3id.org/linkml/linkml-common rank: 1000 designates_type: true alias: type domain_of: - Entity - NamedThing range: string","title":"LinkML Source"},{"location":"unit/","text":"Slot: unit URI: linkml_common:unit Applicable Classes Name Description Modifies Slot MoneyQuantity A quantity of money no SimpleQuantity A quantity is a property that can be measured or counted no Properties Range: String Identifier and Mapping Information LinkML Source name: unit alias: unit domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"Slot: unit"},{"location":"unit/#slot-unit","text":"URI: linkml_common:unit","title":"Slot: unit"},{"location":"unit/#applicable-classes","text":"Name Description Modifies Slot MoneyQuantity A quantity of money no SimpleQuantity A quantity is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"unit/#properties","text":"Range: String","title":"Properties"},{"location":"unit/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"unit/#linkml-source","text":"name: unit alias: unit domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"LinkML Source"},{"location":"upper_bound/","text":"Slot: upper_bound The upper bound of the range URI: linkml_common:upper_bound Applicable Classes Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no Properties Range: Quantity Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"Slot: upper_bound"},{"location":"upper_bound/#slot-upper_bound","text":"The upper bound of the range URI: linkml_common:upper_bound","title":"Slot: upper_bound"},{"location":"upper_bound/#applicable-classes","text":"Name Description Modifies Slot QuantityRange A quantity range is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"upper_bound/#properties","text":"Range: Quantity","title":"Properties"},{"location":"upper_bound/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"upper_bound/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"upper_bound/#linkml-source","text":"name: upper_bound description: The upper bound of the range from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: upper_bound owner: QuantityRange domain_of: - QuantityRange range: Quantity","title":"LinkML Source"},{"location":"uses_physical_device/","text":"Slot: uses_physical_device URI: linkml_common:uses_physical_device Applicable Classes Name Description Modifies Slot EngineeringMaterialProcessing no FoodProcessing no PlannedProcess A process that follows a defined procedure or plan no SampleProcessing no SampleCollectionProcess no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no Properties Range: PhysicalDevice Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: uses_physical_device from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice","title":"Slot: uses_physical_device"},{"location":"uses_physical_device/#slot-uses_physical_device","text":"URI: linkml_common:uses_physical_device","title":"Slot: uses_physical_device"},{"location":"uses_physical_device/#applicable-classes","text":"Name Description Modifies Slot EngineeringMaterialProcessing no FoodProcessing no PlannedProcess A process that follows a defined procedure or plan no SampleProcessing no SampleCollectionProcess no DataGenerationFromSample no MaterialCollection no MaterialProcessing no InvestigativeProcess no","title":"Applicable Classes"},{"location":"uses_physical_device/#properties","text":"Range: PhysicalDevice","title":"Properties"},{"location":"uses_physical_device/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"uses_physical_device/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"uses_physical_device/#linkml-source","text":"name: uses_physical_device from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: uses_physical_device owner: PlannedProcess domain_of: - PlannedProcess range: PhysicalDevice","title":"LinkML Source"},{"location":"value/","text":"Slot: value URI: linkml_common:value Applicable Classes Name Description Modifies Slot MoneyQuantity A quantity of money no SimpleQuantity A quantity is a property that can be measured or counted no Properties Range: String Identifier and Mapping Information LinkML Source name: value alias: value domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"Slot: value"},{"location":"value/#slot-value","text":"URI: linkml_common:value","title":"Slot: value"},{"location":"value/#applicable-classes","text":"Name Description Modifies Slot MoneyQuantity A quantity of money no SimpleQuantity A quantity is a property that can be measured or counted no","title":"Applicable Classes"},{"location":"value/#properties","text":"Range: String","title":"Properties"},{"location":"value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"value/#linkml-source","text":"name: value alias: value domain_of: - SimpleQuantity - MoneyQuantity range: string","title":"LinkML Source"},{"location":"variable_measured/","text":"Slot: variable_measured The variable being measured URI: linkml_common:variable_measured Applicable Classes Name Description Modifies Slot Measurement no Properties Range: Variable Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable","title":"Slot: variable_measured"},{"location":"variable_measured/#slot-variable_measured","text":"The variable being measured URI: linkml_common:variable_measured","title":"Slot: variable_measured"},{"location":"variable_measured/#applicable-classes","text":"Name Description Modifies Slot Measurement no","title":"Applicable Classes"},{"location":"variable_measured/#properties","text":"Range: Variable","title":"Properties"},{"location":"variable_measured/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"variable_measured/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"variable_measured/#linkml-source","text":"name: variable_measured description: The variable being measured from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: variable_measured owner: Measurement domain_of: - Measurement range: Variable","title":"LinkML Source"},{"location":"variables/","text":"Slot: variables URI: linkml_common:variables Applicable Classes Name Description Modifies Slot Investigation no Properties Range: Variable Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: variables from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable","title":"Slot: variables"},{"location":"variables/#slot-variables","text":"URI: linkml_common:variables","title":"Slot: variables"},{"location":"variables/#applicable-classes","text":"Name Description Modifies Slot Investigation no","title":"Applicable Classes"},{"location":"variables/#properties","text":"Range: Variable Multivalued: True","title":"Properties"},{"location":"variables/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"variables/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"variables/#linkml-source","text":"name: variables from_schema: https://w3id.org/linkml/linkml-common rank: 1000 multivalued: true alias: variables owner: Investigation domain_of: - Investigation range: Variable","title":"LinkML Source"},{"location":"vital_status/","text":"Slot: vital_status living or dead status URI: linkml_common:vital_status Applicable Classes Name Description Modifies Slot Person Represents a Person no Properties Range: PersonStatus Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status domain_of: - Person range: PersonStatus","title":"Slot: vital_status"},{"location":"vital_status/#slot-vital_status","text":"living or dead status URI: linkml_common:vital_status","title":"Slot: vital_status"},{"location":"vital_status/#applicable-classes","text":"Name Description Modifies Slot Person Represents a Person no","title":"Applicable Classes"},{"location":"vital_status/#properties","text":"Range: PersonStatus","title":"Properties"},{"location":"vital_status/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"vital_status/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"vital_status/#linkml-source","text":"name: vital_status description: living or dead status from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: vital_status domain_of: - Person range: PersonStatus","title":"LinkML Source"},{"location":"well_type/","text":"Slot: well_type URI: linkml_common:well_type Applicable Classes Name Description Modifies Slot WellFacility A facility where fluid resources (e no Properties Range: WellType Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: well_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: well_type owner: WellFacility domain_of: - WellFacility range: WellType","title":"Slot: well_type"},{"location":"well_type/#slot-well_type","text":"URI: linkml_common:well_type","title":"Slot: well_type"},{"location":"well_type/#applicable-classes","text":"Name Description Modifies Slot WellFacility A facility where fluid resources (e no","title":"Applicable Classes"},{"location":"well_type/#properties","text":"Range: WellType","title":"Properties"},{"location":"well_type/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"well_type/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"well_type/#linkml-source","text":"name: well_type from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: well_type owner: WellFacility domain_of: - WellFacility range: WellType","title":"LinkML Source"},{"location":"west_bounding_coordinate/","text":"Slot: west_bounding_coordinate The westernmost coordinate of the location URI: linkml_common:west_bounding_coordinate Applicable Classes Name Description Modifies Slot GeoBoxLocation no Properties Range: Decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"Slot: west_bounding_coordinate"},{"location":"west_bounding_coordinate/#slot-west_bounding_coordinate","text":"The westernmost coordinate of the location URI: linkml_common:west_bounding_coordinate","title":"Slot: west_bounding_coordinate"},{"location":"west_bounding_coordinate/#applicable-classes","text":"Name Description Modifies Slot GeoBoxLocation no","title":"Applicable Classes"},{"location":"west_bounding_coordinate/#properties","text":"Range: Decimal","title":"Properties"},{"location":"west_bounding_coordinate/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"west_bounding_coordinate/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"west_bounding_coordinate/#linkml-source","text":"name: west_bounding_coordinate description: The westernmost coordinate of the location from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: west_bounding_coordinate owner: GeoBoxLocation domain_of: - GeoBoxLocation range: decimal","title":"LinkML Source"},{"location":"year_value/","text":"Slot: year_value URI: linkml_common:year_value Applicable Classes Name Description Modifies Slot TimePoint A point in time no Properties Range: Integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/linkml/linkml-common LinkML Source name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a","title":"Slot: year_value"},{"location":"year_value/#slot-year_value","text":"URI: linkml_common:year_value","title":"Slot: year_value"},{"location":"year_value/#applicable-classes","text":"Name Description Modifies Slot TimePoint A point in time no","title":"Applicable Classes"},{"location":"year_value/#properties","text":"Range: Integer","title":"Properties"},{"location":"year_value/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"year_value/#schema-source","text":"from schema: https://w3id.org/linkml/linkml-common","title":"Schema Source"},{"location":"year_value/#linkml-source","text":"name: year_value from_schema: https://w3id.org/linkml/linkml-common rank: 1000 alias: year_value domain_of: - TimePoint range: integer unit: symbol: year ucum_code: a","title":"LinkML Source"}]}
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 46f03cf..d85aecb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,982 +2,1252 @@
https://linkml.github.io/linkml-common/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Agent/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Any/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/AutomatedAgent/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/BasicFoodType/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Boolean/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/Building/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/BuiltEnvironmentFeature/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/BuiltSystem/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/CaseOrControlEnum/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ClinicalCohort/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ClinicalCohortDefinition/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ClinicalCohortEnrollment/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Collection/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/CompositeFoodType/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Concept/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/CreativeWork/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Curie/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/CurrencyConcept/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/DataGenerationFromSample/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/DataStructure/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Dataset/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Date/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/DateOrDatetime/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Datetime/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Decimal/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Double/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Duration/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ElectricalGrid/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EngineeringMaterialProcessing/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EngineeringProcess/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EngineeringSpecification/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Entity/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EnvironmentalMonitoring/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EnvironmentalProcess/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/EnvironmentalSite/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/Equipment/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Event/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryEquipment/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryFacility/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryFacilityType/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryProduct/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryProductType/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/ExtractiveIndustryWaste/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/Facility/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FinancialAccount/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FinancialProduct/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Float/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FoodIngredient/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FoodProcessing/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FoodRecipe/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/FoodTypeConcept/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/FossilFuel/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/FossilFuelPlant/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/FossilFuelType/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/GeoBoxLocation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/GeoPointLocation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareConditionOccurrence/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareEncounter/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareEncounterClassification/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareOrganization/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareProvider/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareRole/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HealthcareSite/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/HumanLanguageCodeEnum/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/HydroelectricPlant/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/InformationEntity/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Intangible/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Integer/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Investigation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/InvestigativeProcess/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/InvestigativeProtocol/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/InvestigativeProtocolEnum/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Jsonpath/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Jsonpointer/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Landform/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/LifeEvent/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Location/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/MaterialCollection/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/MaterialProcessing/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/MathematicalOperation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Measurement/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/MiningFacility/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/MiningMethod/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/MoneyQuantity/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/NamedThing/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Ncname/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Nodeidentifier/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/NuclearPlant/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Objectidentifier/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Observation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Organization/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Patient/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Person/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/PersonStatus/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/PhysicalDevice/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Place/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/PlannedProcess/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/PointLocation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/PostalAddress/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/PowerPlant/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/PowerPlantType/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Procedure/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Publication/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Quantity/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/QuantityKind/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/QuantityRange/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/QuarryFacility/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Ratio/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/RawMaterial/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Relationship/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/RelativeTimeEnum/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/RenewablePlant/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Role/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/SampleCollectionProcess/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/SampleMaterial/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/SampleProcessing/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/SampleProcessingEnum/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Service/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/SimpleQuantity/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/SolarPlant/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Sparqlpath/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Specification/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/String/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/StudyDesign/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/StudyDesignEnum/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/TemporalInterval/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/TemporalRelationship/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Time/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/TimePoint/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/TimePointOrTemporalInterval/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/UnitConcept/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/UnitConversionOperation/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Uri/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Uriorcurie/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/Variable/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/WellFacility/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/WellType/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/WindFarm/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/about/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/abstract/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/account_holder/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/account_number/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/address/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/age_in_years/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/allowed_units/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/altitude/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/annual_production/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/area/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/bank/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/birth_date/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/bounding_coordinates/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/capacity/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/capex/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/care_site/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/city/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/classification/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/cohort/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/collected_as_part_of/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/collected_from/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/commissioning_date/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/contacts/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/contributors/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/country/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/creators/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/dam/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/date_value/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/datetime_value/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/decommissioning_date/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/definition/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/denominator/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/depth/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/describes/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/description/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/east_bounding_coordinate/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ends_at/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/facility_type/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/follows_procedure/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/fuel/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/geolocation/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/grade/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/happens_at/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/has_duration/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/has_interval/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/has_quantity_kind/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/id/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/immediate_preceding_steps/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ingredients/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/inputs/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/is_person/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/keywords/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/latitude/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/linkml-common/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/located_at_place/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/location/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/longitude/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/lower_bound/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/marker_event/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/material_collected/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/members/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/mining_method/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/name/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/north_bounding_coordinate/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/numerator/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/object/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/objectives/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/observed_during/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/ontology_types/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/operator/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/opex/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/outputs/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/part_of/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/parts/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/patient/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/plant_type/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/plants/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/postal_code/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/predicate/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/primary_email/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/processing_method/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/product_type/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/production_capacity/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/products/
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/protocols_io_url/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/provider/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/quantity_measured/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/relative_to/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/reserves/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/rights/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/south_bounding_coordinate/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/speciality/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/starts_at/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/state/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/steps/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/street_address/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/street_address_additional/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/subject/
- 2024-02-05
- daily
-
-
- https://linkml.github.io/linkml-common/subtype/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/time_value/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/title/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/type/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/unit/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/upper_bound/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/uses_physical_device/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/value/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/variable_measured/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/variables/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/vital_status/
- 2024-02-05
+ 2024-04-11
+ daily
+
+
+ https://linkml.github.io/linkml-common/well_type/
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/west_bounding_coordinate/
- 2024-02-05
+ 2024-04-11dailyhttps://linkml.github.io/linkml-common/year_value/
- 2024-02-05
+ 2024-04-11daily
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 5ce7d36642c8d2fd1a3def39382a2b831098fe24..6d041b658ed027c717feaa556c8b5be528f918fd 100644
GIT binary patch
literal 1917
zcmV-@2ZHz?iwFn_Ll&S9@T(6SkGS>JzXAe4)`?5GNynEqg%g(W%98Kz*
zpZ~5(*|9!;efav#%fmM>U%isI>|T5JwzgNkqh+M~W37zc98I3RvW1#FQT+$L_Z|5>
zeoDU?KV!-4R3?qFq#sl=?UY&HYyyp+mf4aT|Lydl7+a+e1ZY0%>dLh#q0(eJ2{kmo^U#8S2j#>V#9nu?pBv`BoEoouD@OGDw&emK1D}9VZosK!1whHH&wUq38w5>Q
zae>^vihC`-6M)2hOtYYbu%|3rz)lNUAk>*v9%*SIY=w`+ANb)jgM=ppcgDtN7~oH&
zZ0=hXt8CCihW@H;w;3-2qCfM4r9%;s`9yFMP7Lnre{dB$<;`Dc*kWX?jE34P*KCn)
zM~Eogr{a|VELSe76Y-}Bq7LlSMn|Syeh0(mIQL7AZjcfn@%wY1<+27LCn>1Z0m!m*
zzoL{)hoLN<(XI$35%N8B=9VocHH0YsHL(vW_ZXnnF9DDfqL6h}7vl#tOTtKx!FZ#O
z#UDVW%z*VOf?T`laxD+K3ItNpbU`YWNDw*Q3*%)Yz~qazxEGXr9)GRa1$)~3UKEBS
zaj6{Xn;t
A type for a thing. The range of this should be a class within the schema. It is intended for schema-based classification. Anything beneath the shoreline of the schema should use classification.
name: type
-description: A type for a thing
+description: A type for a thing. The range of this should be a class within the schema.
+ It is intended for schema-based classification. Anything beneath the shoreline of
+ the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
diff --git a/unit/index.html b/unit/index.html
index 4aa635c..f684344 100644
--- a/unit/index.html
+++ b/unit/index.html
@@ -318,13 +318,13 @@