Skip to content

Class: Concept (Concept)

A standardized concept with display information.

URI: cam:Concept

 classDiagram
    class Concept
    click Concept href "../Concept/"
      Concept : concept_curie

      Concept : display

Slots

Name Cardinality and Range Description Inheritance
concept_curie 1
Uriorcurie
The standardized curie for the term direct
display 0..1
String
The friendly display string of the coded term direct

Usages

used by used in type used
StudyMetadata study_design range Concept
StudyMetadata study_design any_of[range] Concept
StudyMetadata data_category range Concept
StudyMetadata data_category any_of[range] Concept
StudyMetadata research_domain range Concept
StudyMetadata research_domain any_of[range] Concept
Subject subject_type range Concept
Demographics sex range Concept
Demographics race range Concept
Demographics ethnicity range Concept
Demographics vital_status range Concept
FamilyRelationship relation range Concept
FamilyMembership family_role range Concept
FamilyMembership family_role any_of[range] Concept
SubjectAssertion concept range Concept
SubjectAssertion value_concept range Concept
SubjectAssertion value_concept any_of[range] Concept
SubjectAssertion value_unit range Concept
Sample quantity_unit range Concept
BiospecimenCollection site range Concept
BiospecimenCollection site any_of[range] Concept
BiospecimenCollection spatial_qualifier range Concept
BiospecimenCollection spatial_qualifier any_of[range] Concept
BiospecimenCollection laterality range Concept
BiospecimenCollection laterality any_of[range] Concept
Aliquot quantity_unit range Concept
Aliquot concentration_unit range Concept
File data_category range Concept
File data_category any_of[range] Concept

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cam:Concept
native cam:Concept

LinkML Source

Direct

name: Concept
description: A standardized concept with display information.
title: Concept
from_schema: https://includedcc.org/common-access-model
slots:
- concept_curie
- display
slot_usage:
  concept_curie:
    name: concept_curie
    identifier: true
    required: true

Induced

name: Concept
description: A standardized concept with display information.
title: Concept
from_schema: https://includedcc.org/common-access-model
slot_usage:
  concept_curie:
    name: concept_curie
    identifier: true
    required: true
attributes:
  concept_curie:
    name: concept_curie
    description: The standardized curie for the term.
    title: Concept Curie
    from_schema: https://includedcc.org/common-access-model
    rank: 1000
    identifier: true
    owner: Concept
    domain_of:
    - Concept
    range: uriorcurie
    required: true
  display:
    name: display
    description: The friendly display string of the coded term.
    title: Display String
    from_schema: https://includedcc.org/common-access-model
    rank: 1000
    owner: Concept
    domain_of:
    - Concept
    range: string