glam/frontend/public/schemas/20251121/linkml/modules/classes/Scope.yaml
kempersc 53c6dbc2d9 feat(schema): Migrate temporal slots and introduce new pattern classes
Major slot migrations following slot_fixes.yaml revisions:
- TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end
- Quantity: has_or_had_measurement_unit with MeasureUnit class
- Description: has_or_had_description with Description class
- URL, WikiData, Timestamp, Location, Provenance pattern classes

New slots for RiC-O compliance:
- Temporal: has_or_had_time_interval, calendar_system
- Transfer: is_or_was_transferred, has_or_had_policy
- Location: starts/ends_or_started/ended_at_location
- Provenance: has_or_had_provenance_path, is_or_was_webarchived_at

Archive deprecated slots per Rule 53 workflow.
2026-01-14 20:01:55 +01:00

89 lines
2.5 KiB
YAML

# Scope - Coverage/scope information for collections, services, or institutions
# Created per slot_fixes.yaml migration for: typical_scope, type_scope
# Creation date: 2026-01-14
id: https://nde.nl/ontology/hc/classes/Scope
name: Scope
title: Scope
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dct: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
- ../slots/has_or_had_type
default_range: string
classes:
Scope:
description: >-
Coverage or scope information for a collection, service, or institution.
**SCOPE DIMENSIONS**:
- **Temporal**: Time period covered (e.g., "1600-1900")
- **Spatial**: Geographic coverage (e.g., "Netherlands", "Amsterdam")
- **Subject**: Topic/subject areas (e.g., "Dutch Golden Age painting")
- **Material**: Types of materials (e.g., "photographs", "manuscripts")
**ONTOLOGY MAPPING**:
- class_uri: dct:Coverage (Dublin Core coverage concept)
class_uri: dct:Coverage
close_mappings:
- schema:Thing
slots:
- has_or_had_type
attributes:
scope_description:
range: string
description: >-
Human-readable description of the scope.
temporal_coverage:
range: string
description: >-
Time period covered (e.g., "1600-1900", "Medieval period").
spatial_coverage:
range: string
description: >-
Geographic coverage (e.g., "Netherlands", "Europe").
subject_coverage:
range: string
multivalued: true
description: >-
Subject areas covered.
material_coverage:
range: string
multivalued: true
description: >-
Types of materials covered.
annotations:
custodian_types: '["*"]'
custodian_types_rationale: >-
Scope information applicable to all custodian types.
custodian_types_primary: "*"
specificity_score: 0.3
specificity_rationale: >-
Low-moderate specificity - common metadata concept.
examples:
- value: |
Scope:
scope_description: "Dutch art from the Golden Age"
temporal_coverage: "1600-1700"
spatial_coverage: "Netherlands"
subject_coverage:
- "Painting"
- "Dutch Golden Age"
description: Scope for a Dutch Golden Age art collection.