- 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.
37 lines
2.4 KiB
YAML
37 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/subregion
|
|
name: subregion
|
|
title: Subregion Class
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/new/country
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/new/iso_3166_2_code
|
|
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\nFormat: {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
|
|
- has_label
|
|
- has_score
|
|
slot_usage:
|
|
iso_3166_2_code:
|
|
required: true
|
|
identifier: true
|
|
country:
|
|
required: true
|
|
has_label:
|
|
required: false
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|