glam/schemas/20251121/linkml/modules/classes/Scope.yaml
kempersc 1516d509cf Add metadata to LinkML class definitions and update prefixes
- Added `id`, `name`, `title`, and `description` fields to multiple LinkML class YAML files.
- Standardized prefixes across all class definitions.
- Introduced a new script `fix_linkml_metadata.py` to automate the addition of metadata to class files.
- Updated existing class files to ensure compliance with the new metadata structure.
2026-01-29 17:40:47 +01:00

101 lines
2.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/Scope
name: Scope
title: Scope
description: LinkML class definition for Scope
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# 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.