glam/schemas/20251121/linkml/modules/classes/WikidataLocation.yaml

61 lines
2.3 KiB
YAML

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#
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
locn: http://www.w3.org/ns/locn#
imports:
- linkml:types
- ./WikidataCoordinates
- ./WikidataEntity
default_range: string
classes:
WikidataLocation:
description: "Location properties extracted from Wikidata including country (P17), headquarters location (P159), coordinates (P625), administrative entity (P131), postal code (P281), and adjacent buildings (P3032).\nOntology mapping rationale: - class_uri is schema:Place because location properties describe\n a geographic place.\n- close_mappings includes locn:Address from W3C Locn as this captures\n structured location information.\n- related_mappings includes geo:SpatialThing for coordinate data\n and prov:Location for provenance context."
class_uri: schema:Place
close_mappings:
- locn:Address
related_mappings:
- geo:SpatialThing
- prov:Location
attributes:
country:
range: Any
any_of:
- range: string
- range: WikidataEntity
description: Country information (can be ISO 3166-1 alpha-2 string or WikidataEntity object)
country_reference:
any_of:
- range: string
- range: WikidataEntity
description: Country Q-ID (can be ISO 3166-1 alpha-2 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)
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept