- 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`.
260 lines
14 KiB
YAML
260 lines
14 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
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_investment
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_objective
|
|
- ../slots/has_or_had_scope
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_title
|
|
- ../slots/has_or_had_url
|
|
- ../slots/is_or_was_governed_by
|
|
- ../slots/is_or_was_implemented_by
|
|
- ../slots/is_or_was_related_to
|
|
- ../slots/keyword
|
|
- ../slots/language
|
|
- ../slots/related_agenda
|
|
- ../slots/route_description
|
|
- ../slots/route_id
|
|
- ../slots/route_keyword
|
|
- ../slots/route_relevance_to_heritage
|
|
- ../slots/route_title
|
|
- ../slots/temporal_extent
|
|
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_investment
|
|
- temporal_extent
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
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
|
|
- value: https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024
|
|
- value: https://nde.nl/ontology/hc/agenda/uk/ace-lets-create
|
|
has_or_had_title:
|
|
required: true
|
|
range: string
|
|
examples:
|
|
- value: Nationale Wetenschapsagenda
|
|
- value: Horizon Europe Strategic Plan 2021-2024
|
|
has_or_had_label:
|
|
range: string
|
|
inlined: true
|
|
multivalued: true
|
|
examples:
|
|
- value:
|
|
has_or_had_label: NWA
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
- value:
|
|
has_or_had_label: HE SP
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
- value:
|
|
has_or_had_label: Let's Create
|
|
has_or_had_type:
|
|
has_or_had_code: SHORT_NAME
|
|
has_or_had_description:
|
|
range: string
|
|
inlined: true
|
|
has_or_had_url:
|
|
range: uri
|
|
inlined: true
|
|
multivalued: true
|
|
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
|
|
- value:
|
|
has_or_had_url: https://wetenschapsagenda.nl/publicaties/
|
|
has_or_had_type:
|
|
has_or_had_code: DOCUMENT
|
|
is_or_was_governed_by:
|
|
range: GoverningBody
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/encompassing-body/umbrella/eu-commission
|
|
- value: https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
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'
|
|
- value:
|
|
begin_of_the_begin: '2015-11-27T00:00:00Z'
|
|
end_of_the_begin: '2015-11-27T00:00:00Z'
|
|
is_or_was_related_to:
|
|
range: Heritage
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_label: Heritage
|
|
has_or_had_description: High - specific heritage route
|
|
- value:
|
|
has_or_had_label: Heritage
|
|
has_or_had_description: Low - general research only
|
|
is_or_was_implemented_by:
|
|
range: Organization
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_name: NWO (Dutch Research Council)
|
|
- value:
|
|
has_or_had_name: Netherlands Enterprise Agency (RVO)
|
|
related_agenda:
|
|
range: uriorcurie
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/agenda/eu/h2020-swfs
|
|
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
|
|
has_or_had_title: Nationale Wetenschapsagenda
|
|
has_or_had_label: NWA
|
|
has_or_had_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.
|
|
'
|
|
has_or_had_url: https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa
|
|
has_or_had_documentation: 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_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
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024
|
|
has_or_had_title: Horizon Europe Strategic Plan 2021-2024
|
|
has_or_had_label: HE SP 2021-2024
|
|
has_or_had_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.
|
|
'
|
|
has_or_had_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
|
|
is_or_was_implemented_by:
|
|
- 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_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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|