- 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 KiB
YAML
52 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/DetectedLogo
|
|
name: DetectedLogo
|
|
title: DetectedLogo
|
|
description: A logo 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:
|
|
DetectedLogo:
|
|
class_uri: schema:Thing
|
|
description: >-
|
|
Detection result representing a brand or institutional emblem identified
|
|
in media content.
|
|
alt_descriptions:
|
|
nl: Detectieresultaat van een merk- of instellingsembleem in mediacontent.
|
|
de: Erkennungsergebnis eines Marken- oder Institutionsemblems in Medieninhalten.
|
|
fr: Resultat de detection d un logo de marque ou d institution dans un contenu media.
|
|
es: Resultado de deteccion de un emblema de marca o institucion en contenido multimedia.
|
|
ar: نتيجة كشف لشعار علامة تجارية أو مؤسسة ضمن محتوى وسائطي.
|
|
id: Hasil deteksi lambang merek atau institusi dalam konten media.
|
|
zh: 在媒体内容中识别到的品牌或机构标识检测结果。
|
|
structured_aliases:
|
|
- {literal_form: gedetecteerd logo, in_language: nl}
|
|
- {literal_form: erkanntes Logo, in_language: de}
|
|
- {literal_form: logo detecte, in_language: fr}
|
|
- {literal_form: logotipo detectado, in_language: es}
|
|
- {literal_form: شعار مكتشف, in_language: ar}
|
|
- {literal_form: logo 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: "['*']"
|