47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
# WikidataMedia - Media files from Wikidata
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/WikidataMedia
|
|
name: WikidataMedia
|
|
title: WikidataMedia
|
|
|
|
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:
|
|
WikidataMedia:
|
|
description: Media files from Wikidata
|
|
attributes:
|
|
image:
|
|
range: string
|
|
description: Commons image filename
|
|
commons_category:
|
|
any_of:
|
|
- range: string
|
|
- range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Commons category name(s) - can be single string or array
|
|
logo:
|
|
range: string
|
|
description: Logo filename
|
|
coat_of_arms:
|
|
range: string
|
|
description: Coat of arms image (P94)
|
|
commons_gallery:
|
|
range: string
|
|
description: Wikimedia Commons gallery (P935)
|
|
flag_image:
|
|
range: string
|
|
description: Flag image filename (P41)
|