- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
22 lines
566 B
YAML
22 lines
566 B
YAML
id: https://nde.nl/ontology/hc/slot/temporal_coverage
|
|
name: temporal_coverage_slot
|
|
imports:
|
|
- ../classes/TimeSpan
|
|
slots:
|
|
temporal_coverage:
|
|
slot_uri: dcterms:temporal
|
|
range: TimeSpan
|
|
description: 'Time period covered by collection materials (NOT when collected).
|
|
|
|
Examples:
|
|
|
|
- Collection of 18th-century documents: temporal_coverage = 1700-1799
|
|
|
|
- Medieval manuscript collection: temporal_coverage = 800-1500
|
|
|
|
'
|
|
exact_mappings:
|
|
- dcterms:temporal
|
|
- schema:temporalCoverage
|
|
broad_mappings:
|
|
- dcterms:coverage
|