Skip to content

Class: SiteLocation

Geographic location of a field or catchment experiment.

URI: erw:SiteLocation

 classDiagram
    class SiteLocation
    click SiteLocation href "../SiteLocation/"
      SiteLocation : admin_boundary

      SiteLocation : country

      SiteLocation : latitude

      SiteLocation : longitude

      SiteLocation : region


Slots

Name Cardinality and Range Description Inheritance
country 0..1
String
Country where the experiment is located direct
admin_boundary 0..1
String
Administrative boundary (state, province, county) direct
region 0..1
String
Sub-national region, free text direct
latitude 0..1
Float
WGS84 latitude in decimal degrees direct
longitude 0..1
Float
WGS84 longitude in decimal degrees direct

Usages

used by used in type used
ExperimentalSetup site_location range SiteLocation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

Mappings

Mapping Type Mapped Value
self erw:SiteLocation
native erw:SiteLocation

LinkML Source

Direct

name: SiteLocation
description: Geographic location of a field or catchment experiment.
from_schema: https://w3id.org/erw-research/schema
attributes:
  country:
    name: country
    description: Country where the experiment is located.
    from_schema: https://w3id.org/erw-research/experimental
    domain_of:
    - Institution
    - SiteLocation
  admin_boundary:
    name: admin_boundary
    description: Administrative boundary (state, province, county).
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - SiteLocation
  region:
    name: region
    description: Sub-national region, free text.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - SiteLocation
  latitude:
    name: latitude
    description: WGS84 latitude in decimal degrees.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - SiteLocation
    range: float
    minimum_value: -90.0
    maximum_value: 90.0
  longitude:
    name: longitude
    description: WGS84 longitude in decimal degrees.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    domain_of:
    - SiteLocation
    range: float
    minimum_value: -180.0
    maximum_value: 180.0

Induced

name: SiteLocation
description: Geographic location of a field or catchment experiment.
from_schema: https://w3id.org/erw-research/schema
attributes:
  country:
    name: country
    description: Country where the experiment is located.
    from_schema: https://w3id.org/erw-research/experimental
    alias: country
    owner: SiteLocation
    domain_of:
    - Institution
    - SiteLocation
    range: string
  admin_boundary:
    name: admin_boundary
    description: Administrative boundary (state, province, county).
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: admin_boundary
    owner: SiteLocation
    domain_of:
    - SiteLocation
    range: string
  region:
    name: region
    description: Sub-national region, free text.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: region
    owner: SiteLocation
    domain_of:
    - SiteLocation
    range: string
  latitude:
    name: latitude
    description: WGS84 latitude in decimal degrees.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: latitude
    owner: SiteLocation
    domain_of:
    - SiteLocation
    range: float
    minimum_value: -90.0
    maximum_value: 90.0
  longitude:
    name: longitude
    description: WGS84 longitude in decimal degrees.
    from_schema: https://w3id.org/erw-research/experimental
    rank: 1000
    alias: longitude
    owner: SiteLocation
    domain_of:
    - SiteLocation
    range: float
    minimum_value: -180.0
    maximum_value: 180.0