- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
42 lines
1.9 KiB
YAML
42 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/MunicipalityInfo
|
|
name: MunicipalityInfo
|
|
title: Municipality Info
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
locn: http://www.w3.org/ns/locn#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
classes:
|
|
MunicipalityInfo:
|
|
class_uri: locn:AdminUnit
|
|
description: Administrative municipality reference with identifying name and associated civic context.
|
|
alt_descriptions:
|
|
nl: Verwijzing naar een administratieve gemeente met identificerende naam en bestuurlijke context.
|
|
de: Referenz auf eine kommunale Verwaltungseinheit mit identifizierendem Namen und Verwaltungskontext.
|
|
fr: Reference d unite administrative municipale avec nom d identification et contexte civique.
|
|
es: Referencia de unidad administrativa municipal con nombre identificador y contexto civico.
|
|
ar: مرجع إلى وحدة بلدية إدارية يتضمن اسم التعريف والسياق المدني.
|
|
id: Rujukan unit administrasi munisipal dengan nama identifikasi dan konteks kewargaan.
|
|
zh: 含识别名称与治理语境的市级行政单元参考信息。
|
|
structured_aliases:
|
|
- {literal_form: gemeentelijke bestuursinfo, in_language: nl}
|
|
- {literal_form: kommunale Verwaltungseinheit, in_language: de}
|
|
- {literal_form: information municipale, in_language: fr}
|
|
- {literal_form: informacion municipal, in_language: es}
|
|
- {literal_form: معلومات بلدية إدارية, in_language: ar}
|
|
- {literal_form: informasi administrasi munisipal, in_language: id}
|
|
- {literal_form: 市政行政信息, in_language: zh}
|
|
broad_mappings:
|
|
- schema:AdministrativeArea
|
|
related_mappings:
|
|
- schema:Place
|
|
slots:
|
|
- has_name
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|