CatalogRecord
CDIFCodelist::Classes::CatalogRecord
Definition
Stub of CDIFCore::CatalogRecord (the metadata-about-the-metadata node carried at schema:subjectOf on a ConceptScheme). For the codelist profile, dcterms:conformsTo MUST include https://w3id.org/cdif/codelist/1.1.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| additionalType | string | [1..*] | schema:additionalType - additional type assertions for the catalog record node. MUST include 'dcat:CatalogRecord' (the @type array itself is typed as schema:Dataset, with this attribute narrowing the role). |
| conformsTo | XsdAnyUri | [1..*] | dcterms:conformsTo - URIs of specifications this metadata record conforms to. MUST include the constant https://w3id.org/cdif/codelist/1.1 for the codelist profile. |
| about | XsdAnyUri | [0..1] | schema:about - @id back-pointer to the ConceptScheme this CatalogRecord describes (closes the schema:subjectOf round-trip). |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| subjectOf | ← ConceptScheme | [1] | composition |