- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
59 lines
3.2 KiB
YAML
59 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/subregion
|
|
name: subregion
|
|
title: Subregion Class
|
|
imports:
|
|
- linkml:types
|
|
- ./Country
|
|
- ../slots/country
|
|
- ../slots/iso_3166_2_code
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_label # was: subdivision_name - migrated per Rule 53/56 (2026-01-17)
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
# Removed duplicate imports (2026-01-17)
|
|
classes:
|
|
Subregion:
|
|
class_uri: lcc_cr:GeographicRegion
|
|
exact_mappings:
|
|
- schema:AdministrativeArea
|
|
- gn:A.ADM1
|
|
close_mappings:
|
|
- wikidata:Q10864048
|
|
- crm:E53_Place
|
|
description: "Geographic subdivision within a country, identified by ISO 3166-2 code.\n\nISO 3166-2 defines codes for\
|
|
\ principal subdivisions of countries (states,\nprovinces, regions, departments, etc.). Each subdivision has a unique\
|
|
\ code\ncombining the country's alpha-2 code with a subdivision identifier.\n\nPurpose:\n- Link custodian places to\
|
|
\ their specific regional location (e.g., museums in Bavaria)\n- Link legal entities to their registration jurisdiction\
|
|
\ (e.g., stichting in Limburg)\n- Enable region-specific feature types (e.g., \"sacred shrine\" specific to Bali)\n\n\
|
|
Format: {country_alpha2}-{subdivision_code}\n\nExamples:\n- US-PA: Pennsylvania, United States\n- ID-BA: Bali, Indonesia\n\
|
|
- DE-BY: Bavaria (Bayern), Germany\n- NL-LI: Limburg, Netherlands\n- AU-NSW: New South Wales, Australia\n- CA-ON: Ontario,\
|
|
\ Canada\n\nDesign rationale:\n- ISO 3166-2 codes are internationally standardized\n- Stable identifiers not dependent\
|
|
\ on language or spelling variations\n- Widely used in official datasets (government registries, GeoNames, etc.)\n-\
|
|
\ Aligns with existing Country class (ISO 3166-1)\n\nExternal resolution:\n- ISO 3166-2 Maintenance Agency: https://www.iso.org/iso-3166-country-codes.html\n\
|
|
- GeoNames API: https://www.geonames.org/ (subdivision names and metadata)\n- UN M49 Standard: https://unstats.un.org/unsd/methodology/m49/\n\
|
|
\nHistorical entities:\n- For historical subdivisions (e.g., \"Czechoslovakia\", \"Soviet Union\"), use\n the ISO code\
|
|
\ that was valid during the entity's existence\n- Document temporal validity in CustodianPlace.temporal_coverage\n"
|
|
slots:
|
|
- country
|
|
- iso_3166_2_code
|
|
- specificity_annotation
|
|
- has_or_had_label # was: subdivision_name - migrated per Rule 53/56 (2026-01-17)
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
slot_usage:
|
|
iso_3166_2_code:
|
|
required: true
|
|
identifier: true
|
|
country:
|
|
required: true
|
|
has_or_had_label: # was: subdivision_name - migrated per Rule 53/56 (2026-01-17)
|
|
required: false
|
|
description: |
|
|
Human-readable name of the subdivision.
|
|
|
|
Prefer resolving names via GeoNames API to avoid maintaining multilingual data.
|
|
Examples: "Pennsylvania" (for US-PA), "Bali" (for ID-BA), "Bayern" (for DE-BY)
|