- Introduced new classes: Heritage, HeritagePractice, HeritageRelevanceAssessment, HeritageRelevanceScore, HolySiteType, Mandate. - Added slots for heritage-related attributes including has_or_had_confidence_measure, has_or_had_related_heritage_form, heritage_education, heritage_employer, heritage_mandate, heritage_practice, and more. - Migrated existing attributes and ensured compliance with RiC-O naming conventions. - Enhanced documentation and descriptions for clarity and usability. - Archived previous versions of slots and classes to maintain schema integrity.
549 lines
24 KiB
YAML
549 lines
24 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingAgenda
|
|
name: FundingAgenda
|
|
title: FundingAgenda Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
prov: http://www.w3.org/ns/prov#
|
|
org: http://www.w3.org/ns/org#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ./TimeSpan
|
|
- ../slots/geographic_scope
|
|
- ../slots/keyword
|
|
- ../slots/language
|
|
- ../slots/has_or_had_description
|
|
- ../classes/Description
|
|
- ../slots/has_or_had_url
|
|
- ../classes/URL
|
|
- ../slots/has_or_had_label
|
|
- ../classes/Label
|
|
- ../classes/LabelType
|
|
- ../classes/LabelTypes
|
|
- ../slots/has_or_had_title
|
|
- ../classes/Title
|
|
- ../slots/has_or_had_identifier
|
|
- ../classes/Identifier
|
|
- ../slots/is_or_was_governed_by
|
|
- ../slots/is_or_was_related_to
|
|
- ../classes/Heritage
|
|
- ../slots/is_or_was_implemented_by
|
|
- ../classes/Organization
|
|
- ../slots/related_agenda
|
|
- ../slots/route_description
|
|
- ../slots/route_id
|
|
- ../slots/route_keyword
|
|
- ../slots/route_relevance_to_heritage
|
|
- ../slots/route_title
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_objective
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_convention
|
|
- ../slots/has_or_had_investment
|
|
- ../slots/temporal_extent
|
|
- ../slots/has_or_had_scope
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ../slots/has_or_had_identifier
|
|
- ./Identifier
|
|
- ./GoverningBody
|
|
- ./GeographicScope
|
|
default_prefix: hc
|
|
classes:
|
|
FundingAgenda:
|
|
class_uri: schema:FundingScheme
|
|
description: "A strategic research or funding agenda that defines priorities, themes, and\nobjectives guiding funding allocation by one or more funding organisations.\n\n**PURPOSE**:\n\nFundingAgenda represents the strategic layer ABOVE individual funding calls:\n\n```\nFundingAgenda (e.g., Dutch Research Agenda NWA)\n \u2502\n \u251C\u2500\u2500 thematic_routes (25 interdisciplinary routes)\n \u2502 \u2502\n \u2502 \u2514\u2500\u2500 \"Cultural Identity\" route\n \u2502 \u2502\n \u2502 \u2514\u2500\u2500 shapes \u2192 CallForApplication topics\n \u2502\n \u2514\u2500\u2500 implementing_organisations\n \u2502\n \u2514\u2500\u2500 NWO (issues calls aligned with NWA)\n```\n\n**KEY RELATIONSHIPS**:\n\n1. **Governed by**: A high-level body (government, consortium) that created the agenda\n - `governing_body` \u2192 EncompassingBody (e.g., Dutch government, European Commission)\n\n\
|
|
2. **Implemented by**: Funding organisations that translate agenda into calls\n - `implementing_organisations` \u2192 FundingOrganisation[] (e.g., NWO, ERC)\n\n3. **Contains thematic routes**: Major themes or priority areas\n - `thematic_routes` \u2192 ThematicRoute[] (nested class)\n\n4. **Guides calls**: Funding calls align with agenda priorities (indirect relationship)\n - CallForApplication.parent_programme references agenda themes\n - Calls cite agenda objectives in their descriptions\n\n**TEMPORAL DIMENSION**:\n\nAgendas have defined validity periods:\n- Multi-year frameworks (EU 7-year cycles: 2021-2027)\n- Ongoing national agendas (NWA - indefinite)\n- Strategic periods (Arts Council 10-year strategy)\n\n**EXAMPLES**:\n\n1. **Dutch Research Agenda (Nationale Wetenschapsagenda, NWA)**\n - Established 2015 by Dutch science sector\n - 25 thematic routes covering all research domains\n - Heritage-relevant routes: \"Cultural Identity\", \"Creative Industry\"\n -\
|
|
\ Implemented by: NWO, KNAW, universities\n - URL: https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa\n \n2. **Horizon Europe Strategic Plan 2021-2024**\n - EU research framework priorities\n - 6 clusters including CL2 \"Culture, Creativity and Inclusive Society\"\n - 5 EU Missions including \"Adaptation to Climate Change\" (heritage impact)\n - Implemented by: European Commission, REA, EACEA\n \n3. **Creative Europe Strategic Objectives 2021-2027**\n - EU cultural and creative sectors programme\n - Objectives: diversity, competitiveness, cooperation\n - Implemented by: EACEA\n \n4. **Arts Council England \"Let's Create\" 2020-2030**\n - 10-year strategy for arts and culture\n - Investment Principles guide funding decisions\n - Implemented by: Arts Council England\n\n**ONTOLOGY ALIGNMENT**:\n\n- **Schema.org**: `schema:FundingScheme` - \"Combines organizational, project and \n policy aspects of grant-based funding that sets guidelines, principles\
|
|
\ and \n mechanisms to support other kinds of projects\"\n- **Dublin Core**: `dcterms:Policy` - Policy documents\n- **W3C ORG**: `org:purpose` - Organizational purpose statements\n- **SKOS**: ConceptScheme for thematic routes (hierarchical themes)\n"
|
|
exact_mappings:
|
|
- schema:FundingScheme
|
|
close_mappings:
|
|
- dcterms:Policy
|
|
- org:Organization
|
|
- skos:ConceptScheme
|
|
related_mappings:
|
|
- schema:Action
|
|
- prov:Plan
|
|
slots:
|
|
- has_or_had_description
|
|
- has_or_had_url
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- is_or_was_governed_by
|
|
- is_or_was_related_to
|
|
- is_or_was_implemented_by
|
|
- related_agenda
|
|
- has_or_had_convention
|
|
- has_or_had_investment
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
description: Unique identifier for this funding agenda. Uses the generic has_or_had_identifier slot with FundingAgenda-specific formatting.
|
|
identifier: true
|
|
required: true
|
|
range: uriorcurie
|
|
pattern: ^https://nde\.nl/ontology/hc/agenda/[a-z0-9-]+/[a-z0-9-]+$
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/agenda/nl/nwa
|
|
description: Dutch Research Agenda (NWA)
|
|
- value: https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024
|
|
description: Horizon Europe Strategic Plan 2021-2024
|
|
- value: https://nde.nl/ontology/hc/agenda/uk/ace-lets-create
|
|
description: Arts Council England Let's Create strategy
|
|
has_or_had_title:
|
|
required: true
|
|
range: string
|
|
description: Official title of the funding agenda.
|
|
examples:
|
|
- value: Nationale Wetenschapsagenda
|
|
description: Dutch Research Agenda official Dutch title
|
|
- value: Horizon Europe Strategic Plan 2021-2024
|
|
description: EU framework strategic plan
|
|
has_or_had_label:
|
|
range: Label
|
|
inlined: true
|
|
multivalued: true
|
|
description: Short name or abbreviation for the agenda (e.g. NWA, HE SP).
|
|
examples:
|
|
- value:
|
|
has_or_had_label: NWA
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
description: Dutch Research Agenda acronym
|
|
- value:
|
|
has_or_had_label: HE SP
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
description: Horizon Europe Strategic Plan
|
|
- value:
|
|
has_or_had_label: Let's Create
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
description: Arts Council England strategy
|
|
has_or_had_description:
|
|
range: Description
|
|
inlined: true
|
|
description: Description of the funding agenda.
|
|
has_or_had_url:
|
|
range: URL
|
|
inlined: true
|
|
multivalued: true
|
|
description: URLs related to the agenda (website, documents).
|
|
examples:
|
|
- value:
|
|
has_or_had_url: https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa
|
|
has_or_had_type:
|
|
has_or_had_code: WEBSITE
|
|
description: Agenda website
|
|
- value:
|
|
has_or_had_url: https://wetenschapsagenda.nl/publicaties/
|
|
has_or_had_type:
|
|
has_or_had_code: DOCUMENT
|
|
description: Agenda document URL
|
|
is_or_was_governed_by:
|
|
range: GoverningBody
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw
|
|
description: Dutch Ministry of OCW
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/eu-commission
|
|
description: European Commission
|
|
has_or_had_implementing_organisation:
|
|
range: uriorcurie
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/encompassing-body/funding/nwo
|
|
description: NWO implements Dutch Research Agenda
|
|
- value: https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
|
|
description: REA implements Horizon Europe calls
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
description: 'The temporal period during which this funding agenda is active.
|
|
|
|
Uses CIDOC-CRM TimeSpan pattern for precise or fuzzy date representation.
|
|
|
|
|
|
**Types of validity**:
|
|
|
|
- Fixed periods: EU frameworks (2021-2027), strategic plans
|
|
|
|
- Open-ended: Ongoing agendas like NWA (start date, no end)
|
|
|
|
- Historical: Superseded agendas (both dates set)
|
|
|
|
'
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2021-01-01T00:00:00Z'
|
|
end_of_the_begin: '2021-01-01T00:00:00Z'
|
|
begin_of_the_end: '2024-12-31T23:59:59Z'
|
|
end_of_the_end: '2024-12-31T23:59:59Z'
|
|
description: Horizon Europe Strategic Plan 2021-2024
|
|
- value:
|
|
begin_of_the_begin: '2015-11-27T00:00:00Z'
|
|
end_of_the_begin: '2015-11-27T00:00:00Z'
|
|
description: Dutch Research Agenda - ongoing since 2015
|
|
has_or_had_convention:
|
|
range: ThematicRoute
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value:
|
|
- route_id: https://nde.nl/ontology/hc/route/nwa/cultural-identity
|
|
route_title: Cultural Identity
|
|
route_description: Research on Dutch cultural heritage, identity, and diversity
|
|
route_relevance_to_heritage: Directly relevant - focuses on tangible and intangible heritage
|
|
description: NWA Cultural Identity route
|
|
is_or_was_related_to:
|
|
description: |
|
|
Relationship to Heritage domain.
|
|
MIGRATED from heritage_relevance (string) per Rule 53 (2026-01-28).
|
|
Uses Heritage class to capture relevance description.
|
|
range: Heritage
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_label: Heritage
|
|
has_or_had_description: High - specific heritage route
|
|
description: High relevance
|
|
- value:
|
|
has_or_had_label: Heritage
|
|
has_or_had_description: Low - general research only
|
|
description: Low relevance
|
|
is_or_was_implemented_by:
|
|
description: 'Organizations implementing the agenda.
|
|
|
|
MIGRATED from has_or_had_implementing_organisation per Rule 53.
|
|
|
|
Uses Organization class.
|
|
|
|
'
|
|
range: Organization
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_name: NWO (Dutch Research Council)
|
|
description: Research council
|
|
- value:
|
|
has_or_had_name: Netherlands Enterprise Agency (RVO)
|
|
description: Implementation agency
|
|
related_agenda:
|
|
range: uriorcurie
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/agenda/eu/h2020-swfs
|
|
description: Horizon 2020 (predecessor to Horizon Europe)
|
|
comments:
|
|
- FundingAgenda represents strategic priorities that guide funding allocation
|
|
- Sits ABOVE CallForApplication in the funding hierarchy
|
|
- Links to FundingOrganisation via implementing_organisations
|
|
- Contains ThematicRoute instances for structured priority areas
|
|
- Maps to schema:FundingScheme - policy/guidelines for funding
|
|
see_also:
|
|
- https://schema.org/FundingScheme
|
|
- https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa
|
|
- https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en
|
|
- https://www.artscouncil.org.uk/lets-create/strategy-2020-2030
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/agenda/nl/nwa
|
|
agenda_title: Nationale Wetenschapsagenda
|
|
agenda_short_name: NWA
|
|
agenda_description: 'The Dutch Research Agenda (Nationale Wetenschapsagenda, NWA) is a collaborative
|
|
|
|
effort by the Dutch science sector to formulate research questions that are
|
|
|
|
societally relevant and scientifically challenging. Launched in 2015, it
|
|
|
|
identified 140 overarching questions grouped into 25 thematic routes that
|
|
|
|
guide research funding priorities in the Netherlands. The agenda promotes
|
|
|
|
interdisciplinary collaboration between universities, research institutes,
|
|
|
|
industry, and civil society.
|
|
|
|
'
|
|
agenda_url: https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa
|
|
agenda_document_url: https://wetenschapsagenda.nl/publicaties/
|
|
is_or_was_governed_by:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw
|
|
is_or_was_implemented_by:
|
|
- has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/funding/nwo
|
|
- has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/funding/knaw
|
|
temporal_extent:
|
|
begin_of_the_begin: '2015-11-27T00:00:00Z'
|
|
end_of_the_begin: '2015-11-27T00:00:00Z'
|
|
has_or_had_convention:
|
|
- route_id: https://nde.nl/ontology/hc/route/nwa/cultural-identity
|
|
route_title: Origin and Identity of the Netherlands and Its Inhabitants
|
|
route_description: 'Research on Dutch cultural heritage, national identity, migration history,
|
|
|
|
and cultural diversity. Examines how the Netherlands developed its unique
|
|
|
|
cultural characteristics and how identity is shaped in a multicultural society.
|
|
|
|
'
|
|
route_keyword:
|
|
- cultural heritage
|
|
- national identity
|
|
- migration
|
|
- diversity
|
|
- history
|
|
route_relevance_to_heritage: Directly relevant - focuses on tangible and intangible Dutch heritage, historical collections, and cultural memory institutions.
|
|
- route_id: https://nde.nl/ontology/hc/route/nwa/creative-industry
|
|
route_title: Art, Culture and the Creative Industry
|
|
route_description: 'Research on the creative industries, cultural production, artistic practice,
|
|
|
|
and the economic and social value of culture. Includes heritage tourism,
|
|
|
|
museum studies, and cultural participation.
|
|
|
|
'
|
|
route_keyword:
|
|
- creative industries
|
|
- arts
|
|
- culture
|
|
- museums
|
|
- heritage tourism
|
|
route_relevance_to_heritage: Highly relevant - covers museum practices, heritage valorisation, cultural tourism, and creative reuse of heritage.
|
|
has_or_had_objective:
|
|
- Strengthen Dutch research through interdisciplinary collaboration
|
|
- Address societal challenges through science
|
|
- Connect research to societal stakeholders
|
|
- Promote knowledge circulation between academia and society
|
|
is_or_was_related_to:
|
|
- has_or_had_label: Heritage
|
|
has_or_had_description: The NWA has direct heritage relevance through routes on Cultural Identity and Creative Industry. Museums, archives, and heritage organisations can participate in NWA-funded research consortia addressing questions about Dutch cultural heritage, identity, and the role of heritage institutions in society. NWO regularly issues NWA-calls that include heritage themes.
|
|
has_or_had_scope:
|
|
- has_or_had_label: NL
|
|
language: nl
|
|
keywords:
|
|
- Dutch Research Agenda
|
|
- NWA
|
|
- research priorities
|
|
- Netherlands
|
|
- interdisciplinary research
|
|
- societal challenges
|
|
description: Dutch Research Agenda (NWA) as strategic research framework
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024
|
|
agenda_title: Horizon Europe Strategic Plan 2021-2024
|
|
agenda_short_name: HE SP 2021-2024
|
|
agenda_description: 'The Horizon Europe Strategic Plan 2021-2024 sets out the key strategic
|
|
|
|
orientations for research and innovation funding under the EU''s 8th
|
|
|
|
Framework Programme. It defines priorities for Pillar II (Global Challenges
|
|
|
|
and European Industrial Competitiveness), including the 6 thematic Clusters
|
|
|
|
and 5 EU Missions. The plan ensures that Horizon Europe investments address
|
|
|
|
EU strategic priorities and contribute to the European Green Deal, digital
|
|
|
|
transformation, and post-COVID recovery.
|
|
|
|
'
|
|
agenda_url: https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe/strategic-plan_en
|
|
is_or_was_governed_by:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/eu-commission
|
|
has_or_had_implementing_organisation:
|
|
- https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
|
|
- https://nde.nl/ontology/hc/encompassing-body/funding/erc
|
|
- https://nde.nl/ontology/hc/encompassing-body/funding/eacea
|
|
temporal_extent:
|
|
begin_of_the_begin: '2021-01-01T00:00:00Z'
|
|
end_of_the_begin: '2021-01-01T00:00:00Z'
|
|
begin_of_the_end: '2024-12-31T23:59:59Z'
|
|
end_of_the_end: '2024-12-31T23:59:59Z'
|
|
has_or_had_convention:
|
|
- route_id: https://nde.nl/ontology/hc/route/he/cluster-2
|
|
route_title: 'Cluster 2: Culture, Creativity and Inclusive Society'
|
|
route_description: 'Research and innovation addressing democracy, cultural heritage, social
|
|
|
|
and economic transformations, and the creative industries. Aims to
|
|
|
|
safeguard European cultural heritage, promote cultural diversity, and
|
|
|
|
strengthen democratic governance.
|
|
|
|
'
|
|
route_keyword:
|
|
- cultural heritage
|
|
- democracy
|
|
- social transformation
|
|
- creative industries
|
|
- inclusion
|
|
route_relevance_to_heritage: Primary heritage cluster - directly funds research on heritage preservation, digitisation, access, climate impact on heritage, and heritage skills.
|
|
- route_id: https://nde.nl/ontology/hc/route/he/mission-climate
|
|
route_title: 'EU Mission: Adaptation to Climate Change'
|
|
route_description: 'Support at least 150 European regions and communities to become climate
|
|
|
|
resilient by 2030. Includes protecting cultural heritage from climate
|
|
|
|
change impacts.
|
|
|
|
'
|
|
route_keyword:
|
|
- climate adaptation
|
|
- resilience
|
|
- regions
|
|
- communities
|
|
route_relevance_to_heritage: Relevant for heritage at risk from climate change - flooding, heat, extreme weather affecting historic buildings and collections.
|
|
has_or_had_objective:
|
|
- Promote an open strategic autonomy by leading the development of key technologies
|
|
- Restore Europe's ecosystems and biodiversity
|
|
- Make Europe the first digitally-enabled circular, climate-neutral and sustainable economy
|
|
- Create a more resilient, inclusive and democratic European society
|
|
is_or_was_related_to:
|
|
- has_or_had_label: Heritage
|
|
has_or_had_description: Horizon Europe is highly relevant to cultural heritage through Cluster 2 "Culture, Creativity and Inclusive Society" which includes dedicated heritage calls. The Climate Mission also addresses heritage at risk. Heritage institutions can participate in collaborative research projects (minimum 3 countries) on preservation, digitisation, access, and societal value of heritage.
|
|
has_or_had_investment: 95.5B EUR (total Horizon Europe 2021-2027)
|
|
has_or_had_scope:
|
|
- has_or_had_label: EU
|
|
- has_or_had_label: EEA
|
|
- has_or_had_label: Associated Countries
|
|
language: en
|
|
related_agenda:
|
|
- https://nde.nl/ontology/hc/agenda/eu/h2020-sc6
|
|
keywords:
|
|
- Horizon Europe
|
|
- EU research
|
|
- framework programme
|
|
- cultural heritage
|
|
- Cluster 2
|
|
- EU Missions
|
|
description: Horizon Europe Strategic Plan 2021-2024
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|
|
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
|
|
- specificity_annotation
|
|
- 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
|
|
description: NWA Cultural Identity route
|
|
- value: https://nde.nl/ontology/hc/route/he/cluster-2
|
|
description: Horizon Europe Cluster 2
|
|
route_title:
|
|
required: true
|
|
range: string
|
|
examples:
|
|
- value: Origin and Identity of the Netherlands and Its Inhabitants
|
|
description: NWA route title
|
|
- value: Culture, Creativity and Inclusive Society
|
|
description: Horizon Europe Cluster 2
|
|
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.
|
|
description: NWA Cultural Identity thematic route
|