75 lines
2.3 KiB
YAML
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_type: Type of deliverable (report, software, dataset, etc.)
|
|
- has_label: Name/title of the deliverable
|
|
- has_url: URL where deliverable can be accessed
|
|
- has_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/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_status
|
|
- ../slots/20260202_matang/has_type
|
|
- ../slots/20260202_matang/has_url
|
|
- ../slots/20260202_matang/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_type
|
|
- has_label
|
|
- has_description
|
|
- has_url
|
|
- has_status
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_type:
|
|
# range: string
|
|
examples:
|
|
- value: software
|
|
- value: dataset
|
|
- value: finding_aid
|
|
- value: digitized_collection
|
|
has_label:
|
|
# range: string
|
|
examples:
|
|
- value: Heritage Data Model v2.0
|
|
has_url:
|
|
range: uri
|
|
examples:
|
|
- value: https://doi.org/10.1234/deliverable
|
|
has_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: "['*']"
|