- Consolidated valid_from and valid_to slots into a single temporal_extent slot in FundingRequirement, GiftShop, OrganizationBranch, OrganizationalChangeEvent, OrganizationalStructure, SocialMediaProfile, Storage, StorageUnit classes. - Updated slot definitions to use TimeSpan for temporal_extent, providing structured validity periods. - Removed deprecated slots: valid_from, valid_to, verified_by, wikidata_entity_id, and worldcat_id, archiving their definitions for reference. - Adjusted related documentation and examples to reflect the new temporal_extent structure.
52 lines
2.1 KiB
YAML
52 lines
2.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/WikidataAlignment
|
|
name: WikidataAlignment
|
|
title: Wikidata Alignment
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wdt: http://www.wikidata.org/prop/direct/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./MappingType
|
|
# REMOVED: ../slots/wikidata_entity_id - migrated to has_or_had_identifier with WikiDataIdentifier (2026-01-14, Rule 53)
|
|
- ../slots/has_or_had_identifier
|
|
- ./WikiDataIdentifier
|
|
- ../slots/wikidata_entity_label
|
|
- ../slots/wikidata_mapping_rationale
|
|
- ../slots/has_or_had_type
|
|
classes:
|
|
WikidataAlignment:
|
|
class_uri: hc:WikidataAlignment
|
|
description: "Structured metadata for Wikidata entity alignment.\nReplaces fragmented annotations with a proper structured\
|
|
\ object.\n\n**Example**:\n```yaml\nwikidata_alignment:\n entity_id: Q27032435\n entity_label: \"academic archive\"\
|
|
\n mapping_type: exact\n mapping_rationale: \"AcademicArchive is semantically equivalent to Q27032435\"\n```\n"
|
|
slots:
|
|
# REMOVED: wikidata_entity_id - migrated to has_or_had_identifier with WikiDataIdentifier (2026-01-14, Rule 53)
|
|
- has_or_had_identifier
|
|
- wikidata_entity_label
|
|
- has_or_had_type
|
|
- wikidata_mapping_rationale
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
range: WikiDataIdentifier
|
|
description: |
|
|
The Wikidata entity identifier (Q-number) for this alignment.
|
|
MIGRATED from wikidata_entity_id slot (2026-01-14) per Rule 53.
|
|
|
|
Uses WikiDataIdentifier class for structured identifier with optional label and URL.
|
|
examples:
|
|
- value: |
|
|
qid: Q27032435
|
|
label: "academic archive"
|
|
description: Wikidata Q-number with optional label
|
|
has_or_had_type:
|
|
range: MappingType
|
|
description: |
|
|
The type of semantic mapping (exact, close, broad, narrow, related).
|
|
Uses MappingType class hierarchy.
|
|
annotations:
|
|
specificity_score: 0.3
|
|
specificity_rationale: Universal utility for Wikidata alignment metadata
|