glam/schemas/20251121/linkml/modules/classes/Deliverable.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

75 lines
2.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/Deliverable
name: deliverable_class
title: Deliverable Class
description: 'Represents a tangible output or result from a project or activity.
**USE CASES**:
- Project outputs (reports, software, datasets)
- Curation activity results (digitized collections, finding aids)
- Research outputs (papers, methodologies, tools)
**PROPERTIES**:
- has_or_had_type: Type of deliverable (report, software, dataset, etc.)
- has_or_had_label: Name/title of the deliverable
- has_or_had_url: URL where deliverable can be accessed
- has_or_had_status: Status (planned, in_progress, completed, delayed)
**RELATIONSHIP TO Project and CurationActivity**:
Used to track concrete outputs from heritage projects and
curation activities. Each deliverable represents an expected
or completed work product.
'
imports:
- linkml:types
- ../slots/has_or_had_description
- ../slots/has_or_had_label
- ../slots/has_or_had_status
- ../slots/has_or_had_type
- ../slots/has_or_had_url
- ../slots/temporal_extent
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
default_prefix: hc
classes:
Deliverable:
class_uri: hc:Deliverable
description: 'A tangible output or result from a project or activity.
Captures type, title, URL, and completion status.
'
exact_mappings:
- prov:Entity
close_mappings:
- schema:CreativeWork
slots:
- has_or_had_type
- has_or_had_label
- has_or_had_description
- has_or_had_url
- has_or_had_status
- temporal_extent
slot_usage:
has_or_had_type:
range: string
examples:
- value: software
- value: dataset
- value: finding_aid
- value: digitized_collection
has_or_had_label:
range: string
examples:
- value: Heritage Data Model v2.0
has_or_had_url:
range: uri
examples:
- value: https://doi.org/10.1234/deliverable
has_or_had_status:
range: string
examples:
- value: in_progress
- value: completed
- value: delayed
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"