Skip to content

Class: Domain

A NEON domain representing a distinct eco-climatic region. NEON divides the US into 20 eco-climatic domains.

URI: schema:Place

 classDiagram
    class Domain
    click Domain href "../Domain/"
      Domain : description

      Domain : domain_code

      Domain : domain_name

      Domain : sites





        Domain --> "*" Site : sites
        click Site href "../Site/"



Class Properties

Property Value
Class URI schema:Place

Slots

Name Cardinality and Range Description Inheritance
domain_code 1
DomainCode
Unique domain identifier (D01-D20) direct
domain_name 1
String
Full name of the domain direct
description 0..1
String
Description of the domain's ecological characteristics direct
sites *
Site
Sites within this domain direct

Usages

used by used in type used
NeonDataset domains range Domain
Site domain range Domain

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Domain
description: A NEON domain representing a distinct eco-climatic region. NEON divides
  the US into 20 eco-climatic domains.
from_schema: https://w3id.org/neon-schema
attributes:
  domain_code:
    name: domain_code
    description: Unique domain identifier (D01-D20)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    domain_of:
    - Domain
    range: DomainCode
    required: true
  domain_name:
    name: domain_name
    description: Full name of the domain
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - Domain
    range: string
    required: true
  description:
    name: description
    description: Description of the domain's ecological characteristics
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:description
    domain_of:
    - Domain
    - Release
    range: string
  sites:
    name: sites
    description: Sites within this domain
    from_schema: https://w3id.org/neon-schema
    domain_of:
    - NeonDataset
    - Domain
    - DataProduct
    range: Site
    multivalued: true
    inlined: false
class_uri: schema:Place

Induced

name: Domain
description: A NEON domain representing a distinct eco-climatic region. NEON divides
  the US into 20 eco-climatic domains.
from_schema: https://w3id.org/neon-schema
attributes:
  domain_code:
    name: domain_code
    description: Unique domain identifier (D01-D20)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: domain_code
    owner: Domain
    domain_of:
    - Domain
    range: DomainCode
    required: true
  domain_name:
    name: domain_name
    description: Full name of the domain
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:name
    alias: domain_name
    owner: Domain
    domain_of:
    - Domain
    range: string
    required: true
  description:
    name: description
    description: Description of the domain's ecological characteristics
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Domain
    domain_of:
    - Domain
    - Release
    range: string
  sites:
    name: sites
    description: Sites within this domain
    from_schema: https://w3id.org/neon-schema
    alias: sites
    owner: Domain
    domain_of:
    - NeonDataset
    - Domain
    - DataProduct
    range: Site
    multivalued: true
    inlined: false
class_uri: schema:Place