- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at. - Updated existing slot definitions for states_or_stated to enhance clarity and structure. - Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability. - Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
131 lines
4.9 KiB
YAML
131 lines
4.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/Content
|
|
name: Content
|
|
title: Content Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_type
|
|
- ../slots/temporal_extent
|
|
- ./TimeSpan
|
|
- ./ContentType
|
|
- ./ContentTypes
|
|
|
|
classes:
|
|
Content:
|
|
class_uri: rico:RecordSetType
|
|
description: |
|
|
The intellectual content described by or contained in heritage materials.
|
|
|
|
**Purpose**:
|
|
Captures what a collection, document, archive, or other heritage material is ABOUT,
|
|
including its temporal coverage, spatial coverage, and subject matter.
|
|
|
|
**Ontological Alignment**:
|
|
- **RiC-O**: `rico:RecordSetType` for archival content characterization
|
|
- **Dublin Core**: Maps to `dcterms:coverage` (temporal/spatial/topical)
|
|
- **CIDOC-CRM**: Relates to `E73_Information_Object` conceptual content
|
|
|
|
**Key Slots**:
|
|
|
|
| Slot | Purpose |
|
|
|------|---------|
|
|
| `temporal_extent` | Time period the content covers (via TimeSpan) |
|
|
| `has_or_had_label` | Content label/title |
|
|
| `has_or_had_description` | Detailed description of content |
|
|
|
|
**Distinction from temporal_extent**:
|
|
- `temporal_extent` on Content = what time period the CONTENT covers
|
|
- `temporal_extent` on Activity = how long the activity lasted
|
|
|
|
**Example**:
|
|
A collection of VOC trade records might have Content with:
|
|
- temporal_extent: 1602-1799 (the period covered by the records)
|
|
- has_or_had_label: "Dutch East India Company Trade Records"
|
|
- has_or_had_description: "Shipping manifests, correspondence, and financial records..."
|
|
|
|
**Migrated From**: temporal_coverage slot (2026-01-16) per Rule 53/56
|
|
|
|
**Updated 2026-01-23**: Added has_or_had_type for ContentType per F25 migration
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- has_or_had_type
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_or_had_type:
|
|
description: >-
|
|
The type of intellectual content from ContentType taxonomy.
|
|
Uses ContentType subclasses per Rule 0b (Type/Types pattern).
|
|
Added 2026-01-23 per F25 migration.
|
|
range: ContentType
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_or_had_code: RELIGIOUS
|
|
has_or_had_label: Religious Content
|
|
description: Religious text content
|
|
- value:
|
|
has_or_had_code: CARTOGRAPHIC
|
|
has_or_had_label: Cartographic Content
|
|
description: Maps and geographic content
|
|
has_or_had_label:
|
|
description: Label or title for the content scope
|
|
examples:
|
|
- value: "Dutch Colonial Period Records"
|
|
- value: "Medieval Manuscript Collection"
|
|
has_or_had_description:
|
|
description: Detailed description of the intellectual content
|
|
examples:
|
|
- value: "Administrative records, correspondence, and financial documents from the Dutch colonial administration in the East Indies."
|
|
temporal_extent:
|
|
description: |
|
|
Time period covered by the content (NOT when collected or created).
|
|
Uses TimeSpan for fuzzy temporal bounds.
|
|
MIGRATED from temporal_coverage slot (2026-01-16).
|
|
range: TimeSpan
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: "1602-01-01"
|
|
end_of_the_end: "1799-12-31"
|
|
description: VOC period (1602-1799)
|
|
- value:
|
|
begin_of_the_begin: "1200-01-01"
|
|
end_of_the_end: "1500-12-31"
|
|
description: Late medieval period
|
|
close_mappings:
|
|
- dcterms:coverage
|
|
- schema:about
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Content characterization applicable to all heritage custodian types
|
|
specificity_score: 0.25
|
|
specificity_rationale: Broadly useful class for describing what heritage materials are about
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Dutch East India Company Records"
|
|
has_or_had_description: "Trade records, shipping manifests, and correspondence from VOC operations"
|
|
temporal_extent:
|
|
begin_of_the_begin: "1602-03-20"
|
|
end_of_the_end: "1799-12-31"
|
|
description: VOC archival content with temporal coverage
|
|
- value:
|
|
has_or_had_label: "Medieval Illuminated Manuscripts"
|
|
temporal_extent:
|
|
begin_of_the_begin: "0800-01-01"
|
|
end_of_the_end: "1450-12-31"
|
|
description: Medieval manuscript collection content
|