- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
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
|
|
- scope_description
|
|
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:\n scope_description: \"Dutch art from the Golden Age\"\n temporal_coverage_description:\
|
|
\ \"1600-1700\"\n spatial_coverage: \"Netherlands\"\n subject_coverage:\n\
|
|
\ - \"Painting\"\n - \"Dutch Golden Age\"\n"
|
|
description: Scope for a Dutch Golden Age art collection.
|