Skip to content

Class: Site

A NEON field site where data collection occurs. Sites are either CORE (representing key ecosystems) or GRADIENT (capturing environmental gradients).

URI: schema:Place

 classDiagram
    class Site
    click Site href "../Site/"
      Site : available_data_products





        Site --> "*" DataProduct : available_data_products
        click DataProduct href "../DataProduct/"



      Site : deims_id

      Site : domain





        Site --> "1" Domain : domain
        click Domain href "../Domain/"



      Site : elevation

      Site : latitude

      Site : locations





        Site --> "*" Location : locations
        click Location href "../Location/"



      Site : longitude

      Site : site_code

      Site : site_description

      Site : site_name

      Site : site_type





        Site --> "1" SiteTypeEnum : site_type
        click SiteTypeEnum href "../SiteTypeEnum/"



      Site : state_code

      Site : state_name

Class Properties

Property Value
Class URI schema:Place

Slots

Name Cardinality and Range Description Inheritance
site_code 1
SiteCode
Four-character unique site identifier direct
site_name 1
String
Full name of the site direct
site_description 0..1
String
Abbreviated site description direct
site_type 1
SiteTypeEnum
Whether site is CORE or GRADIENT direct
domain 1
Domain
Domain this site belongs to direct
latitude 0..1
Decimal
Site latitude in decimal degrees (WGS84) direct
longitude 0..1
Decimal
Site longitude in decimal degrees (WGS84) direct
elevation 0..1
Decimal
Site elevation in meters direct
state_code 0..1
String
Two-letter US state code direct
state_name 0..1
String
Full state name direct
deims_id 0..1
String
DEIMS-SDR registry identifier direct
available_data_products *
DataProduct
Data products available at this site direct
locations *
Location
Named locations within this site direct

Usages

used by used in type used
NeonDataset sites range Site
Domain sites range Site
Location site range Site
SiteAvailability site range Site
DataFile site range Site
Sample site range Site
Observation site range Site
BiologicalObservation site range Site
EnvironmentalObservation site range Site

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/neon-schema

Mappings

Mapping Type Mapped Value
self schema:Place
native neon:Site

LinkML Source

Direct

name: Site
description: A NEON field site where data collection occurs. Sites are either CORE
  (representing key ecosystems) or GRADIENT (capturing environmental gradients).
from_schema: https://w3id.org/neon-schema
attributes:
  site_code:
    name: site_code
    description: Four-character unique site identifier
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    domain_of:
    - Site
    range: SiteCode
    required: true
  site_name:
    name: site_name
    description: Full name of the site
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - Site
    range: string
    required: true
  site_description:
    name: site_description
    description: Abbreviated site description
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:description
    domain_of:
    - Site
    range: string
  site_type:
    name: site_type
    description: Whether site is CORE or GRADIENT
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    range: SiteTypeEnum
    required: true
  domain:
    name: domain
    description: Domain this site belongs to
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:containedInPlace
    domain_of:
    - Site
    range: Domain
    required: true
    inlined: false
  latitude:
    name: latitude
    description: Site latitude in decimal degrees (WGS84)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: wgs84:lat
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
  longitude:
    name: longitude
    description: Site longitude in decimal degrees (WGS84)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: wgs84:long
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
  elevation:
    name: elevation
    description: Site elevation in meters
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
    unit:
      ucum_code: m
  state_code:
    name: state_code
    description: Two-letter US state code
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    range: string
  state_name:
    name: state_name
    description: Full state name
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    range: string
  deims_id:
    name: deims_id
    description: DEIMS-SDR registry identifier
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    range: string
  available_data_products:
    name: available_data_products
    description: Data products available at this site
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Site
    range: DataProduct
    multivalued: true
    inlined: false
  locations:
    name: locations
    description: Named locations within this site
    from_schema: https://w3id.org/neon-schema
    domain_of:
    - NeonDataset
    - Site
    range: Location
    multivalued: true
    inlined: false
class_uri: schema:Place

Induced

name: Site
description: A NEON field site where data collection occurs. Sites are either CORE
  (representing key ecosystems) or GRADIENT (capturing environmental gradients).
from_schema: https://w3id.org/neon-schema
attributes:
  site_code:
    name: site_code
    description: Four-character unique site identifier
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: site_code
    owner: Site
    domain_of:
    - Site
    range: SiteCode
    required: true
  site_name:
    name: site_name
    description: Full name of the site
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:name
    alias: site_name
    owner: Site
    domain_of:
    - Site
    range: string
    required: true
  site_description:
    name: site_description
    description: Abbreviated site description
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:description
    alias: site_description
    owner: Site
    domain_of:
    - Site
    range: string
  site_type:
    name: site_type
    description: Whether site is CORE or GRADIENT
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: site_type
    owner: Site
    domain_of:
    - Site
    range: SiteTypeEnum
    required: true
  domain:
    name: domain
    description: Domain this site belongs to
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:containedInPlace
    alias: domain
    owner: Site
    domain_of:
    - Site
    range: Domain
    required: true
    inlined: false
  latitude:
    name: latitude
    description: Site latitude in decimal degrees (WGS84)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: wgs84:lat
    alias: latitude
    owner: Site
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
  longitude:
    name: longitude
    description: Site longitude in decimal degrees (WGS84)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: wgs84:long
    alias: longitude
    owner: Site
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
  elevation:
    name: elevation
    description: Site elevation in meters
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: elevation
    owner: Site
    domain_of:
    - Site
    - Location
    - GeoCoordinates
    range: decimal
    unit:
      ucum_code: m
  state_code:
    name: state_code
    description: Two-letter US state code
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: state_code
    owner: Site
    domain_of:
    - Site
    range: string
  state_name:
    name: state_name
    description: Full state name
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: state_name
    owner: Site
    domain_of:
    - Site
    range: string
  deims_id:
    name: deims_id
    description: DEIMS-SDR registry identifier
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: deims_id
    owner: Site
    domain_of:
    - Site
    range: string
  available_data_products:
    name: available_data_products
    description: Data products available at this site
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: available_data_products
    owner: Site
    domain_of:
    - Site
    range: DataProduct
    multivalued: true
    inlined: false
  locations:
    name: locations
    description: Named locations within this site
    from_schema: https://w3id.org/neon-schema
    alias: locations
    owner: Site
    domain_of:
    - NeonDataset
    - Site
    range: Location
    multivalued: true
    inlined: false
class_uri: schema:Place