- Added MeasureUnitEnum.yaml to define standard measurement units for area, length, and related quantities, compliant with ISO 80000-1, QUDT, and UCUM. - Included units such as square meters, hectares, acres, meters, kilometers, and their conversions. feat: Create applies_or_applied_to_call slot for funding requirements - Introduced applies_or_applied_to_call.yaml to track funding calls related to requirements, following RiC-O naming conventions. chore: Archive and migrate annual_participants slot - Archived annual_participants_archived_20260115.yaml, replaced by has_or_had_annual_participant_count for better temporal naming. chore: Archive applies_to_call slot and migrate to new naming - Archived applies_to_call_archived_20260115.yaml, replaced by applies_or_applied_to_call for compliance with RiC-O conventions. chore: Archive area_hectares slot and migrate to has_area_in_hectare - Archived area_hectares_archived_20260115.yaml, replaced by has_area_in_hectare for standardized area measurement. chore: Archive arrangement_notes slot and migrate to has_arrangement_note - Archived arrangement_notes_archived_20260115.yaml, replaced by has_arrangement_note for improved naming consistency. chore: Archive available_caption_languages slot and migrate to has_available_caption_language - Archived available_caption_languages_archived_20260115.yaml, replaced by has_available_caption_language for better naming. chore: Archive beneficiary_group slot and migrate to has_or_had_beneficiary - Archived beneficiary_group_archived_20260115.yaml, replaced by has_or_had_beneficiary for compliance with naming conventions. chore: Archive branch_head slot and migrate to has_or_had_head - Archived branch_head_archived_20260114.yaml, replaced by has_or_had_head for better semantic alignment. chore: Archive budget_currency slot - Archived budget_currency_archived_20260114.yaml for future migration. chore: Archive building_floor_area_sqm slot and migrate to has_or_had_area - Archived building_floor_area_sqm_archived_20260115.yaml, replaced by has_or_had_area for standardized area measurement. chore: Archive has_area_in_hectare slot and migrate to has_or_had_area - Archived has_area_in_hectare_archived_20260115.yaml, replaced by has_or_had_area for compliance with naming conventions. feat: Introduce has_or_had_area slot for area measurements - Added has_or_had_area.yaml as the authoritative slot for area measurements, compliant with Rule 53. feat: Introduce has_or_had_beneficiary slot for beneficiary tracking - Added has_or_had_beneficiary.yaml to identify beneficiaries of organizational programs, following RiC-O naming conventions. feat: Introduce has_or_had_currency slot for monetary values - Added has_or_had_currency.yaml to associate currencies with monetary amounts, compliant with ISO 4217. feat: Introduce has_or_had_head slot for organizational heads - Added has_or_had_head.yaml to link organizational units with their heads, following W3C ORG standards. feat: Introduce has_or_had_unit slot for measurement units - Added has_or_had_unit.yaml to associate measurements with their units, compliant with Rule 53.
195 lines
6.4 KiB
YAML
195 lines
6.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/area
|
|
name: area_class
|
|
title: Area Class
|
|
description: >-
|
|
Class representing an area measurement with value, unit, and context.
|
|
|
|
**RULE 53 COMPLIANT**: This is the authoritative class for area measurements,
|
|
replacing domain-specific float slots like area_hectares, building_floor_area_sqm,
|
|
and has_area_in_hectare.
|
|
|
|
**REPLACES**:
|
|
- area_hectares (OutdoorSite) - float in hectares
|
|
- building_floor_area_sqm (HistoricBuilding) - float in square meters
|
|
- has_area_in_hectare (bespoke, incorrectly created)
|
|
|
|
**ADVANTAGES OVER SIMPLE FLOAT**:
|
|
- Explicit unit specification (no ambiguity between m² and hectares)
|
|
- Temporal context (measurement date for historic facilities)
|
|
- Provenance (measurement method, source)
|
|
- Estimation flag (is_estimate for approximate values)
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ./MeasureUnit
|
|
- ../slots/has_or_had_unit
|
|
- ../slots/has_or_had_label
|
|
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
Area:
|
|
description: >-
|
|
A measurement of spatial extent (area) with value, unit, and metadata.
|
|
|
|
Captures area measurements for heritage facilities including outdoor sites,
|
|
buildings, rooms, and storage areas. Supports multiple units (m², hectares,
|
|
acres) with explicit unit specification.
|
|
|
|
**TEMPORAL ASPECT**: Areas can change over time (building extensions,
|
|
site acquisitions). The measurement_date captures when the area was measured.
|
|
|
|
**ESTIMATION SUPPORT**: Heritage facilities often have estimated areas,
|
|
especially for historic buildings. The is_estimate flag indicates uncertainty.
|
|
class_uri: qudt:QuantityValue
|
|
exact_mappings:
|
|
- qudt:QuantityValue
|
|
close_mappings:
|
|
- schema:QuantitativeValue
|
|
- geosparql:hasArea
|
|
slots:
|
|
- area_value
|
|
- has_or_had_unit
|
|
- measurement_date
|
|
- is_estimate
|
|
- measurement_method
|
|
- has_or_had_label
|
|
slot_usage:
|
|
area_value:
|
|
description: >-
|
|
The numeric value of the area measurement.
|
|
MIGRATED from area_hectares, building_floor_area_sqm (Rule 53).
|
|
range: float
|
|
required: true
|
|
examples:
|
|
- value: 25.0
|
|
description: 25 hectares (outdoor site)
|
|
- value: 5000.0
|
|
description: 5000 square meters (building)
|
|
has_or_had_unit:
|
|
description: >-
|
|
The unit of measurement for this area.
|
|
MIGRATED from implicit unit assumptions (Rule 53).
|
|
range: MeasureUnit
|
|
required: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
unit_type: HECTARE
|
|
unit_symbol: "ha"
|
|
description: Hectare unit for outdoor site
|
|
- value:
|
|
unit_type: SQUARE_METER
|
|
unit_symbol: "m²"
|
|
description: Square meter unit for building floor
|
|
measurement_date:
|
|
description: >-
|
|
Date when the area was measured or recorded.
|
|
range: date
|
|
required: false
|
|
examples:
|
|
- value: "2024-01-15"
|
|
description: Recent measurement
|
|
- value: "1985-06-01"
|
|
description: Historic measurement
|
|
is_estimate:
|
|
description: >-
|
|
Whether the area is an estimate (true) or precise measurement (false).
|
|
range: boolean
|
|
required: false
|
|
examples:
|
|
- value: true
|
|
description: Estimated area for historic building
|
|
- value: false
|
|
description: Precise surveyed measurement
|
|
measurement_method:
|
|
description: >-
|
|
Method used to measure the area (survey, GIS, historical records, etc.).
|
|
range: string
|
|
required: false
|
|
examples:
|
|
- value: "GIS analysis"
|
|
description: Geographic Information System measurement
|
|
- value: "Land survey"
|
|
description: Professional survey
|
|
- value: "Historical records"
|
|
description: From archival documents
|
|
has_or_had_label:
|
|
description: >-
|
|
Human-readable label for the area measurement.
|
|
range: string
|
|
examples:
|
|
- value: "Total site area"
|
|
description: Label for outdoor site
|
|
- value: "Building floor area"
|
|
description: Label for building
|
|
examples:
|
|
- value:
|
|
area_value: 25.0
|
|
has_or_had_unit:
|
|
unit_type: HECTARE
|
|
unit_symbol: "ha"
|
|
has_or_had_label: "Sculpture garden area"
|
|
description: Outdoor site area in hectares (replaces area_hectares)
|
|
- value:
|
|
area_value: 5000.0
|
|
has_or_had_unit:
|
|
unit_type: SQUARE_METER
|
|
unit_symbol: "m²"
|
|
measurement_date: "2023-03-15"
|
|
is_estimate: false
|
|
measurement_method: "Architectural survey"
|
|
has_or_had_label: "Total floor area"
|
|
description: Building floor area in square meters (replaces building_floor_area_sqm)
|
|
- value:
|
|
area_value: 650.0
|
|
has_or_had_unit:
|
|
unit_type: HECTARE
|
|
unit_symbol: "ha"
|
|
is_estimate: true
|
|
measurement_method: "Historical records"
|
|
has_or_had_label: "Estate grounds"
|
|
description: Historic estate grounds with estimated area
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: >-
|
|
Area measurements applicable to all heritage custodian types.
|
|
specificity_score: 0.4
|
|
specificity_rationale: >-
|
|
Broadly useful class - area measurements relevant for site planning,
|
|
collection storage, visitor capacity, and facility management.
|
|
|
|
slots:
|
|
area_value:
|
|
description: >-
|
|
The numeric value of an area measurement.
|
|
range: float
|
|
slot_uri: qudt:numericValue
|
|
exact_mappings:
|
|
- qudt:numericValue
|
|
- schema:value
|
|
|
|
measurement_date:
|
|
description: >-
|
|
Date when a measurement was taken or recorded.
|
|
range: date
|
|
slot_uri: schema:dateCreated
|
|
|
|
is_estimate:
|
|
description: >-
|
|
Whether a value is an estimate (true) or precise measurement (false).
|
|
range: boolean
|
|
slot_uri: hc:isEstimate
|
|
|
|
measurement_method:
|
|
description: >-
|
|
Method used to obtain a measurement.
|
|
range: string
|
|
slot_uri: hc:measurementMethod
|