Skip to content

Class: CollectionSubstance

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

URI: cfde_schema:CollectionSubstance

classDiagram class CollectionSubstance CollectionSubstance : collection_id_namespace CollectionSubstance : collection_local_id CollectionSubstance : substance

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 .
substance Substance 1..1 A PubChem term ID describing this substance .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: collection_substance
description: Association between a substance and a C2M2 collection containing experimental
  resources directly related to the study of that substance
title: collection_substance
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
  substance:
    name: substance
    description: A PubChem term ID describing this substance
    from_schema: https://w3id.org/linkml/cfde
    range: substance
    required: true
unique_keys:
  collection_substance_primary_key:
    unique_key_name: collection_substance_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''substance'']'

Induced

name: collection_substance
description: Association between a substance and a C2M2 collection containing experimental
  resources directly related to the study of that substance
title: collection_substance
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_substance
    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_substance
    range: string
    required: true
  substance:
    name: substance
    description: A PubChem term ID describing this substance
    from_schema: https://w3id.org/linkml/cfde
    alias: substance
    owner: collection_substance
    range: substance
    required: true
unique_keys:
  collection_substance_primary_key:
    unique_key_name: collection_substance_primary_key
    unique_key_slots:
    - '[''collection_id_namespace'', ''collection_local_id'', ''substance'']'