Skip to content

Class: RelatedSamplingFeature

Class that represents a related sampling feature and its role relative tothe sampling feature to which it is related. Spatial hierarchies of featuresare built by specifying related sampling features.Data model from OGC Observations and Measurements.

URI: basin3d_schema:RelatedSamplingFeature

classDiagram class RelatedSamplingFeature Base <|-- RelatedSamplingFeature RelatedSamplingFeature : related_sampling_feature RelatedSamplingFeature : related_sampling_feature_type RelatedSamplingFeature : role

Inheritance

Slots

Name Cardinality and Range Description
role 0..1
xsd:string
related_sampling_feature_type 0..1
xsd:string
related_sampling_feature 0..1
SamplingFeature

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:RelatedSamplingFeature']
native ['basin3d_schema:RelatedSamplingFeature']

LinkML Specification

Direct

name: RelatedSamplingFeature
description: Class that represents a related sampling feature and its role relative
  tothe sampling feature to which it is related. Spatial hierarchies of featuresare
  built by specifying related sampling features.Data model from OGC Observations and
  Measurements.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  role:
    name: role
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  related_sampling_feature_type:
    name: related_sampling_feature_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  related_sampling_feature:
    name: related_sampling_feature
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: SamplingFeature

Induced

name: RelatedSamplingFeature
description: Class that represents a related sampling feature and its role relative
  tothe sampling feature to which it is related. Spatial hierarchies of featuresare
  built by specifying related sampling features.Data model from OGC Observations and
  Measurements.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  role:
    name: role
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: role
    owner: RelatedSamplingFeature
    domain_of:
    - RelatedSamplingFeature
    - Person
    range: string
  related_sampling_feature_type:
    name: related_sampling_feature_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: related_sampling_feature_type
    owner: RelatedSamplingFeature
    domain_of:
    - RelatedSamplingFeature
    range: string
  related_sampling_feature:
    name: related_sampling_feature
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: related_sampling_feature
    owner: RelatedSamplingFeature
    domain_of:
    - RelatedSamplingFeature
    range: SamplingFeature