Skip to content

Class: Dcc

The Common Fund program or data coordinating center (DCC, identified by the given project foreign key) that produced this C2M2 instance

URI: cfde_schema:Dcc

classDiagram class Dcc Dcc : contact_email Dcc : contact_name Dcc : dcc_abbreviation Dcc : dcc_description Dcc : dcc_name Dcc : dcc_url Dcc : id Dcc : project_id_namespace Dcc : project_local_id

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 The identifier for this DCC, issued by the CFDE-CC .
dcc_name xsd:string 1..1 A short, human-readable, machine-read-friendly label for this DCC .
dcc_abbreviation xsd:string 1..1 A very short display label for this contact's DCC .
dcc_description xsd:string 0..1 A human-readable description of this DCC .
contact_email xsd:string 1..1 Email address of this DCC's primary technical contact .
contact_name xsd:string 1..1 Name of this DCC's primary technical contact .
dcc_url xsd:string 1..1 URL of the front page of the website for this DCC .
project_id_namespace xsd:string 1..1 ID of the identifier namespace for the project record representing the C2M2 submission produced by this DCC .
project_local_id xsd:string 1..1 Foreign key identifying the project record representing the C2M2 submission produced by this DCC .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: dcc
description: The Common Fund program or data coordinating center (DCC, identified
  by the given project foreign key) that produced this C2M2 instance
title: DCC
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: The identifier for this DCC, issued by the CFDE-CC
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  dcc_name:
    name: dcc_name
    description: A short, human-readable, machine-read-friendly label for this DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  dcc_abbreviation:
    name: dcc_abbreviation
    description: A very short display label for this contact's DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
    pattern: ^[a-zA-Z0-9_]+$
  dcc_description:
    name: dcc_description
    description: A human-readable description of this DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
  contact_email:
    name: contact_email
    description: Email address of this DCC's primary technical contact
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  contact_name:
    name: contact_name
    description: Name of this DCC's primary technical contact
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  dcc_url:
    name: dcc_url
    description: URL of the front page of the website for this DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  project_id_namespace:
    name: project_id_namespace
    description: ID of the identifier namespace for the project record representing
      the C2M2 submission produced by this DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  project_local_id:
    name: project_local_id
    description: Foreign key identifying the project record representing the C2M2
      submission produced by this DCC
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
unique_keys:
  dcc_abbreviation_unique_key:
    unique_key_name: dcc_abbreviation_unique_key
    unique_key_slots:
    - dcc_abbreviation
  contact_email_unique_key:
    unique_key_name: contact_email_unique_key
    unique_key_slots:
    - contact_email

Induced

name: dcc
description: The Common Fund program or data coordinating center (DCC, identified
  by the given project foreign key) that produced this C2M2 instance
title: DCC
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: The identifier for this DCC, issued by the CFDE-CC
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: dcc
    range: string
    required: true
  dcc_name:
    name: dcc_name
    description: A short, human-readable, machine-read-friendly label for this DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: dcc_name
    owner: dcc
    range: string
    required: true
  dcc_abbreviation:
    name: dcc_abbreviation
    description: A very short display label for this contact's DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: dcc_abbreviation
    owner: dcc
    range: string
    required: true
    pattern: ^[a-zA-Z0-9_]+$
  dcc_description:
    name: dcc_description
    description: A human-readable description of this DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: dcc_description
    owner: dcc
    range: string
  contact_email:
    name: contact_email
    description: Email address of this DCC's primary technical contact
    from_schema: https://w3id.org/linkml/cfde
    alias: contact_email
    owner: dcc
    range: string
    required: true
  contact_name:
    name: contact_name
    description: Name of this DCC's primary technical contact
    from_schema: https://w3id.org/linkml/cfde
    alias: contact_name
    owner: dcc
    range: string
    required: true
  dcc_url:
    name: dcc_url
    description: URL of the front page of the website for this DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: dcc_url
    owner: dcc
    range: string
    required: true
  project_id_namespace:
    name: project_id_namespace
    description: ID of the identifier namespace for the project record representing
      the C2M2 submission produced by this DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: project_id_namespace
    owner: dcc
    range: string
    required: true
  project_local_id:
    name: project_local_id
    description: Foreign key identifying the project record representing the C2M2
      submission produced by this DCC
    from_schema: https://w3id.org/linkml/cfde
    alias: project_local_id
    owner: dcc
    range: string
    required: true
unique_keys:
  dcc_abbreviation_unique_key:
    unique_key_name: dcc_abbreviation_unique_key
    unique_key_slots:
    - dcc_abbreviation
  contact_email_unique_key:
    unique_key_name: contact_email_unique_key
    unique_key_slots:
    - contact_email