Skip to content

Class: CollectionProtein

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

URI: cfde_schema:CollectionProtein

classDiagram class CollectionProtein CollectionProtein : collection_id_namespace CollectionProtein : collection_local_id CollectionProtein : protein

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 .
protein Protein 1..1 A UniProtKB term ID describing this protein .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

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

Induced

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