Skip to content

Class: Release

A NEON data release - a static, citable collection of data files with a DOI for reproducible research.

URI: schema:DataCatalog

 classDiagram
    class Release
    click Release href "../Release/"
      Release : artifacts





        Release --> "*" ReleaseArtifact : artifacts
        click ReleaseArtifact href "../ReleaseArtifact/"



      Release : data_products





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



      Release : description

      Release : doi

      Release : generation_date

      Release : release_tag

      Release : uuid

Class Properties

Property Value
Class URI schema:DataCatalog

Slots

Name Cardinality and Range Description Inheritance
release_tag 1
String
Release identifier (e direct
uuid 0..1
String
Unique UUID for the release direct
generation_date 0..1
Datetime
Date the release was generated direct
doi 0..1
String
Digital Object Identifier for citation direct
data_products *
DataProduct
Data products included in this release direct
artifacts *
ReleaseArtifact
Downloadable files associated with release direct
description 0..1
String
Description of the release direct

Usages

used by used in type used
NeonDataset releases range Release
DataProduct releases range Release
DataFile release range Release
Observation release range Release
BiologicalObservation release range Release
EnvironmentalObservation release range Release

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:DataCatalog
native neon:Release

LinkML Source

Direct

name: Release
description: A NEON data release - a static, citable collection of data files with
  a DOI for reproducible research.
from_schema: https://w3id.org/neon-schema
attributes:
  release_tag:
    name: release_tag
    description: Release identifier (e.g., RELEASE-2025)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    domain_of:
    - Release
    range: string
    required: true
  uuid:
    name: uuid
    description: Unique UUID for the release
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Release
    range: string
  generation_date:
    name: generation_date
    description: Date the release was generated
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:datePublished
    domain_of:
    - Release
    range: datetime
  doi:
    name: doi
    description: Digital Object Identifier for citation
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    domain_of:
    - Release
    range: string
  data_products:
    name: data_products
    description: Data products included in this release
    from_schema: https://w3id.org/neon-schema
    domain_of:
    - NeonDataset
    - Release
    - BiorepositoryCollection
    range: DataProduct
    multivalued: true
    inlined: false
  artifacts:
    name: artifacts
    description: Downloadable files associated with release
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    domain_of:
    - Release
    range: ReleaseArtifact
    multivalued: true
    inlined: true
    inlined_as_list: true
  description:
    name: description
    description: Description of the release
    from_schema: https://w3id.org/neon-schema
    slot_uri: schema:description
    domain_of:
    - Domain
    - Release
    range: string
class_uri: schema:DataCatalog

Induced

name: Release
description: A NEON data release - a static, citable collection of data files with
  a DOI for reproducible research.
from_schema: https://w3id.org/neon-schema
attributes:
  release_tag:
    name: release_tag
    description: Release identifier (e.g., RELEASE-2025)
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: release_tag
    owner: Release
    domain_of:
    - Release
    range: string
    required: true
  uuid:
    name: uuid
    description: Unique UUID for the release
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: uuid
    owner: Release
    domain_of:
    - Release
    range: string
  generation_date:
    name: generation_date
    description: Date the release was generated
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: schema:datePublished
    alias: generation_date
    owner: Release
    domain_of:
    - Release
    range: datetime
  doi:
    name: doi
    description: Digital Object Identifier for citation
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    slot_uri: dcterms:identifier
    alias: doi
    owner: Release
    domain_of:
    - Release
    range: string
  data_products:
    name: data_products
    description: Data products included in this release
    from_schema: https://w3id.org/neon-schema
    alias: data_products
    owner: Release
    domain_of:
    - NeonDataset
    - Release
    - BiorepositoryCollection
    range: DataProduct
    multivalued: true
    inlined: false
  artifacts:
    name: artifacts
    description: Downloadable files associated with release
    from_schema: https://w3id.org/neon-schema
    rank: 1000
    alias: artifacts
    owner: Release
    domain_of:
    - Release
    range: ReleaseArtifact
    multivalued: true
    inlined: true
    inlined_as_list: true
  description:
    name: description
    description: Description of the release
    from_schema: https://w3id.org/neon-schema
    slot_uri: schema:description
    alias: description
    owner: Release
    domain_of:
    - Domain
    - Release
    range: string
class_uri: schema:DataCatalog