Skip to content

Class: SubjectRace

Identification of a C2M2 subject with one or more self-selected races

URI: cfde_schema:SubjectRace

classDiagram class SubjectRace SubjectRace : race SubjectRace : subject_id_namespace SubjectRace : subject_local_id

Slots

Name Range Cardinality Description Info
subject_id_namespace xsd:string 1..1 Identifier namespace for this subject .
subject_local_id xsd:string 1..1 The ID of this subject .
race RaceEnum 0..1 A race self-identified by this subject .

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: subject_race
description: Identification of a C2M2 subject with one or more self-selected races
title: subject_race
from_schema: https://w3id.org/linkml/cfde
attributes:
  subject_id_namespace:
    name: subject_id_namespace
    description: Identifier namespace for this subject
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  subject_local_id:
    name: subject_local_id
    description: The ID of this subject
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  race:
    name: race
    description: A race self-identified by this subject
    from_schema: https://w3id.org/linkml/cfde
    range: RaceEnum
unique_keys:
  subject_race_primary_key:
    unique_key_name: subject_race_primary_key
    unique_key_slots:
    - '[''subject_id_namespace'', ''subject_local_id'', ''race'']'

Induced

name: subject_race
description: Identification of a C2M2 subject with one or more self-selected races
title: subject_race
from_schema: https://w3id.org/linkml/cfde
attributes:
  subject_id_namespace:
    name: subject_id_namespace
    description: Identifier namespace for this subject
    from_schema: https://w3id.org/linkml/cfde
    alias: subject_id_namespace
    owner: subject_race
    range: string
    required: true
  subject_local_id:
    name: subject_local_id
    description: The ID of this subject
    from_schema: https://w3id.org/linkml/cfde
    alias: subject_local_id
    owner: subject_race
    range: string
    required: true
  race:
    name: race
    description: A race self-identified by this subject
    from_schema: https://w3id.org/linkml/cfde
    alias: race
    owner: subject_race
    range: RaceEnum
unique_keys:
  subject_race_primary_key:
    unique_key_name: subject_race_primary_key
    unique_key_slots:
    - '[''subject_id_namespace'', ''subject_local_id'', ''race'']'