glam/schemas/20251121/linkml/modules/classes/YoutubeChannel.yaml
kempersc f9f3cc8e74 fix: resolve YAML import indentation and add missing slot descriptions
Schema Improvements:
- Fix YAML import indentation across 800+ class files (sed: '^- ../' → '  - ../')
- Add descriptions to 26 inline slots missing them (lint warnings)
- Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml

Validation Results:
- linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names)
- gen-owl: SUCCESS (164,069 lines generated)
- gen-json-schema: SUCCESS (9.4MB generated)

Files affected: 1,034 files, +23,908 -15,200 lines
2026-01-16 00:09:28 +01:00

77 lines
2.3 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#
foaf: http://xmlns.com/foaf/0.1/
imports:
- linkml:types
default_range: string
classes:
YoutubeChannel:
description: >-
YouTube channel metadata including channel ID, title, description,
subscriber/video/view counts, country code, and branding URLs.
Ontology mapping rationale:
- class_uri is schema:BroadcastChannel because a YouTube channel is
a broadcast channel for video content distribution.
- close_mappings includes foaf:OnlineAccount as a channel represents
an online account on YouTube.
- related_mappings includes schema:Organization as channels often
represent institutional presence, and prov:Entity for tracking.
class_uri: schema:BroadcastChannel
close_mappings:
- foaf:OnlineAccount
related_mappings:
- schema:Organization
- prov:Entity
attributes:
channel_id:
description: Unique YouTube channel identifier (e.g., UC...)
range: string
required: true
channel_url:
range: uri
title:
range: string
channel_description:
range: string
custom_url:
range: string
description: Custom URL handle (e.g., @channelname)
published_at:
range: datetime
description: Channel creation date
has_iso_3166_1_alpha_2_code:
range: string
description: ISO 3166-1 alpha-2 country code (2-letter, e.g., NL, US, JP)
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