Skip to content

Class: Subject

Demographic and clinical information about the subject

URI: cmdr:Subject

classDiagram class Subject Subject : id Subject : name

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
direct
name 0..1
String
direct

Usages

used by used in type used
Container subjects range Subject
MaterialEntity source range Subject
Participation includes range Subject
SpecimenCollectionProcess has_input range Subject

Aliases

  • Site
  • Participant

See Also

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cmdr:Subject
native cmdr:Subject

LinkML Source

Direct

name: Subject
description: Demographic and clinical information about the subject
from_schema: https://w3id.org/linkml/cmdr
see_also:
- include:Participant
aliases:
- Site
- Participant
slots:
- id
- name
slot_usage:
  id:
    name: id
    identifier: true
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie

Induced

name: Subject
description: Demographic and clinical information about the subject
from_schema: https://w3id.org/linkml/cmdr
see_also:
- include:Participant
aliases:
- Site
- Participant
slot_usage:
  id:
    name: id
    identifier: true
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie
attributes:
  id:
    name: id
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    identifier: true
    alias: id
    owner: Subject
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie
  name:
    name: name
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: name
    owner: Subject
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: string