50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
# WikidataRecognition - Awards and recognition 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/WikidataRecognition
|
|
name: WikidataRecognition
|
|
title: WikidataRecognition
|
|
|
|
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#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./WikidataEntity
|
|
default_range: string
|
|
|
|
classes:
|
|
WikidataRecognition:
|
|
description: >-
|
|
Awards and recognition information extracted from Wikidata,
|
|
particularly the award received property (P166). Used to track
|
|
honors, certifications, and formal recognition received by
|
|
heritage institutions.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this is extracted recognition
|
|
data, not the recognition/award event itself
|
|
- close_mappings includes schema:AggregateRating as recognition
|
|
data provides a form of institutional quality assessment
|
|
- related_mappings includes crm:E7_Activity (award ceremonies are
|
|
activities) and schema:Organization (awards are given to orgs)
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- schema:AggregateRating
|
|
related_mappings:
|
|
- crm:E7_Activity
|
|
- schema:Organization
|
|
attributes:
|
|
award_received:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Awards received (P166)
|