- Renamed `has_or_had_auxiliary_entities` to `is_or_was_associated_with` in DigitalPlatform.yaml to align with naming conventions. - Updated examples in DigitalPlatform.yaml to reflect new slot names and types. - Migrated `has_av_equipment` to `has_or_had_equipment` in EducationCenter.yaml, including detailed descriptions and examples. - Consolidated archival references by migrating `archival_reference` to `has_or_had_identifier` in InformationCarrier.yaml. - Removed deprecated slots: `has_authority_file_name`, `has_authority_file_url`, `has_auxiliary_place`, `has_auxiliary_place_type`, `has_auxiliary_platform`, `has_auxiliary_platform_type`, and `has_av_equipment`, archiving their definitions. - Updated slot fixes to reflect the migration of various slots to more generic or appropriate counterparts, ensuring all changes are documented with processing notes.
31 lines
1.6 KiB
YAML
31 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/slot/has_boundary
|
|
name: has_boundary_slot
|
|
title: Has Boundary Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/GeoSpatialPlace
|
|
default_prefix: hc
|
|
slots:
|
|
has_boundary:
|
|
range: GeoSpatialPlace
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
slot_uri: geosparql:hasGeometry
|
|
description: "Geospatial boundary/geometry of the service area.\nLinks to GeoSpatialPlace with coordinates, WKT, and boundary\
|
|
\ polygons.\n\n**TOOI Alignment**:\nFollowing tooi:BestuurlijkeRuimte-hasGeometry pattern.\n\n**Multiple Boundaries**:\n\
|
|
A service area may have multiple boundaries:\n- Current boundary (valid_to_geo = null)\n- Historical boundaries (valid_to_geo\
|
|
\ set to boundary change date)\n\n**Temporal Tracking**:\nUse GeoSpatialPlace.valid_from_geo and valid_to_geo to track\n\
|
|
boundary changes over time (e.g., municipal mergers).\n\n**Example - Archive Service Area Change**:\n```yaml\nhas_boundary:\n\
|
|
\ - geospatial_id: \"boundary-nha-pre-2001\"\n geometry_wkt: \"POLYGON(...)\"\n valid_to_geo: \"2001-01-01\"\n\
|
|
\ - geospatial_id: \"boundary-nha-post-2001\"\n geometry_wkt: \"POLYGON(...)\"\n valid_from_geo: \"2001-01-01\"\
|
|
\n```\n"
|
|
examples:
|
|
- value:
|
|
geospatial_id: https://nde.nl/ontology/hc/geo/nha-service-area
|
|
geometry_wkt: MULTIPOLYGON(((4.5 52.2, 5.2 52.2, 5.2 52.8, 4.5 52.8, 4.5 52.2)))
|
|
geometry_type: MULTIPOLYGON
|
|
coordinate_reference_system: EPSG:4326
|
|
description: Noord-Hollands Archief service area boundary
|