Major slot migrations following slot_fixes.yaml revisions: - TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end - Quantity: has_or_had_measurement_unit with MeasureUnit class - Description: has_or_had_description with Description class - URL, WikiData, Timestamp, Location, Provenance pattern classes New slots for RiC-O compliance: - Temporal: has_or_had_time_interval, calendar_system - Transfer: is_or_was_transferred, has_or_had_policy - Location: starts/ends_or_started/ended_at_location - Provenance: has_or_had_provenance_path, is_or_was_webarchived_at Archive deprecated slots per Rule 53 workflow.
72 lines
2 KiB
YAML
72 lines
2 KiB
YAML
# wikidata_qid slot
|
|
# Wikidata Q-number identifier (e.g., Q12345)
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 51 (no hallucinated refs)
|
|
#
|
|
# Part of WikiDataEntry class supporting 5 migrations per slot_fixes.yaml
|
|
|
|
id: https://nde.nl/ontology/hc/slot/wikidata_qid
|
|
name: wikidata_qid_slot
|
|
title: Wikidata QID Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
wdt: http://www.wikidata.org/prop/direct/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
wikidata_qid:
|
|
slot_uri: wdt:P31
|
|
description: |
|
|
Wikidata Q-number identifier for the referenced entity.
|
|
|
|
**Format**:
|
|
Q followed by one or more digits (e.g., Q12345, Q190804).
|
|
Pattern: `^Q[0-9]+$`
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `wdt:P31` - Wikidata direct property
|
|
- **Close**: `schema:identifier` - Schema.org identifier
|
|
- **Related**: `dcterms:identifier` - Dublin Core identifier
|
|
|
|
**Usage**:
|
|
Primary identifier within WikiDataEntry class. Required field
|
|
for identifying the Wikidata entity being referenced.
|
|
|
|
**Examples**:
|
|
- Q33506 - museum (concept)
|
|
- Q190804 - Rijksmuseum (institution)
|
|
- Q7075 - library (concept)
|
|
|
|
range: string
|
|
required: true
|
|
multivalued: false
|
|
pattern: "^Q[0-9]+$"
|
|
|
|
exact_mappings:
|
|
- schema:identifier
|
|
|
|
close_mappings:
|
|
- dcterms:identifier
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Wikidata identifiers apply to all heritage types.
|
|
specificity_score: 0.2
|
|
specificity_rationale: Generic identifier applicable across all contexts.
|
|
|
|
examples:
|
|
- value: "Q33506"
|
|
description: "Wikidata Q-number for 'museum' concept"
|
|
- value: "Q190804"
|
|
description: "Wikidata Q-number for Rijksmuseum"
|
|
- value: "Q7075"
|
|
description: "Wikidata Q-number for 'library' concept"
|