65 lines
2 KiB
YAML
65 lines
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#
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
WikidataMedia:
|
|
description: >-
|
|
Media files from Wikidata including images (P18), logos (P154),
|
|
Commons categories (P373), galleries (P935), coat of arms (P94),
|
|
and flag images (P41).
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is schema:MediaObject because this represents media
|
|
file references from Wikidata/Commons.
|
|
- close_mappings includes foaf:Image as many properties are images.
|
|
- related_mappings includes dcterms:MediaType for media classification
|
|
and prov:Entity as media references are tracked entities.
|
|
class_uri: schema:MediaObject
|
|
close_mappings:
|
|
- foaf:Image
|
|
related_mappings:
|
|
- dcterms:MediaType
|
|
- prov:Entity
|
|
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)
|