- 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.
217 lines
14 KiB
YAML
217 lines
14 KiB
YAML
id: https://nde.nl/ontology/hc/class/FundingRequirement
|
|
name: FundingRequirement
|
|
title: FundingRequirement Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
pav: http://purl.org/pav/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/FundingRequirementTypeEnum
|
|
- ../slots/apply_to
|
|
- ../slots/has_note
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/mandatory
|
|
- ../slots/observed_in
|
|
- ../slots/identified_by
|
|
- ../slots/has_text
|
|
- ../slots/has_measurement_unit
|
|
- ../slots/has_value
|
|
- ../slots/in_section
|
|
- ../slots/supersede
|
|
- ../slots/temporal_extent
|
|
default_prefix: hc
|
|
classes:
|
|
FundingRequirement:
|
|
class_uri: dcterms:Standard
|
|
description: "A requirement or criterion that applicants must meet to be eligible for\na funding call. Each requirement is tracked with provenance linking to\nthe source document where it was stated.\n\n**PURPOSE**:\n\nFundingRequirement provides structured, machine-readable representation\nof funding call eligibility criteria. Instead of storing requirements as\nfree-text lists in CallForApplication, each requirement becomes a\ntrackable entity with:\n\n- **Classification**: Categorized by FundingRequirementTypeEnum\n- **Provenance**: Linked to WebObservation documenting source\n- **Values**: Machine-readable value + human-readable text\n- **Temporality**: Valid date range for time-scoped requirements\n\n**PROVENANCE CHAIN**:\n\n```\nCallForApplication\n \u2502\n \u251C\u2500\u2500 requirements \u2500\u2500\u2192 FundingRequirement[]\n \u2502 \u2502\n \u2502 \u251C\u2500\u2500 requirement_type: PARTNERSHIP_MINIMUM_PARTNERS\n\
|
|
\ \u2502 \u251C\u2500\u2500 requirement_text: \"At least 3 partners from 3 EU countries\"\n \u2502 \u251C\u2500\u2500 requirement_value: \"3\"\n \u2502 \u251C\u2500\u2500 requirement_unit: \"partners\"\n \u2502 \u2502\n \u2502 \u2514\u2500\u2500 observed_in \u2500\u2500\u2192 WebObservation\n \u2502 \u2502\n \u2502 \u251C\u2500\u2500 source_url: https://ec.europa.eu/...\n \u2502 \u251C\u2500\u2500 retrieved_on: 2025-11-29T10:30:00Z\n \u2502 \u2514\u2500\u2500 extraction_confidence: 0.95\n \u2502\n \u2514\u2500\u2500 web_observations \u2500\u2500\u2192 WebObservation[] (general call provenance)\n```\n\n**ONTOLOGY\
|
|
\ ALIGNMENT**:\n\n- **Dublin Core**: `dcterms:Standard` - \"A reference point against which\n other things can be evaluated\" (requirements are standards for eligibility)\n- **Dublin Core**: `dcterms:requires` - Relates call to requirement\n- **Dublin Core**: `dcterms:conformsTo` - Applicants must conform to requirements\n- **Schema.org**: `schema:eligibleRegion` - For geographic requirements\n- **Schema.org**: `schema:eligibleQuantity` - For numeric constraints\n- **PROV-O**: `prov:wasDerivedFrom` - Links requirement to observation\n\n**REQUIREMENT CATEGORIES**:\n\nRequirements are classified into six main categories via FundingRequirementTypeEnum:\n\n1. **Eligibility** (ELIGIBILITY_*): Who can apply\n - Geographic: EU Member States, Associated Countries\n - Organizational: Non-profit, public body, SME\n - Heritage type: Museums, archives, libraries\n - Experience: Track record, previous projects\n\n2. **Financial** (FINANCIAL_*): Budget and funding\n - Co-funding: Match\
|
|
\ funding percentages\n - Budget limits: Minimum/maximum grant size\n - Funding rate: Percentage of eligible costs\n - Eligible costs: What can be funded\n\n3. **Partnership** (PARTNERSHIP_*): Consortium requirements\n - Minimum partners: Number required\n - Country diversity: Geographic spread\n - Sector mix: Organisation types needed\n - Coordinator: Lead partner constraints\n\n4. **Thematic** (THEMATIC_*): Topic and scope\n - Focus area: Required research/action themes\n - Heritage scope: Types of heritage addressed\n - Geographic scope: Where activities occur\n\n5. **Technical** (TECHNICAL_*): Outputs and approach\n - Deliverables: Required outputs\n - Open access: Publication requirements\n - Duration: Project length constraints\n - Methodology: Required approaches\n\n6. **Administrative** (ADMINISTRATIVE_*): Process requirements\n - Registration: Portal accounts needed\n - Documentation: Supporting documents\n - Language: Submission language\n\
|
|
\ - Format: Templates and page limits\n\n**TEMPORAL TRACKING**:\n\nRequirements can change between call publications. The `supersedes` field\nlinks to previous versions, and `valid_from`/`valid_to` scope applicability:\n\n```\nFundingRequirement (current)\n \u2502\n \u251C\u2500\u2500 valid_from: 2025-01-15\n \u251C\u2500\u2500 requirement_value: \"3\" (minimum partners)\n \u2502\n \u2514\u2500\u2500 supersedes \u2500\u2500\u2192 FundingRequirement (previous)\n \u2502\n \u251C\u2500\u2500 valid_from: 2024-01-15\n \u251C\u2500\u2500 valid_to: 2025-01-14\n \u2514\u2500\u2500 requirement_value: \"4\" (was 4 partners)\n```\n\n**EXTRACTION PATTERN**:\n\nWhen extracting requirements from web sources:\n\n1. Create WebObservation for the source page\n2. For each requirement found:\n - Create FundingRequirement with observed_in \u2192 WebObservation\n\
|
|
\ - Classify using FundingRequirementTypeEnum\n - Extract machine-readable value and unit\n - Record source_section for traceability\n - Assign extraction_confidence based on clarity\n\n**EXAMPLES**:\n\n1. **Partnership Requirement**\n - requirement_type: PARTNERSHIP_MINIMUM_PARTNERS\n - requirement_text: \"Minimum 3 independent legal entities from 3 different EU Member States\"\n - requirement_value: \"3\"\n - requirement_unit: \"partners\"\n - is_mandatory: true\n \n2. **Financial Requirement**\n - requirement_type: FINANCIAL_COFUNDING\n - requirement_text: \"Co-funding of minimum 25% from non-EU sources required\"\n - requirement_value: \"25\"\n - requirement_unit: \"percent\"\n - is_mandatory: true\n \n3. **Open Access Requirement**\n - requirement_type: TECHNICAL_OPEN_ACCESS\n - requirement_text: \"All peer-reviewed publications must be open access (Plan S compliant)\"\n - requirement_value: \"immediate\"\n - is_mandatory: true\n"
|
|
exact_mappings:
|
|
- dcterms:Standard
|
|
close_mappings:
|
|
- schema:QuantitativeValue
|
|
- skos:Concept
|
|
related_mappings:
|
|
- dcterms:requires
|
|
- dcterms:conformsTo
|
|
- schema:eligibleRegion
|
|
- schema:eligibleQuantity
|
|
- prov:wasDerivedFrom
|
|
slots:
|
|
- apply_to
|
|
- has_note
|
|
- mandatory
|
|
- observed_in
|
|
- identified_by
|
|
- has_text
|
|
- has_type
|
|
- has_type
|
|
- has_measurement_unit
|
|
- has_value
|
|
- in_section
|
|
- supersede
|
|
- has_score
|
|
- temporal_extent
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
required: true
|
|
# range: string # uriorcurie
|
|
pattern: ^https://nde\.nl/ontology/hc/requirement/[a-z0-9-]+/[a-z0-9-]+$
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/requirement/ec-cl2-2025-heritage-01/min-partners-3
|
|
- value: https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/cofunding-25pct
|
|
has_type:
|
|
required: false
|
|
range: FundingRequirementTypeEnum
|
|
deprecated: 'DEPRECATED 2026-01-13: Use has_type with RequirementType class instead'
|
|
examples:
|
|
- value: PARTNERSHIP_MINIMUM_PARTNERS
|
|
- value: FINANCIAL_COFUNDING
|
|
- value: ELIGIBILITY_GEOGRAPHIC
|
|
has_type:
|
|
required: true
|
|
range: RequirementType
|
|
examples:
|
|
- value:
|
|
has_code: PARTNERSHIP_MINIMUM_PARTNERS
|
|
has_label:
|
|
- Minimum partners requirement@en
|
|
- value:
|
|
has_code: FINANCIAL_COFUNDING
|
|
has_label:
|
|
- Co-funding requirement@en
|
|
has_text:
|
|
required: true
|
|
# range: string
|
|
examples:
|
|
- value: Minimum 3 independent legal entities from 3 different EU Member States or Horizon Europe Associated Countries
|
|
- value: Applications must demonstrate at least 25% co-funding from non-EU sources
|
|
has_value:
|
|
# range: string
|
|
examples:
|
|
- value: '3'
|
|
- value: '25'
|
|
- value: eu-member-states
|
|
- value: immediate
|
|
has_measurement_unit:
|
|
# range: string
|
|
examples:
|
|
- value: partners
|
|
- value: percent
|
|
- value: EUR
|
|
- value: months
|
|
- value: countries
|
|
mandatory:
|
|
range: boolean
|
|
ifabsent: 'true'
|
|
examples:
|
|
- value: true
|
|
description: 'Mandatory: must meet to be eligible'
|
|
- value: false
|
|
description: 'Optional: preferred but not required'
|
|
observed_in:
|
|
required: true
|
|
# range: string # uriorcurie
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage
|
|
in_section:
|
|
# range: string
|
|
examples:
|
|
- value: Section 2.1 - Eligibility Criteria
|
|
- value: 'FAQ #7 - Consortium composition'
|
|
- value: Work Programme page 45
|
|
supersede:
|
|
# range: string # uriorcurie
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/requirement/ec-cl2-2024-heritage-01/min-partners-4
|
|
comments:
|
|
- Each requirement links to WebObservation for full provenance chain
|
|
- requirement_value + requirement_unit enable structured queries
|
|
- is_mandatory defaults to true; explicitly set false for optional requirements
|
|
- supersedes_or_superseded creates version chain for requirement changes
|
|
- extraction_confidence can differ from observation confidence
|
|
see_also:
|
|
- https://dublincore.org/specifications/dublin-core/dcmi-terms/#Standard
|
|
- https://schema.org/QuantitativeValue
|
|
- https://www.w3.org/TR/prov-o/#Entity
|
|
- http://purl.org/pav/
|
|
examples:
|
|
- value:
|
|
requirement_id: https://nde.nl/ontology/hc/requirement/ec-cl2-2025-heritage-01/min-partners-3-countries
|
|
requirement_type: PARTNERSHIP_MINIMUM_PARTNERS
|
|
requirement_text: Proposals must be submitted by a consortium of at least 3 independent legal entities established in 3 different EU Member States or Horizon Europe Associated Countries.
|
|
requirement_value: '3'
|
|
requirement_unit: partners
|
|
is_mandatory: true
|
|
apply_to: https://nde.nl/ontology/hc/call/ec/cl2-2025-heritage-01
|
|
observed_in: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage
|
|
source_section: Section 2 - Eligibility Conditions
|
|
has_score:
|
|
has_score: 0.98
|
|
has_note: Clear statement in eligibility section. Standard Horizon Europe RIA requirement.
|
|
- value:
|
|
requirement_id: https://nde.nl/ontology/hc/requirement/ec-cl2-2025-heritage-01/cofunding-for-profit
|
|
requirement_type: FINANCIAL_COFUNDING
|
|
requirement_text: For-profit entities receive 70% funding rate. The remaining 30% must be covered by co-funding or own resources.
|
|
requirement_value: '30'
|
|
requirement_unit: percent
|
|
is_mandatory: true
|
|
apply_to: https://nde.nl/ontology/hc/call/ec/cl2-2025-heritage-01
|
|
observed_in: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage
|
|
source_section: Section 3 - Financial Conditions
|
|
has_score:
|
|
has_score: 0.95
|
|
has_note: Applies only to for-profit partners. Non-profits receive 100% funding.
|
|
- value:
|
|
requirement_id: https://nde.nl/ontology/hc/requirement/ec-cl2-2025-heritage-01/open-access
|
|
requirement_type: TECHNICAL_OPEN_ACCESS
|
|
requirement_text: Beneficiaries must ensure open access to peer-reviewed scientific publications under the conditions required by the Grant Agreement. Immediate open access is mandatory (no embargo period).
|
|
requirement_value: immediate
|
|
requirement_unit: null
|
|
is_mandatory: true
|
|
apply_to: https://nde.nl/ontology/hc/call/ec/cl2-2025-heritage-01
|
|
observed_in: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage
|
|
source_section: Section 4.2 - Open Science
|
|
has_score:
|
|
has_score: 0.99
|
|
has_note: Standard Horizon Europe open access requirement. Plan S compliant.
|
|
- value:
|
|
requirement_id: https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/uk-based
|
|
requirement_type: ELIGIBILITY_GEOGRAPHIC
|
|
requirement_text: Your organisation must be based in the UK (England, Northern Ireland, Scotland or Wales). Projects must take place in the UK.
|
|
requirement_value: UK
|
|
requirement_unit: country
|
|
is_mandatory: true
|
|
apply_to: https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025-q4
|
|
observed_in: https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants
|
|
source_section: Eligibility
|
|
has_score:
|
|
has_score: 0.99
|
|
has_note: Clear UK-only restriction. Devolved nations explicitly included.
|
|
- value:
|
|
requirement_id: https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/non-profit
|
|
requirement_type: ELIGIBILITY_ORGANIZATIONAL
|
|
requirement_text: We can fund not-for-profit organisations, including charities, community groups, local authorities, and social enterprises. Private individuals and for-profit companies are not eligible.
|
|
requirement_value: non-profit
|
|
requirement_unit: organization-type
|
|
is_mandatory: true
|
|
apply_to: https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025-q4
|
|
observed_in: https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants
|
|
source_section: Who can apply
|
|
has_score:
|
|
has_score: 0.95
|
|
has_note: Explicitly excludes for-profit. Social enterprises may need verification.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|