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

98 lines
3.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/ThematicRoute
name: ThematicRoute
title: ThematicRoute
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/route_description
- ../slots/route_id
- ../slots/route_keyword
- ../slots/route_relevance_to_heritage
- ../slots/route_title
- ../slots/has_or_had_score
classes:
ThematicRoute:
class_uri: skos:Concept
description: 'A thematic area, route, or priority cluster within a funding agenda.
ThematicRoute represents a major area of focus that guides research priorities
and funding allocation. Routes are typically interdisciplinary and address
broad societal challenges.
**PURPOSE**:
Routes structure the agenda into navigable themes that:
- Help researchers identify relevant funding opportunities
- Guide funding organisations in designing calls
- Enable cross-referencing between agenda priorities and actual calls
**NAMING CONVENTIONS**:
Different agendas use different terminology:
- NWA: "Routes" (25 thematic routes)
- Horizon Europe: "Clusters" (6) and "Missions" (5)
- Creative Europe: "Strands" (3)
- National strategies: "Priority areas", "Themes", "Pillars"
- **SKOS**: `skos:Concept` - Thematic routes are concepts in a scheme
- Can be organised hierarchically (broader/narrower themes)
- Can be linked across agendas (similar themes in different frameworks)
'
exact_mappings:
- skos:Concept
close_mappings:
- dcterms:subject
slots:
- route_description
- route_id
- route_keyword
- route_relevance_to_heritage
- route_title
- has_or_had_score
slot_usage:
route_id:
identifier: true
required: true
range: uriorcurie
pattern: ^https://nde\.nl/ontology/hc/route/[a-z0-9-]+/[a-z0-9-]+$
examples:
- value: https://nde.nl/ontology/hc/route/nwa/cultural-identity
- value: https://nde.nl/ontology/hc/route/he/cluster-2
route_title:
required: true
range: string
examples:
- value: Origin and Identity of the Netherlands and Its Inhabitants
- value: Culture, Creativity and Inclusive Society
route_description:
range: string
route_keyword:
range: string
multivalued: true
inlined_as_list: true
route_relevance_to_heritage:
range: string
comments:
- ThematicRoute represents a priority area within a FundingAgenda
- Uses SKOS vocabulary for concept representation
- Can be linked across agendas to show thematic alignment
- Heritage relevance field helps heritage sector navigate agendas
examples:
- value:
route_id: https://nde.nl/ontology/hc/route/nwa/cultural-identity
route_title: Origin and Identity of the Netherlands and Its Inhabitants
route_description: 'This route addresses questions about Dutch cultural heritage, national
identity, migration history, and cultural diversity. Research explores
how the Netherlands developed its unique cultural characteristics and
how identity is shaped and reshaped in an increasingly multicultural
society.
'
route_keyword:
- cultural heritage
- national identity
- migration history
- cultural diversity
- collective memory
- museums
- archives
route_relevance_to_heritage: Directly relevant - this route explicitly addresses cultural heritage institutions, collections, and the role of heritage in identity formation. Museums and archives are key partners in NWA research on this theme.