- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
# RelatedYoutubeVideo - Related YouTube video about the institution from external...
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
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
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
RelatedYoutubeVideo:
|
|
description: Related YouTube video about the institution from external channels
|
|
attributes:
|
|
video_id:
|
|
range: string
|
|
required: true
|
|
description: YouTube video ID
|
|
video_url:
|
|
range: uri
|
|
description: Full YouTube video URL
|
|
title:
|
|
range: string
|
|
description: Video title
|
|
channel_name:
|
|
range: string
|
|
description: Name of the channel that published the video
|
|
relationship_type:
|
|
range: string
|
|
description: Type of relationship (news_coverage, documentary, interview, etc.)
|
|
note:
|
|
range: string
|
|
description: Notes about this related video
|