- 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.4 KiB
YAML
42 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/RelatedYoutubeVideo
|
|
name: RelatedYoutubeVideo
|
|
title: RelatedYoutubeVideo
|
|
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#
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
RelatedYoutubeVideo:
|
|
description: >-
|
|
A YouTube video related to a heritage institution, published by an external channel.
|
|
alt_descriptions:
|
|
nl: Een YouTube-video gerelateerd aan een erfgoedinstituut, gepubliceerd door een extern kanaal.
|
|
de: Ein YouTube-Video, das mit einer Heritage-Institution verbunden ist.
|
|
structured_aliases:
|
|
- literal_form: gerelateerde YouTube-video
|
|
in_language: nl
|
|
- literal_form: verwandtes YouTube-Video
|
|
in_language: de
|
|
- literal_form: vidéo YouTube connexe
|
|
in_language: fr
|
|
comments:
|
|
- Captures video metadata including ID, URL, title, channel name.
|
|
- Relationship types include news coverage, documentary, interview, etc.
|
|
class_uri: schema:VideoObject
|
|
close_mappings:
|
|
- schema:MediaObject
|
|
related_mappings:
|
|
- schema:CreativeWork
|
|
- prov:Entity
|
|
broad_mappings:
|
|
- schema:VideoObject
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- has_note
|