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/in_country
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
- ../slots/identified_by
|
|
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:
|
|
- in_country
|
|
- identified_by
|
|
- has_label
|
|
- has_score
|
|
slot_usage:
|
|
identified_by:
|
|
required: true
|
|
identifier: true
|
|
in_country:
|
|
required: true
|
|
has_label:
|
|
required: false
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|