47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
# ProvinceInfo - Province information
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/ProvinceInfo
|
|
name: ProvinceInfo
|
|
title: ProvinceInfo
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
locn: http://www.w3.org/ns/locn#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
ProvinceInfo:
|
|
description: >-
|
|
Province/region administrative information containing name and
|
|
ISO 3166-2 subdivision code. Used for administrative region
|
|
identification in location resolution and GHCID generation.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is locn:AdminUnit from ISA Location Core Vocabulary
|
|
which specifically models administrative territorial units
|
|
- close_mappings includes schema:AdministrativeArea for web
|
|
semantics compatibility
|
|
- related_mappings includes prov:Entity (province info as data)
|
|
and schema:Place (provinces are geographic places)
|
|
class_uri: locn:AdminUnit
|
|
close_mappings:
|
|
- schema:AdministrativeArea
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:Place
|
|
attributes:
|
|
name:
|
|
range: string
|
|
code:
|
|
range: string
|