43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
# MunicipalityInfo - Municipality information
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/MunicipalityInfo
|
|
name: MunicipalityInfo
|
|
title: MunicipalityInfo
|
|
|
|
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:
|
|
MunicipalityInfo:
|
|
description: >-
|
|
Municipality information representing an administrative division
|
|
with name and code (e.g., CBS municipality code in the Netherlands).
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is locn:AdminUnit because this represents an
|
|
administrative territorial unit (municipality level)
|
|
- close_mappings includes schema:AdministrativeArea for general admin areas
|
|
- related_mappings includes schema:Place for location aspects
|
|
class_uri: locn:AdminUnit
|
|
close_mappings:
|
|
- schema:AdministrativeArea
|
|
related_mappings:
|
|
- schema:Place
|
|
attributes:
|
|
name:
|
|
range: string
|
|
code:
|
|
range: string
|