glam/schemas/20251121/linkml/modules/classes/CallForApplication.yaml
kempersc 90842851c2 Add slot definitions for 'updated_at' and 'written_in' with multilingual support and ontology alignment
- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases.
- Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
2026-02-07 11:22:05 +01:00

134 lines
4.8 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
- ../enums/MeasureUnitEnum
- ../slots/20260202_matang/end_of_the_end
- ../slots/20260202_matang/has_budget # was: total_budget
- ../slots/20260202_matang/has_description # was: call_description
- ../slots/20260202_matang/has_funded # was: funded_project
- ../slots/identified_by # was: call_id, call_identifier
- ../slots/20260202_matang/has_label # was: call_short_name, call_title
- ../slots/20260202_matang/has_provenance # was: web_observation
- ../slots/20260202_matang/has_range
- ../slots/20260202_matang/has_requirement
- ../slots/20260202_matang/has_score # was: template_specificity
- ../slots/20260202_matang/has_status # was: call_status
- ../slots/20260202_matang/has_url # was: call_url
- ../slots/20260202_matang/new/info_session_date
- ../slots/20260202_matang/categorized_as # was: thematic_area
- ../slots/20260202_matang/due_on
- ../slots/20260202_matang/opened_on
- ../slots/20260202_matang/new/issuing_organisation
- ../slots/20260202_matang/new/keyword
- ../slots/20260202_matang/new/minimum_partner
- ../slots/offers_or_offered # was: funding_rate
- ../slots/20260202_matang/new/parent_programme
- ../slots/20260202_matang/new/partnership_required
- ../slots/20260202_matang/new/related_call
- ../slots/requires_or_required # was: co_funding_required
- ../slots/20260202_matang/new/results_expected_date
- ../slots/20260202_matang/new/start_of_the_start
- ./WebObservation
- ./FundingRequirement
- ./FundingRate
- ./Budget
- ./CoFunding
- ./TimeSpan
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."
exact_mappings:
- schema:Offer
close_mappings:
- prov:Activity
related_mappings:
- org:Organization
- dcterms:BibliographicResource
slots:
- due_on
- opened_on
slot_usage:
due_on:
range: TimeSpan
offers_or_offered: # was: funding_rate - migrated per Rule 53 (2026-01-26)
range: FundingRate
multivalued: true
inlined: true
required: false
examples:
- value:
has_rate: "100%"
maximal_of_maximal: 100
opened_on:
range: TimeSpan
examples:
- value:
start_of_the_start: "2023-01-01T00:00:00Z"
has_budget: # was: total_budget - migrated per Rule 53 (2026-01-15)
range: Budget
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value:
has_label: Horizon Europe CL2 2025 Budget
has_budget: 82500000.0
has_currency:
currency_code: EUR
has_label: Euro
currency_symbol:
fiscal_year_start: '2025-01-01'
fiscal_year_end: '2025-12-31'
issuing_organisation:
required: true
# range: string # uriorcurie
examples:
- value: https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea
has_provenance: # was: web_observation - migrated per Rule 53
range: WebObservation
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2
has_requirement:
range: FundingRequirement
multivalued: true
inlined: true
inlined_as_list: true
examples:
- value: See FundingRequirement class examples
has_funded: # was: funded_project - migrated per Rule 53 (2026-01-26)
# range: string # uriorcurie
multivalued: true
inlined_as_list: false # Fixed invalid inline for primitive type
examples:
- value: https://nde.nl/ontology/hc/project/nde/heritage-digitization-2025
requires_or_required: # was: co_funding_required - migrated per Rule 53 (2026-01-19)
range: CoFunding
multivalued: false
inlined: true
examples:
- value:
required: true
has_description: "Partnership funding 5-50% depending on grant size"
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"