glam/schemas/20251121/linkml/modules/classes/ExternalWork.yaml
kempersc fc405445c6 Refactor and update schema definitions
- 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`.
2026-02-01 19:55:38 +01:00

35 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ExternalWork
name: ExternalWork
title: ExternalWork
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_range: string
classes:
ExternalWork:
description: 'External work or services that an institution accepts or commissions.
**EXAMPLES**: - Conservation work from external specialists - Digitization services
- Research collaborations - Restoration projects
Used with `accepts_or_accepted` slot to indicate what types of external work
an institution will accept or commission.'
class_uri: schema:Service
close_mappings:
- schema:Offer
annotations:
custodian_types: '["M", "A", "L", "G"]'
custodian_types_rationale: External work primarily relevant for museums, archives,
libraries, galleries.
custodian_types_primary: M
specificity_score: 0.7
specificity_rationale: High specificity - specific to service acceptance policies.
examples:
- value: "ExternalWork:\n work_type: \"conservation\"\n description: \"Paper\
\ and textile conservation services\"\n requirements:\n - \"Certified\
\ conservator\"\n - \"Portfolio of previous work\"\n"
description: Conservation work accepted by archive.
slots: []