Skip to content

Class: CollectionPhenotype

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

URI: cfde_schema:CollectionPhenotype

classDiagram class CollectionPhenotype CollectionPhenotype : collection_id_namespace CollectionPhenotype : collection_local_id CollectionPhenotype : phenotype

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 .
phenotype Phenotype 1..1 A Human Phenotype Ontology CV term ID describing this phenotype .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

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

Induced

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