236 lines
8 KiB
YAML
236 lines
8 KiB
YAML
# WikidataEnrichment - Full Wikidata enrichment data
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/WikidataEnrichment
|
|
name: WikidataEnrichment
|
|
title: WikidataEnrichment
|
|
|
|
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#
|
|
wd: http://www.wikidata.org/entity/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./Coordinates
|
|
- ./MultilingualAliases
|
|
- ./MultilingualDescriptions
|
|
- ./MultilingualLabels
|
|
- ./WikidataApiMetadata
|
|
- ./WikidataArchitecture
|
|
- ./WikidataClaims
|
|
- ./WikidataClassification
|
|
- ./WikidataCollectionInfo
|
|
- ./WikidataContact
|
|
- ./WikidataCoordinates
|
|
- ./WikidataEntity
|
|
- ./WikidataIdentifiers
|
|
- ./WikidataLocation
|
|
- ./WikidataMedia
|
|
- ./WikidataOrganization
|
|
- ./WikidataRecognition
|
|
- ./WikidataResolvedEntities
|
|
- ./WikidataSitelinks
|
|
- ./WikidataSocialMedia
|
|
- ./WikidataTemporal
|
|
- ./WikidataTimeValue
|
|
- ./WikidataWeb
|
|
default_range: string
|
|
|
|
classes:
|
|
WikidataEnrichment:
|
|
description: >-
|
|
Full Wikidata enrichment data extracted from Wikidata SPARQL/API for a heritage custodian.
|
|
This class represents derived data (prov:Entity) where Wikidata serves as the primary source.
|
|
The enrichment captures labels, descriptions, identifiers, coordinates, temporal data,
|
|
classification, and other structured claims from the Wikidata knowledge graph.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents enrichment DATA with provenance,
|
|
not the heritage institution itself (which is modeled by Custodian class)
|
|
- close_mappings includes prov:PrimarySource because Wikidata functions as a
|
|
primary/authoritative source for linked open data
|
|
- related_mappings includes prov:Derivation because the enrichment is derived from
|
|
Wikidata through API queries
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- prov:PrimarySource
|
|
related_mappings:
|
|
- prov:Derivation
|
|
- wd:Q2013
|
|
attributes:
|
|
wikidata_entity_id:
|
|
range: string
|
|
description: Wikidata Q-number
|
|
api_metadata:
|
|
range: WikidataApiMetadata
|
|
wikidata_labels:
|
|
range: MultilingualLabels
|
|
description: Labels by language code (dict of language -> string)
|
|
inlined: true
|
|
wikidata_label_en:
|
|
range: string
|
|
wikidata_label_nl:
|
|
range: string
|
|
wikidata_label_ja:
|
|
range: string
|
|
wikidata_label_de:
|
|
range: string
|
|
wikidata_label_fr:
|
|
range: string
|
|
wikidata_label_es:
|
|
range: string
|
|
wikidata_descriptions:
|
|
range: MultilingualDescriptions
|
|
description: Descriptions by language code (dict of language -> string)
|
|
inlined: true
|
|
wikidata_description_en:
|
|
range: string
|
|
wikidata_aliases:
|
|
range: MultilingualAliases
|
|
description: Aliases by language code (dict of language -> list of strings)
|
|
inlined: true
|
|
wikidata_sitelinks:
|
|
range: WikidataSitelinks
|
|
description: Wikipedia sitelinks (dict of wiki name -> article title)
|
|
inlined: true
|
|
wikidata_temporal:
|
|
range: WikidataTemporal
|
|
wikidata_inception:
|
|
any_of:
|
|
- range: string
|
|
- range: WikidataTimeValue
|
|
description: Inception date (P571) - can be string or structured time value
|
|
wikidata_classification:
|
|
range: WikidataClassification
|
|
wikidata_instance_of:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
wikidata_field_of_work:
|
|
range: WikidataEntity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
wikidata_location:
|
|
range: WikidataLocation
|
|
wikidata_country:
|
|
any_of:
|
|
- range: string
|
|
- range: WikidataEntity
|
|
description: Country from Wikidata (can be Q-id string or structured entity)
|
|
wikidata_located_in:
|
|
range: WikidataEntity
|
|
wikidata_coordinates:
|
|
range: WikidataCoordinates
|
|
wikidata_organization:
|
|
range: WikidataOrganization
|
|
wikidata_web:
|
|
range: WikidataWeb
|
|
wikidata_official_website:
|
|
any_of:
|
|
- range: uri
|
|
- range: uri
|
|
multivalued: true
|
|
description: Official website URL(s) - can be single string or list
|
|
wikidata_social_media:
|
|
range: WikidataSocialMedia
|
|
wikidata_media:
|
|
range: WikidataMedia
|
|
wikidata_image:
|
|
range: string
|
|
wikidata_logo:
|
|
range: string
|
|
wikidata_contact:
|
|
range: WikidataContact
|
|
description: Contact information from Wikidata
|
|
wikidata_recognition:
|
|
range: WikidataRecognition
|
|
description: Awards and recognition from Wikidata
|
|
wikidata_opening_date:
|
|
range: string
|
|
description: Opening date (P1619)
|
|
wikidata_dissolution:
|
|
range: string
|
|
description: Dissolution date (P576)
|
|
wikidata_collection:
|
|
any_of:
|
|
- range: WikidataEntity
|
|
multivalued: true
|
|
- range: WikidataCollectionInfo
|
|
inlined_as_list: true
|
|
description: Collection items (P195) - can be array of entities or single collection
|
|
info object
|
|
collection_items_count:
|
|
any_of:
|
|
- range: string
|
|
- range: integer
|
|
- range: string
|
|
multivalued: true
|
|
description: Number of collection items (can be string, integer, or array)
|
|
wikidata_architecture:
|
|
range: WikidataArchitecture
|
|
description: Architecture information (P84, P149)
|
|
search_query:
|
|
range: string
|
|
description: Query used to find the Wikidata entity
|
|
status:
|
|
range: string
|
|
description: Enrichment status
|
|
fetch_timestamp:
|
|
range: datetime
|
|
description: When Wikidata was fetched (alternate location)
|
|
wikidata_identifiers:
|
|
range: WikidataIdentifiers
|
|
description: External identifiers from Wikidata (ISNI, VIAF, GND, etc.)
|
|
wikidata_id:
|
|
range: string
|
|
description: Wikidata Q-number (alias for wikidata_entity_id)
|
|
wikidata_label:
|
|
range: string
|
|
description: Label in primary language (simplified format)
|
|
wikidata_description:
|
|
range: string
|
|
description: Description in primary language (simplified format)
|
|
coordinates:
|
|
range: Coordinates
|
|
description: Coordinates (simplified format)
|
|
located_in:
|
|
any_of:
|
|
- range: string
|
|
- range: WikidataEntity
|
|
description: Location (simplified format)
|
|
official_website:
|
|
range: uri
|
|
description: Official website (simplified format)
|
|
enrichment_timestamp:
|
|
range: datetime
|
|
description: When enrichment was performed (simplified format)
|
|
wikidata_headquarters:
|
|
range: WikidataEntity
|
|
description: Headquarters location (P159)
|
|
note:
|
|
range: string
|
|
description: Additional notes about Wikidata enrichment (e.g., entity not found
|
|
reason)
|
|
search_terms_tried:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Search terms attempted when looking for Wikidata entity
|
|
wikidata_description_nl:
|
|
range: string
|
|
description: Description in Dutch language
|
|
wikidata_claims:
|
|
range: WikidataClaims
|
|
description: Structured Wikidata claims with property metadata
|
|
inlined: true
|
|
_resolved_entities:
|
|
range: WikidataResolvedEntities
|
|
description: Resolved Wikidata property and entity metadata cache
|
|
inlined: true
|