Class: CollectionAnatomy
Association between an UBERON anatomical term and a C2M2 collection containing experimental resources directly related to the study of the anatomical concept described by that term
URI: cfde_schema:CollectionAnatomy
classDiagram
class CollectionAnatomy
CollectionAnatomy : anatomy
CollectionAnatomy : collection_id_namespace
CollectionAnatomy : collection_local_id
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 | . |
anatomy | Anatomy | 1..1 | An UBERON term ID | . |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cfde
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['cfde_schema:CollectionAnatomy'] |
native | ['cfde_schema:CollectionAnatomy'] |
LinkML Specification
Direct
name: collection_anatomy
description: Association between an UBERON anatomical term and a C2M2 collection containing
experimental resources directly related to the study of the anatomical concept described
by that term
title: collection_anatomy
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
anatomy:
name: anatomy
description: An UBERON term ID
from_schema: https://w3id.org/linkml/cfde
range: anatomy
required: true
unique_keys:
collection_anatomy_primary_key:
unique_key_name: collection_anatomy_primary_key
unique_key_slots:
- '[''collection_id_namespace'', ''collection_local_id'', ''anatomy'']'
Induced
name: collection_anatomy
description: Association between an UBERON anatomical term and a C2M2 collection containing
experimental resources directly related to the study of the anatomical concept described
by that term
title: collection_anatomy
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_anatomy
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_anatomy
range: string
required: true
anatomy:
name: anatomy
description: An UBERON term ID
from_schema: https://w3id.org/linkml/cfde
alias: anatomy
owner: collection_anatomy
range: anatomy
required: true
unique_keys:
collection_anatomy_primary_key:
unique_key_name: collection_anatomy_primary_key
unique_key_slots:
- '[''collection_id_namespace'', ''collection_local_id'', ''anatomy'']'