glam/schemas/20251121/linkml/modules/classes/CallForApplication.yaml
kempersc c1946e93f9 Refactor VideoPost and WebObservation schemas; remove deprecated slots and migrate to new structures
- Updated VideoPost.yaml to include new slots and remove deprecated ones, enhancing video-specific properties.
- Removed extraction_confidence from WebObservation.yaml, streamlining the schema.
- Deleted obsolete slot files: characteristics.yaml, class_definition.yaml, confidence.yaml, confidence_method.yaml, confidence_score.yaml, confidence_value.yaml, count.yaml, and hosts_branch.yaml.
- Introduced ghost_slots.txt to track unused slots.
- Archived previous versions of characteristics, class_definition, confidence, confidence_method, confidence_score, confidence_value, count, and hosts_branch slots for historical reference.
- Added new slots: has_or_had_citation, has_or_had_city_code, and is_or_was_location_of with appropriate descriptions and mappings.
2026-01-28 15:04:11 +01:00

427 lines
21 KiB
YAML

id: https://nde.nl/ontology/hc/class/CallForApplication
name: CallForApplication
title: CallForApplication 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
- ../enums/CallForApplicationStatusEnum
- ../enums/FundingRequirementTypeEnum
- ./FundingRequirement
- ../slots/contact_email
- ../slots/keyword
- ../slots/is_or_was_due_on
- ../slots/end_of_the_end
- ../slots/is_or_was_opened_on
- ../slots/start_of_the_start
# REMOVED 2026-01-17: call_description - migrated to has_or_had_description per Rule 53
# REMOVED 2026-01-17: call_id, call_identifier - migrated to has_or_had_identifier per Rule 53
# REMOVED 2026-01-17: call_short_name, call_title - migrated to has_or_had_label per Rule 53
# REMOVED 2026-01-17: call_status - migrated to has_or_had_status per Rule 53
# REMOVED 2026-01-17: call_url - migrated to has_or_had_url per Rule 53
- ../slots/has_or_had_description # was: call_description - migrated per Rule 53 (2026-01-17)
- ../slots/has_or_had_identifier # was: call_id, call_identifier - migrated per Rule 53 (2026-01-17)
- ../slots/has_or_had_label # was: call_short_name, call_title - migrated per Rule 53 (2026-01-17)
- ../slots/has_or_had_status # was: call_status - migrated per Rule 53 (2026-01-17)
- ../slots/has_or_had_url # was: call_url - migrated per Rule 53 (2026-01-17)
- ./URL # for has_or_had_url range
- ./Identifier # for has_or_had_identifier range
# NOTE: has_or_had_status uses CallForApplicationStatusEnum (imported above), not a CallStatus class
# REMOVED 2026-01-19: co_funding_required - migrated to requires_or_required + CoFunding (Rule 53)
- ../slots/requires_or_required # was: co_funding_required - migrated per Rule 53 (2026-01-19)
- ./CoFunding # for requires_or_required range (co-funding requirements)
- ../slots/eligible_applicant
- ../slots/eligible_country
- ../slots/has_or_had_funded # was: funded_project - migrated per Rule 53 (2026-01-26)
- ../slots/offers_or_offered # was: funding_rate - migrated per Rule 53 (2026-01-26)
- ./FundingRate # for offers_or_offered range
- ../slots/heritage_type
- ../slots/info_session_date
- ../slots/issuing_organisation
- ../slots/minimum_partner
- ../slots/parent_programme
- ../slots/partnership_required
- ../slots/programme_year
- ../slots/related_call
- ../slots/has_or_had_requirement
- ../slots/results_expected_date
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../slots/is_or_was_categorized_as # was: thematic_area - migrated per Rule 53
- ../slots/has_or_had_budget # was: total_budget - migrated per Rule 53 (2026-01-15)
- ./Budget # for has_or_had_budget range
- ../slots/has_or_had_range
- ./GrantRange
- ./Quantity
- ./MeasureUnit
- ../enums/MeasureUnitEnum
- ../slots/has_or_had_provenance # was: web_observation - migrated per Rule 53
- ./WebObservation # for has_or_had_provenance range
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
default_prefix: hc
classes:
CallForApplication:
class_uri: schema:Offer
description: "A funding call or grant application opportunity issued by a heritage funding\norganisation, inviting heritage\
\ custodians to apply for project funding.\n\n**PURPOSE**:\n\nCallForApplication bridges the gap between:\n- **FundingOrganisation**\
\ (entities that provide heritage funding)\n- **Heritage Custodians** (institutions seeking funding for projects)\n\n\
Funding organisations like the European Commission, national heritage funds,\nand private foundations issue regular\
\ calls for applications. These calls have\ndefined timeframes, budgets, eligibility criteria, and thematic focus areas.\n\
\n**KEY RELATIONSHIPS**:\n\n```\nFundingOrganisation (e.g., European Commission)\n │\n ├── issues ──→ CallForApplication\
\ (e.g., \"CL2-2025-HERITAGE-01\")\n │ │\n │ ├── web_observations\
\ ──→ WebObservation[]\n │ │ (provenance tracking)\n │ \
\ │\n │ └── funded_projects ──→ Project[]\n │ \
\ │\n │ └── funding_call (inverse)\n │\n \
\ └── parent_programme: \"Horizon Europe\"\n```\n\n**LIFECYCLE TRACKING**:\n\nCalls progress through defined stages\
\ tracked via `call_status`:\n- ANNOUNCED → OPEN → CLOSING_SOON → CLOSED → UNDER_REVIEW → RESULTS_PUBLISHED\n- May be\
\ CANCELLED or REOPENED under special circumstances\n\n**PROVENANCE TRACKING**:\n\nBecause call information is often\
\ extracted from web sources, each\nCallForApplication should link to one or more WebObservation records\ndocumenting\
\ when and where the information was retrieved.\n\n**ONTOLOGY ALIGNMENT**:\n\n- **Schema.org**: `schema:Offer` - \"\
An offer to transfer some rights to an item\n or to provide a service\" (funding is a service/offer to heritage institutions)\n\
- **Schema.org**: `schema:Grant` - Related class for awarded grants\n- **Schema.org**: `schema:MonetaryGrant` - For\
\ actual grant awards\n- **PROV-O**: `prov:Activity` - Call issuance as activity\n- **Dublin Core**: `dcterms:relation`\
\ for related calls\n\n**EXAMPLES**:\n\n1. **Horizon Europe CL2 2025 Heritage Calls**\n - issuing_organisation: European\
\ Commission\n - parent_programme: Horizon Europe\n - total_budget: €82.5M\n - application_deadline: 2025-09-16\n\
\ - thematic_areas: Cultural heritage preservation, digital heritage\n \n2. **Creative Europe Cooperation Projects\
\ 2025**\n - issuing_organisation: EACEA (European Education and Culture Executive Agency)\n - parent_programme:\
\ Creative Europe\n - partnership_required: true\n - minimum_partners: 3 (from different EU countries)\n \n3.\
\ **National Lottery Heritage Fund UK**\n - issuing_organisation: National Lottery Heritage Fund\n - typical_grant_range:\
\ £10K-£10M\n - eligible_countries: [UK, Northern Ireland, Scotland, Wales]\n \n4. **European Heritage Awards 2026**\n\
\ - issuing_organisation: Europa Nostra\n - call_type: Awards/Recognition (not direct funding)\n - thematic_areas:\
\ Research, Conservation, Education, Engagement\n"
exact_mappings:
- schema:Offer
close_mappings:
- schema:Grant
- schema:MonetaryGrant
- schema:FundingScheme
- prov:Activity
related_mappings:
- org:Organization
- schema:Action
- dcterms:BibliographicResource
slots:
- is_or_was_due_on
- is_or_was_opened_on
slot_usage:
is_or_was_due_on:
range: TimeSpan
description: |
Deadline for submitting applications.
Replaces has_application_deadline per Rule 53.
Use end_of_the_end for the exact deadline timestamp.
examples:
- value:
end_of_the_end: "2023-12-31T23:59:59Z"
description: Application deadline
is_or_was_opened_on:
range: TimeSpan
description: |
Date when applications opened.
Replaces has_application_opening_date per Rule 53.
Use start_of_the_start for the opening timestamp.
examples:
- value:
start_of_the_start: "2023-01-01T00:00:00Z"
description: Opening date
- value:
start_of_the_start: "2025-01-15T00:00:00Z"
description: Horizon Europe CL2 2025 deadline
has_or_had_budget: # was: total_budget - migrated per Rule 53 (2026-01-15)
range: Budget
multivalued: true
inlined: true
inlined_as_list: true
description: |
Total funding budget for this call.
MIGRATED from total_budget slot per Rule 53 (2026-01-15).
Now uses Budget class for structured budget information including
amount, currency, fiscal year, and temporal validity.
examples:
- value:
has_or_had_label: Horizon Europe CL2 2025 Budget
has_or_had_budget: 82500000.0
has_or_had_currency:
currency_code: EUR
has_or_had_label: Euro
currency_symbol:
fiscal_year_start: '2025-01-01'
fiscal_year_end: '2025-12-31'
description: Horizon Europe heritage budget (€82.5M)
eligible_applicant:
range: string
multivalued: true
inlined_as_list: true
examples:
- value: Public bodies
- value: Non-profit organisations
- value: Research institutions
- value: SMEs
- value: Higher education institutions
- value: Cultural heritage institutions
issuing_organisation:
required: true
range: uriorcurie
examples:
- value: https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
description: European Research Executive Agency
- value: https://nde.nl/ontology/hc/encompassing-body/funding/nlhf
description: National Lottery Heritage Fund
has_or_had_provenance: # was: web_observation - migrated per Rule 53
range: WebObservation
multivalued: true
inlined_as_list: true
description: |
Web observations documenting when and where call information was retrieved.
MIGRATED from web_observation per slot_fixes.yaml (Rule 53, 2026-01-15).
examples:
- value: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2
description: Web observation of Horizon Europe call page
has_or_had_requirement:
range: FundingRequirement
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value: See FundingRequirement class examples
description: Structured requirements with provenance
has_or_had_funded: # was: funded_project - migrated per Rule 53 (2026-01-26)
description: |
Projects funded by this call.
MIGRATED from funded_project per Rule 53.
Uses frapo:funds (has_or_had_funded).
range: uriorcurie
multivalued: true
inlined_as_list: true
examples:
- value: https://nde.nl/ontology/hc/project/nde/heritage-digitization-2025
description: Project funded by this call
- value: https://nde.nl/ontology/hc/project/europeana/common-culture-2024
description: Europeana project funded through Horizon Europe
requires_or_required: # was: co_funding_required - migrated per Rule 53 (2026-01-19)
range: CoFunding
multivalued: false
inlined: true
description: |
Co-funding/match funding requirement for this call.
MIGRATED from co_funding_required (boolean) to structured CoFunding class per Rule 53 (2026-01-19).
Now captures whether co-funding is required, percentage/amount requirements, and human-readable descriptions.
examples:
- value:
is_or_was_required: true
has_or_had_description: "Partnership funding 5-50% depending on grant size"
description: NLHF co-funding requirement with percentage range
- value:
is_or_was_required: true
has_or_had_quantity:
- quantity_value: 20
has_or_had_measurement_unit:
unit_label: "%"
has_or_had_description: "Minimum 20% co-funding from applicant organization"
description: Co-funding with specific percentage requirement
comments:
- CallForApplication links FundingOrganisation to heritage custodian funding opportunities
- Lifecycle tracked via CallForApplicationStatusEnum (ANNOUNCED through RESULTS_PUBLISHED)
- CLOSING_SOON status based on date proximity (< 30 days to deadline)
- Provenance tracked via web_observations linking to WebObservation instances
- Maps to schema:Offer - funding as an offer to heritage institutions
- Bidirectional link to Project via funded_projects ↔ funding_call
see_also:
- https://schema.org/Offer
- https://schema.org/Grant
- https://ec.europa.eu/info/funding-tenders/opportunities/portal
- https://www.heritagefund.org.uk/
- https://www.europanostra.org/our-work/awards/
examples:
- value:
has_or_had_identifier: # was: call_id, call_identifier - migrated per Rule 53 (2026-01-17)
- identifier_value: https://nde.nl/ontology/hc/call/ec/cl2-2025-heritage-01
identifier_scheme: URI
- identifier_value: HORIZON-CL2-2025-HERITAGE-01
identifier_scheme: EU_FUNDING_TENDERS
has_or_had_label: # was: call_title, call_short_name - migrated per Rule 53 (2026-01-17)
- Cultural heritage, cultural and creative industries
- HORIZON-CL2-2025-HERITAGE-01
has_or_had_description: | # was: call_description - migrated per Rule 53 (2026-01-17)
This call supports research and innovation addressing cultural heritage
preservation, digitisation, and access. Projects should develop new
methods, technologies, and approaches for safeguarding tangible and
intangible cultural heritage while promoting sustainable use and
citizen engagement.
has_or_had_status: OPEN # was: call_status - migrated per Rule 53 (2026-01-17)
has_or_had_url: # was: call_url - migrated per Rule 53 (2026-01-17)
- url_value: https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01
url_type: application_portal
application_opening_date: '2025-01-15'
application_deadline: '2025-09-16'
results_expected_date: '2026-03-01'
has_or_had_budget: # was: total_budget - migrated per Rule 53 (2026-01-15)
- has_or_had_label: Horizon Europe CL2 2025 Heritage Budget
has_or_had_budget: 82500000.0
has_or_had_currency:
currency_code: EUR
has_or_had_label: Euro
currency_symbol:
fiscal_year_start: '2025-01-01'
fiscal_year_end: '2025-12-31'
has_or_had_range:
- minimal_of_minimal:
quantity_value: 2000000
has_or_had_measurement_unit:
unit_label: EUR
maximal_of_maximal:
quantity_value: 4000000
has_or_had_measurement_unit:
unit_label: EUR
range_description: Typical project funding range
range_currency: EUR
has_or_had_requirement:
- can_or_could_be_fulfilled_by:
- has_or_had_type:
has_or_had_label: "Public bodies"
- has_or_had_type:
has_or_had_label: "Research organisations"
- has_or_had_type:
has_or_had_label: "Higher education institutions"
- has_or_had_type:
has_or_had_label: "SMEs"
- has_or_had_type:
has_or_had_label: "Non-profit organisations"
- has_or_had_type:
has_or_had_label: "International organisations"
- imposes_or_imposed:
- has_or_had_label: "EU Member States"
- has_or_had_label: "Horizon Europe Associated Countries"
is_or_was_categorized_as: # was: thematic_area - migrated per Rule 53
- Cultural heritage preservation
- Digital heritage
- Climate change impact on heritage
- Heritage skills and crafts
- Community engagement with heritage
heritage_type:
- Tangible heritage
- Intangible heritage
- Digital heritage
- Documentary heritage
offers_or_offered: # was: funding_rate - migrated per Rule 53 (2026-01-26)
description: |
Funding rates offered by this call.
MIGRATED from funding_rate per Rule 53.
Uses frapo:hasFundingRate or similar.
Here we use generic offers_or_offered with FundingRate class.
range: FundingRate
multivalued: true
inlined: true
required: false
examples:
- value:
has_or_had_rate: "100%"
maximal_of_maximal: 100
description: 100% funding rate for non-profits
- value:
has_or_had_rate: "70%"
maximal_of_maximal: 70
description: 70% funding rate for SMEs
partnership_required: true
minimum_partners: 3
issuing_organisation: https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
parent_programme: Horizon Europe Cluster 2
programme_year: 2025
contact_email: REA-C2@ec.europa.eu
info_session_date:
- 2025-02-15 - Virtual info day
- 2025-04-10 - Brokerage event Brussels
keywords:
- cultural heritage
- research
- innovation
- digitisation
- preservation
- EU funding
- Horizon Europe
has_or_had_funded: # was: funded_project - migrated per Rule 53 (2026-01-26)
- https://nde.nl/ontology/hc/project/europeana/common-culture-2024
- https://nde.nl/ontology/hc/project/nde/heritage-digitization-2025
description: Horizon Europe CL2 2025 Cultural Heritage call
- value:
has_or_had_identifier: # was: call_id - migrated per Rule 53 (2026-01-17)
- identifier_value: https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025-q4
identifier_scheme: URI
- identifier_value: MG-2025-Q4
identifier_scheme: INTERNAL_CODE
has_or_had_label: # was: call_title, call_short_name - migrated per Rule 53 (2026-01-17)
- Medium grants - Heritage Fund
- MG-2025-Q4
has_or_had_description: | # was: call_description - migrated per Rule 53 (2026-01-17)
Medium grants support heritage projects seeking between £250,000 and
£5 million. Projects must achieve outcomes for heritage, people, and
communities. Suitable for conservation, interpretation, community
engagement, and skills development projects.
has_or_had_status: OPEN # was: call_status - migrated per Rule 53 (2026-01-17)
has_or_had_url: # was: call_url - migrated per Rule 53 (2026-01-17)
- url_value: https://www.heritagefund.org.uk/funding/medium-grants
url_type: documentation
application_deadline: '2025-12-31'
has_or_had_range:
- minimal_of_minimal:
quantity_value: 250000
has_or_had_measurement_unit:
unit_label: GBP
maximal_of_maximal:
quantity_value: 5000000
has_or_had_measurement_unit:
unit_label: GBP
range_description: Medium grants funding range
range_currency: GBP
has_or_had_requirement:
- can_or_could_be_fulfilled_by:
- has_or_had_type:
has_or_had_label: "Not-for-profit organisations"
- has_or_had_type:
has_or_had_label: "Local authorities"
- has_or_had_type:
has_or_had_label: "Community groups"
- has_or_had_type:
has_or_had_label: "Heritage organisations"
- imposes_or_imposed:
- has_or_had_label: "England"
- has_or_had_label: "Northern Ireland"
- has_or_had_label: "Scotland"
- has_or_had_label: "Wales"
is_or_was_categorized_as: # was: thematic_area - migrated per Rule 53
- Heritage conservation
- Community engagement
- Skills development
- Nature conservation
heritage_type:
- Historic buildings
- Natural heritage
- Intangible heritage
- Industrial heritage
requires_or_required: # was: co_funding_required - migrated per Rule 53 (2026-01-19)
is_or_was_required: true
has_or_had_description: "Partnership funding 5-50% depending on grant size"
partnership_required: false
issuing_organisation: https://nde.nl/ontology/hc/encompassing-body/funding/nlhf
parent_programme: National Lottery Heritage Fund
programme_year: 2025
keywords:
- UK heritage
- lottery funding
- conservation
- community heritage
description: National Lottery Heritage Fund medium grants