Skip to content

Class: Feature

A general feature upon which an observation can be made. Loosely after GF_Feature (ISO).

URI: basin3d_schema:Feature

classDiagram class Feature Base <|-- Feature Feature : description Feature : feature_type Feature : id Feature : name Feature : observed_property_variables Feature <|-- SamplingFeature Feature : description Feature : feature_type Feature : id Feature : name Feature : observed_property_variables

Inheritance

Slots

Name Cardinality and Range Description
feature_type 0..1
xsd:string
description 0..1
xsd:string
name 0..1
xsd:string
id 0..1
xsd:string
observed_property_variables 0..*
xsd:string

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: Feature
description: A general feature upon which an observation can be made. Loosely after
  GF_Feature (ISO).
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  feature_type:
    name: feature_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  description:
    name: description
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  name:
    name: name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    range: string
  id:
    name: id
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    range: string
  observed_property_variables:
    name: observed_property_variables
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    range: string

Induced

name: Feature
description: A general feature upon which an observation can be made. Loosely after
  GF_Feature (ISO).
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: Base
attributes:
  feature_type:
    name: feature_type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: feature_type
    owner: Feature
    domain_of:
    - Feature
    range: string
  description:
    name: description
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: description
    owner: Feature
    domain_of:
    - Feature
    range: string
  name:
    name: name
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: name
    owner: Feature
    domain_of:
    - Feature
    - DataSource
    range: string
  id:
    name: id
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: id
    owner: Feature
    domain_of:
    - Observation
    - Feature
    - DataSource
    range: string
  observed_property_variables:
    name: observed_property_variables
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    multivalued: true
    alias: observed_property_variables
    owner: Feature
    domain_of:
    - Feature
    range: string