- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
98 lines
3.8 KiB
YAML
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/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_keyword
|
|
- ../slots/related_to
|
|
- ../slots/has_title
|
|
- ../slots/has_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:
|
|
- has_description
|
|
- identified_by
|
|
- has_keyword
|
|
- related_to
|
|
- has_title
|
|
- has_score
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
required: true
|
|
# range: string # 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
|
|
has_title:
|
|
required: true
|
|
# range: string
|
|
examples:
|
|
- value: Origin and Identity of the Netherlands and Its Inhabitants
|
|
- value: Culture, Creativity and Inclusive Society
|
|
has_description:
|
|
# range: string
|
|
has_keyword:
|
|
# range: string
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
related_to:
|
|
# 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.
|