51 lines
1.9 KiB
YAML
51 lines
1.9 KiB
YAML
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).\nOntology mapping rationale: - class_uri is schema:MediaObject because this represents media\n file references from Wikidata/Commons.\n- close_mappings includes foaf:Image as many properties are images. - related_mappings includes dcterms:MediaType for media classification\n 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)
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|