91 lines
2.6 KiB
YAML
91 lines
2.6 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_description:
|
|
range: string
|
|
description: >-
|
|
Time period covered as free text (e.g., "1600-1900", "Medieval period").
|
|
Use for informal descriptions. For structured temporal data, use the
|
|
temporal_coverage slot with TimeSpan class.
|
|
|
|
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_description: "1600-1700"
|
|
spatial_coverage: "Netherlands"
|
|
subject_coverage:
|
|
- "Painting"
|
|
- "Dutch Golden Age"
|
|
description: Scope for a Dutch Golden Age art collection.
|