Skip to content

Class: NeonDataset

Container for a collection of NEON data entities

URI: neon:NeonDataset

 classDiagram
    class NeonDataset
    click NeonDataset href "../NeonDataset/"
      NeonDataset : data_products





        NeonDataset --> "*" DataProduct : data_products
        click DataProduct href "../DataProduct/"



      NeonDataset : domains





        NeonDataset --> "*" Domain : domains
        click Domain href "../Domain/"



      NeonDataset : locations





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



      NeonDataset : releases





        NeonDataset --> "*" Release : releases
        click Release href "../Release/"



      NeonDataset : samples





        NeonDataset --> "*" Sample : samples
        click Sample href "../Sample/"



      NeonDataset : sites





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



      NeonDataset : taxa





        NeonDataset --> "*" Taxon : taxa
        click Taxon href "../Taxon/"



Class Properties

Property Value
Tree Root Yes

Slots

Name Cardinality and Range Description Inheritance
domains *
Domain
Collection of NEON domains direct
sites *
Site
Collection of NEON field sites direct
locations *
Location
Collection of named locations direct
data_products *
DataProduct
Collection of data products direct
releases *
Release
Collection of data releases direct
taxa *
Taxon
Collection of taxonomic records direct
samples *
Sample
Collection of physical samples direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self neon:NeonDataset
native neon:NeonDataset

LinkML Source

Direct

name: NeonDataset
description: Container for a collection of NEON data entities
from_schema: https://w3id.org/neon-schema
attributes:
  domains:
    name: domains
    description: Collection of NEON domains
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    range: Domain
    multivalued: true
    inlined: true
    inlined_as_list: true
  sites:
    name: sites
    description: Collection of NEON field sites
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    - Domain
    - DataProduct
    range: Site
    multivalued: true
    inlined: true
    inlined_as_list: true
  locations:
    name: locations
    description: Collection of named locations
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    - Site
    range: Location
    multivalued: true
    inlined: true
    inlined_as_list: true
  data_products:
    name: data_products
    description: Collection of data products
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    - Release
    - BiorepositoryCollection
    range: DataProduct
    multivalued: true
    inlined: true
    inlined_as_list: true
  releases:
    name: releases
    description: Collection of data releases
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    - DataProduct
    range: Release
    multivalued: true
    inlined: true
    inlined_as_list: true
  taxa:
    name: taxa
    description: Collection of taxonomic records
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    range: Taxon
    multivalued: true
    inlined: true
    inlined_as_list: true
  samples:
    name: samples
    description: Collection of physical samples
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - NeonDataset
    - BiorepositoryCollection
    range: Sample
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true

Induced

name: NeonDataset
description: Container for a collection of NEON data entities
from_schema: https://w3id.org/neon-schema
attributes:
  domains:
    name: domains
    description: Collection of NEON domains
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: domains
    owner: NeonDataset
    domain_of:
    - NeonDataset
    range: Domain
    multivalued: true
    inlined_as_list: true
  sites:
    name: sites
    description: Collection of NEON field sites
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: sites
    owner: NeonDataset
    domain_of:
    - NeonDataset
    - Domain
    - DataProduct
    range: Site
    multivalued: true
    inlined_as_list: true
  locations:
    name: locations
    description: Collection of named locations
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: locations
    owner: NeonDataset
    domain_of:
    - NeonDataset
    - Site
    range: Location
    multivalued: true
    inlined_as_list: true
  data_products:
    name: data_products
    description: Collection of data products
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: data_products
    owner: NeonDataset
    domain_of:
    - NeonDataset
    - Release
    - BiorepositoryCollection
    range: DataProduct
    multivalued: true
    inlined_as_list: true
  releases:
    name: releases
    description: Collection of data releases
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: releases
    owner: NeonDataset
    domain_of:
    - NeonDataset
    - DataProduct
    range: Release
    multivalued: true
    inlined_as_list: true
  taxa:
    name: taxa
    description: Collection of taxonomic records
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: taxa
    owner: NeonDataset
    domain_of:
    - NeonDataset
    range: Taxon
    multivalued: true
    inlined_as_list: true
  samples:
    name: samples
    description: Collection of physical samples
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: samples
    owner: NeonDataset
    domain_of:
    - NeonDataset
    - BiorepositoryCollection
    range: Sample
    multivalued: true
    inlined_as_list: true
tree_root: true