glam/schemas/20251121/linkml/modules/classes/WikidataLocation.yaml
2026-01-08 15:56:28 +01:00

51 lines
1.4 KiB
YAML

# WikidataLocation - Location properties 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/WikidataLocation
name: WikidataLocation
title: WikidataLocation
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#
imports:
- linkml:types
- ./WikidataCoordinates
- ./WikidataEntity
default_range: string
classes:
WikidataLocation:
description: Location properties from Wikidata
attributes:
country:
any_of:
- range: string
- range: WikidataEntity
description: Country Q-ID (can be string or WikidataEntity object)
headquarters_location:
range: WikidataEntity
coordinates:
range: WikidataCoordinates
located_in_admin_entity:
range: WikidataEntity
postal_code:
any_of:
- range: string
- range: string
multivalued: true
inlined_as_list: true
description: Postal/ZIP code(s) from Wikidata
adjacent_building:
range: WikidataEntity
description: Adjacent building/structure (P3032)
location:
range: WikidataEntity
description: Location (P276)