- 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.
45 lines
1.9 KiB
YAML
45 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/DetectedLandmark
|
|
name: DetectedLandmark
|
|
title: DetectedLandmark
|
|
description: A landmark detected in media content.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/generated_by
|
|
classes:
|
|
DetectedLandmark:
|
|
class_uri: schema:LandmarksOrHistoricalBuildings
|
|
description: >-
|
|
Detection result representing an identified landmark or historic building
|
|
feature within visual content.
|
|
alt_descriptions:
|
|
nl: Detectieresultaat van een herkend landmark of historisch gebouwkenmerk in visuele content.
|
|
de: Erkennungsergebnis eines identifizierten Wahrzeichens oder historischen Gebaeudemerkmals in visuellem Inhalt.
|
|
fr: Resultat de detection d un repere ou element de batiment historique dans un contenu visuel.
|
|
es: Resultado de deteccion de un hito o rasgo de edificio historico en contenido visual.
|
|
ar: نتيجة كشف لمعلم أو سمة مبنى تاريخي داخل محتوى بصري.
|
|
id: Hasil deteksi tengaran atau fitur bangunan bersejarah dalam konten visual.
|
|
zh: 视觉内容中识别到的地标或历史建筑特征检测结果。
|
|
structured_aliases:
|
|
- {literal_form: gedetecteerd landmark, in_language: nl}
|
|
- {literal_form: erkanntes Wahrzeichen, in_language: de}
|
|
- {literal_form: repere detecte, in_language: fr}
|
|
- {literal_form: hito detectado, in_language: es}
|
|
- {literal_form: معلم مكتشف, in_language: ar}
|
|
- {literal_form: landmark terdeteksi, in_language: id}
|
|
- {literal_form: 检测地标, in_language: zh}
|
|
broad_mappings:
|
|
- schema:LandmarksOrHistoricalBuildings
|
|
slots:
|
|
- has_label
|
|
- generated_by
|
|
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|