- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting. - Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes. - Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting. - Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting. - Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability. - Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability. - Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name. - Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity. - Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity. - Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity. - Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
40 lines
1.6 KiB
YAML
40 lines
1.6 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
|
|
attributes:
|
|
work_type:
|
|
range: string
|
|
required: true
|
|
description: Type of external work (e.g., "conservation", "digitization", "restoration").
|
|
requirements:
|
|
range: string
|
|
multivalued: true
|
|
description: Requirements or qualifications for external work providers.
|
|
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.
|