Skip to content

Class: CollectionTaxonomy

Association between a taxon and a C2M2 collection containing experimental resources directly related to the study of that taxon

URI: cfde_schema:CollectionTaxonomy

classDiagram class CollectionTaxonomy CollectionTaxonomy : collection_id_namespace CollectionTaxonomy : collection_local_id CollectionTaxonomy : taxon

Slots

Name Range Cardinality Description Info
collection_id_namespace xsd:string 1..1 Identifier namespace for this collection .
collection_local_id xsd:string 1..1 The ID of this collection .
taxon NcbiTaxonomy 1..1 An NCBI Taxonomy Database ID identifying this taxon .

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:CollectionTaxonomy']
native ['cfde_schema:CollectionTaxonomy']

LinkML Specification

Direct

name: collection_taxonomy
description: Association between a taxon and a C2M2 collection containing experimental
  resources directly related to the study of that taxon
title: collection_taxonomy
from_schema: https://w3id.org/linkml/cfde
attributes:
  collection_id_namespace:
    name: collection_id_namespace
    description: Identifier namespace for this collection
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  collection_local_id:
    name: collection_local_id
    description: The ID of this collection
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  taxon:
    name: taxon
    description: An NCBI Taxonomy Database ID identifying this taxon
    from_schema: https://w3id.org/linkml/cfde
    range: ncbi_taxonomy
    required: true
unique_keys:
  collection_taxonomy_primary_key:
    unique_key_name: collection_taxonomy_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''taxon'']'

Induced

name: collection_taxonomy
description: Association between a taxon and a C2M2 collection containing experimental
  resources directly related to the study of that taxon
title: collection_taxonomy
from_schema: https://w3id.org/linkml/cfde
attributes:
  collection_id_namespace:
    name: collection_id_namespace
    description: Identifier namespace for this collection
    from_schema: https://w3id.org/linkml/cfde
    alias: collection_id_namespace
    owner: collection_taxonomy
    range: string
    required: true
  collection_local_id:
    name: collection_local_id
    description: The ID of this collection
    from_schema: https://w3id.org/linkml/cfde
    alias: collection_local_id
    owner: collection_taxonomy
    range: string
    required: true
  taxon:
    name: taxon
    description: An NCBI Taxonomy Database ID identifying this taxon
    from_schema: https://w3id.org/linkml/cfde
    alias: taxon
    owner: collection_taxonomy
    range: ncbi_taxonomy
    required: true
unique_keys:
  collection_taxonomy_primary_key:
    unique_key_name: collection_taxonomy_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''taxon'']'