40 lines
1 KiB
YAML
40 lines
1 KiB
YAML
# MediaAppearanceEntry - Media appearance (TV, radio, documentary, etc.)
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/MediaAppearanceEntry
|
|
name: MediaAppearanceEntry
|
|
title: MediaAppearanceEntry
|
|
|
|
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:
|
|
MediaAppearanceEntry:
|
|
description: Media appearance (TV, radio, documentary, etc.)
|
|
attributes:
|
|
title:
|
|
range: string
|
|
description: Appearance title
|
|
type:
|
|
range: string
|
|
description: Type of media appearance
|
|
network:
|
|
range: string
|
|
description: Media network
|
|
air_date:
|
|
range: string
|
|
description: Air date
|
|
description:
|
|
range: string
|
|
description: Description of appearance
|