Skip to content

Class: CollectionCompound

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

URI: cfde_schema:CollectionCompound

classDiagram class CollectionCompound CollectionCompound : collection_id_namespace CollectionCompound : collection_local_id CollectionCompound : compound

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 .
compound Compound 1..1 A PubChem or GlyTouCan term ID describing this compound .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

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

Induced

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