Skip to content

Class: AirSample

A sample of air

URI: linkml_tutorial_2024:AirSample

classDiagram class AirSample click AirSample href "../AirSample" Sample <|-- AirSample click Sample href "../Sample" AirSample : altitude AirSample : id AirSample : latitude AirSample : longitude AirSample : sample_biome AirSample --> "0..1" BiomeTypeEnum : sample_biome click BiomeTypeEnum href "../BiomeTypeEnum" AirSample : sample_type AirSample : species AirSample --> "*" SpeciesEnum : species click SpeciesEnum href "../SpeciesEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
altitude 0..1
Float
Altitude is the height of an object or point in relation to a specific refere... direct
id 1
String
The unique identifier for the biosample Sample
latitude 0..1
Float
Latitude is a geographic coordinate which refers to the angle from a point on... Sample
longitude 0..1
Float
Longitude is a geographic position that refers to the angle east or west of a... Sample
species *
SpeciesEnum
The species of micro organisms collected in the sample Sample
sample_biome 0..1
BiomeTypeEnum
The biome type of the biosample Sample
sample_type 0..1
String
The type of sample Sample

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-tutorial-2024

Mappings

Mapping Type Mapped Value
self linkml_tutorial_2024:AirSample
native linkml_tutorial_2024:AirSample

LinkML Source

Direct

name: AirSample
description: A sample of air
from_schema: https://w3id.org/linkml/linkml-tutorial-2024
is_a: Sample
slots:
- altitude
slot_usage:
  id:
    name: id
    domain_of:
    - Sample
    pattern: ^airsample:\d*

Induced

name: AirSample
description: A sample of air
from_schema: https://w3id.org/linkml/linkml-tutorial-2024
is_a: Sample
slot_usage:
  id:
    name: id
    domain_of:
    - Sample
    pattern: ^airsample:\d*
attributes:
  altitude:
    name: altitude
    description: Altitude is the height of an object or point in relation to a specific
      reference point, such as the sea level.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    alias: altitude
    owner: AirSample
    domain_of:
    - AirSample
    range: float
  id:
    name: id
    description: The unique identifier for the biosample.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    identifier: true
    alias: id
    owner: AirSample
    domain_of:
    - Sample
    range: string
    required: true
    pattern: ^airsample:\d*
  latitude:
    name: latitude
    description: Latitude is a geographic coordinate which refers to the angle from
      a point on the Earth's surface to the  equatorial plane.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    slot_uri: schema:latitude
    alias: latitude
    owner: AirSample
    domain_of:
    - Sample
    range: float
    minimum_value: -90
    maximum_value: 90
  longitude:
    name: longitude
    description: Longitude is a geographic position that refers to the angle east
      or west of a reference meridian between the  two geographical poles to another
      meridian that passes through an arbitrary point.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    slot_uri: schema:longitude
    alias: longitude
    owner: AirSample
    domain_of:
    - Sample
    range: float
  species:
    name: species
    description: The species of micro organisms collected in the sample.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    multivalued: true
    alias: species
    owner: AirSample
    domain_of:
    - Sample
    range: SpeciesEnum
  sample_biome:
    name: sample_biome
    description: The biome type of the biosample
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    alias: sample_biome
    owner: AirSample
    domain_of:
    - Sample
    range: BiomeTypeEnum
  sample_type:
    name: sample_type
    description: The type of sample.
    from_schema: https://w3id.org/linkml/linkml-tutorial-2024
    rank: 1000
    designates_type: true
    alias: sample_type
    owner: AirSample
    domain_of:
    - Sample
    range: string