Class: Concept (Concept)
A standardized concept with display information.
URI: includedcc: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 |
|---|---|---|---|
| SubjectAssertion | concept | range | Concept |
| SubjectAssertion | value_concept | range | Concept |
| SubjectAssertion | value_units | range | Concept |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Concept |
| native | includedcc:Concept |
LinkML Source
Direct
name: Concept
description: A standardized concept with display information.
title: Concept
from_schema: https://includedcc.org/include-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/include-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/include-access-model
rank: 1000
identifier: true
alias: concept_curie
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/include-access-model
rank: 1000
alias: display
owner: Concept
domain_of:
- Concept
range: string