Skip to content

Class: IdNamespace

A table listing identifier namespaces registered by the DCC submitting this C2M2 instance

URI: cfde_schema:IdNamespace

classDiagram class IdNamespace IdNamespace : abbreviation IdNamespace : description IdNamespace : id

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 ID of this identifier namespace .
abbreviation xsd:string 0..1 A very short display label for this identifier namespace .
description xsd:string 0..1 A human-readable description of this identifier namespace .

Usages

used by used in type used
File IdNamespace range id_namespace
Biosample IdNamespace range id_namespace
Subject IdNamespace range id_namespace
Project IdNamespace range id_namespace
Collection IdNamespace range id_namespace

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: id_namespace
description: A table listing identifier namespaces registered by the DCC submitting
  this C2M2 instance
title: id_namespace
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: ID of this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  abbreviation:
    name: abbreviation
    description: A very short display label for this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    range: string
    pattern: ^[a-zA-Z0-9_]+$
  description:
    name: description
    description: A human-readable description of this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id
  name_unique_key:
    unique_key_name: name_unique_key
    unique_key_slots:
    - name

Induced

name: id_namespace
description: A table listing identifier namespaces registered by the DCC submitting
  this C2M2 instance
title: id_namespace
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: ID of this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: id_namespace
    range: string
    required: true
  abbreviation:
    name: abbreviation
    description: A very short display label for this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    alias: abbreviation
    owner: id_namespace
    range: string
    pattern: ^[a-zA-Z0-9_]+$
  description:
    name: description
    description: A human-readable description of this identifier namespace
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: id_namespace
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id
  name_unique_key:
    unique_key_name: name_unique_key
    unique_key_slots:
    - name