Skip to content

Class: EnvironmentalSample

A hypothetical collection of attributes that represent a sample from a specific location.

URI: environmental_sample_schema:EnvironmentalSample

classDiagram class EnvironmentalSample EnvironmentalSample : analysis_type EnvironmentalSample --> AnalysisTypeEnum : analysis_type EnvironmentalSample : latitude EnvironmentalSample : longitude

Slots

Name Cardinality and Range Description Inheritance
analysis_type 0..1
AnalysisTypeEnum
The type of sample direct
latitude 0..1
Float
The latitude of the sample direct
longitude 0..1
Float
The longitude of the sample direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/environmental-sample-schema

Mappings

Mapping Type Mapped Value
self environmental_sample_schema:EnvironmentalSample
native environmental_sample_schema:EnvironmentalSample

LinkML Source

Direct

name: EnvironmentalSample
description: A hypothetical collection of attributes that represent a sample from
  a specific  location.
from_schema: https://w3id.org/environmental-sample-schema
slots:
- analysis_type
- latitude
- longitude
class_uri: environmental_sample_schema:EnvironmentalSample

Induced

name: EnvironmentalSample
description: A hypothetical collection of attributes that represent a sample from
  a specific  location.
from_schema: https://w3id.org/environmental-sample-schema
attributes:
  analysis_type:
    name: analysis_type
    description: The type of sample
    from_schema: https://w3id.org/environmental-sample-schema
    rank: 1000
    slot_uri: environmental_sample_schema:analysis_type
    alias: analysis_type
    owner: EnvironmentalSample
    domain_of:
    - EnvironmentalSample
    range: AnalysisTypeEnum
  latitude:
    name: latitude
    description: The latitude of the sample
    from_schema: https://w3id.org/environmental-sample-schema
    rank: 1000
    slot_uri: environmental_sample_schema:latitude
    alias: latitude
    owner: EnvironmentalSample
    domain_of:
    - EnvironmentalSample
    range: float
    pattern: ^[-+]?([1-8]?\d(\.\d+)?|90(\.0+)?)$
  longitude:
    name: longitude
    description: The longitude of the sample
    from_schema: https://w3id.org/environmental-sample-schema
    rank: 1000
    slot_uri: environmental_sample_schema:longitude
    alias: longitude
    owner: EnvironmentalSample
    domain_of:
    - EnvironmentalSample
    range: float
    pattern: ^[-+]?(180(\.0+)?|((1[0-7]\d)|([1-9]?\d))(\.\d+)?)$
class_uri: environmental_sample_schema:EnvironmentalSample