- 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
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
# YoutubeSourceRecord - YouTube source record for provenance tracking
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/YoutubeSourceRecord
|
|
name: YoutubeSourceRecord
|
|
title: YoutubeSourceRecord
|
|
|
|
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
|
|
|
|
- ../enums/DataTierEnum
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
YoutubeSourceRecord:
|
|
description: YouTube source record for provenance tracking
|
|
attributes:
|
|
source_type:
|
|
range: string
|
|
description: youtube_data_api
|
|
fetch_timestamp:
|
|
range: datetime
|
|
has_or_had_api_endpoint:
|
|
range: uri
|
|
channel_id:
|
|
range: string
|
|
data_tier:
|
|
range: DataTierEnum
|
|
claims_extracted:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
misattribution_corrected:
|
|
range: boolean
|
|
description: Whether a misattribution was corrected
|
|
correction_timestamp:
|
|
range: datetime
|
|
description: When the correction was made
|
|
correction_note:
|
|
range: string
|
|
description: Note about the correction
|