- 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.
52 lines
2.2 KiB
YAML
52 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/DetectedFace
|
|
name: DetectedFace
|
|
title: DetectedFace
|
|
description: A face detected in media content.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/generated_by
|
|
classes:
|
|
DetectedFace:
|
|
class_uri: schema:Thing
|
|
description: >-
|
|
Detection result representing a human face localized in visual media for
|
|
identification or review workflows.
|
|
alt_descriptions:
|
|
nl: Detectieresultaat van een menselijk gezicht in visuele media voor identificatie- of reviewworkflows.
|
|
de: Erkennungsergebnis eines menschlichen Gesichts in visuellen Medien fuer Identifikations- oder Pruefprozesse.
|
|
fr: Resultat de detection d un visage humain localise dans un media visuel pour identification ou revue.
|
|
es: Resultado de deteccion de un rostro humano localizado en medios visuales para identificacion o revision.
|
|
ar: نتيجة كشف لوجه بشري في وسيط بصري لأغراض التعرف أو المراجعة.
|
|
id: Hasil deteksi wajah manusia pada media visual untuk alur identifikasi atau tinjauan.
|
|
zh: 在视觉媒体中定位到的人脸检测结果,用于识别或复核流程。
|
|
structured_aliases:
|
|
- {literal_form: gedetecteerd gezicht, in_language: nl}
|
|
- {literal_form: erkanntes Gesicht, in_language: de}
|
|
- {literal_form: visage detecte, in_language: fr}
|
|
- {literal_form: rostro detectado, in_language: es}
|
|
- {literal_form: وجه مكتشف, in_language: ar}
|
|
- {literal_form: wajah terdeteksi, in_language: id}
|
|
- {literal_form: 检测到的人脸, in_language: zh}
|
|
broad_mappings:
|
|
- schema:Thing
|
|
slots:
|
|
- has_label
|
|
- generated_by
|
|
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|