49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
# YoutubeComment - YouTube video comment
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/YoutubeComment
|
|
name: YoutubeComment
|
|
title: YoutubeComment
|
|
|
|
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:
|
|
YoutubeComment:
|
|
description: YouTube video comment
|
|
attributes:
|
|
comment_id:
|
|
range: string
|
|
description: Comment ID
|
|
author:
|
|
range: string
|
|
description: Author name (legacy)
|
|
author_display_name:
|
|
range: string
|
|
description: Author display name
|
|
author_channel_url:
|
|
range: uri
|
|
description: Author channel URL
|
|
text:
|
|
range: string
|
|
description: Comment text
|
|
like_count:
|
|
range: integer
|
|
published_at:
|
|
range: datetime
|
|
updated_at:
|
|
range: datetime
|
|
reply_count:
|
|
range: integer
|
|
description: Number of replies
|