ConceptScheme
CDIFCodelist::Classes::ConceptScheme
Definition
A SKOS Concept Scheme - an aggregation of one or more SKOS Concepts forming a controlled vocabulary or codelist. The metadata record describing this scheme (schema:subjectOf > CatalogRecord) MUST declare conformance to https://w3id.org/cdif/codelist/1.0.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri | [1] | @id - resolvable URI for the concept scheme. Required. |
| prefLabel | string | [1] | skos:prefLabel - the preferred lexical label for the concept scheme. Required. |
| definition | string | [0..1] | skos:definition - formal explanation of the meaning or purpose of this concept scheme. |
| note | string | [0..1] | skos:note - general note about the concept scheme. |
| dateModified | XsdDate | [1] | schema:dateModified - ISO 8601 date when the codelist was last modified. Required. |
| url | XsdAnyUri | [0..1] | schema:url - web location of a page describing the codelist. |
| license | string | [0..*] | schema:license - license for the codelist. Either schema:license OR schema:conditionsOfAccess is required (anyOf). |
| conditionsOfAccess | string | [0..*] | schema:conditionsOfAccess - text statement of access conditions. Either schema:license OR schema:conditionsOfAccess is required (anyOf). |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| subjectOf | → CatalogRecord ↗ | [1] | composition |
| identifier | → Identifier ↗ | [0..1] | composition |
| hasTopConcept | → Concept | [1..*] | composition |
| inScheme | ← Concept | [1..*] | association |