Skip to content

Class: SoilSample

URI: beril_model:SoilSample

classDiagram class SoilSample MaterialEntity <|-- SoilSample SoilSample : color SoilSample --|> ColorEnum : color SoilSample : description SoilSample : id SoilSample : mass_g SoilSample : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
mass_g 0..1
Float
MaterialEntity
color 0..1
ColorEnum
MaterialEntity
id 1..1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/beril-model/beril-model

Mappings

Mapping Type Mapped Value
self beril_model:SoilSample
native beril_model:SoilSample

LinkML Source

Direct

name: SoilSample
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
is_a: MaterialEntity

Induced

name: SoilSample
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
is_a: MaterialEntity
attributes:
  mass_g:
    name: mass_g
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 101
    alias: mass_g
    owner: SoilSample
    domain_of:
    - MaterialEntity
    slot_group: sample_attributes
    range: float
  color:
    name: color
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 102
    alias: color
    owner: SoilSample
    domain_of:
    - MaterialEntity
    slot_group: sample_attributes
    range: ColorEnum
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: SoilSample
    domain_of:
    - NamedThing
    - Person
    slot_group: identifiers
    range: uriorcurie
    required: true
    pattern: '[a-zA-Z0-9_]+:[a-zA-Z0-9_]+'
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 2
    slot_uri: schema:name
    alias: name
    owner: SoilSample
    domain_of:
    - NamedThing
    slot_group: identifiers
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 3
    slot_uri: schema:description
    alias: description
    owner: SoilSample
    domain_of:
    - NamedThing
    slot_group: identifiers
    range: string