Concept
cdifConceptScheme::Classes::Concept
Definition
(no description)
Diagram
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | String | [0..1] | URI identifier for this concept. |
| type | String | [1..*] | |
| notation | String | [1..*] | Classification code for this concept within a scheme. |
| inScheme | @id-ref | [0..1] | Concept scheme(s) this concept belongs to. |
Associations
| Role | Target | Multiplicity | Description |
|---|---|---|---|
| prefLabel | LanguageTaggedValue | [1] | Preferred lexical label for this concept. A single string, a single language-tagged value, or an array of language-tagged values. Each language should appear at most once. |
| definition | LanguageTaggedValue | [0..1] | Formal explanation of the meaning of this concept. |
| note | LanguageTaggedValue | [0..1] | General note about this concept. |
| broader | ConceptRef | [0..*] | Broader (parent) concepts in the hierarchy. Items are inline concept objects or @id references. |
| narrower | ConceptRef | [0..*] | Narrower (child) concepts in the hierarchy. Items are inline concept objects or @id references. |