34 lines
1.3 KiB
YAML
34 lines
1.3 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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots: []
|