Skip to content

Class: CollectionGene

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

URI: cfde_schema:CollectionGene

classDiagram class CollectionGene CollectionGene : collection_id_namespace CollectionGene : collection_local_id CollectionGene : gene

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 .
gene Gene 1..1 An Ensembl term ID describing this gene .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

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

Induced

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