glam/schemas/20251121/linkml/modules/classes/YoutubeChannel.yaml
2026-01-08 15:56:28 +01:00

59 lines
1.4 KiB
YAML

# YoutubeChannel - YouTube channel metadata
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/YoutubeChannel
name: YoutubeChannel
title: YoutubeChannel
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:
YoutubeChannel:
description: YouTube channel metadata
attributes:
channel_id:
range: string
required: true
channel_url:
range: uri
title:
range: string
description:
range: string
custom_url:
range: string
description: Custom URL handle (e.g., @channelname)
published_at:
range: datetime
description: Channel creation date
country:
range: string
description: ISO 3166-1 alpha-2 country code
default_language:
range: string
thumbnail_url:
range: uri
banner_url:
range: uri
subscriber_count:
range: integer
video_count:
range: integer
view_count:
range: integer
subscriber_count_hidden:
range: boolean
uploads_playlist_id:
range: string