glam/schemas/20251121/linkml/modules/classes/OriginalEntryLocation.yaml
2026-01-19 00:09:28 +01:00

68 lines
2.1 KiB
YAML

# OriginalEntryLocation - Location from original source entry
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/OriginalEntryLocation
name: OriginalEntryLocation
title: OriginalEntryLocation
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#
locn: http://www.w3.org/ns/locn#
imports:
- linkml:types
default_range: string
classes:
OriginalEntryLocation:
description: >-
Location from an original source entry including city, region, country,
postal code, street address, coordinates, and GeoNames ID.
Ontology mapping rationale:
- class_uri is schema:Place because this represents a geographic
place with address and coordinate information.
- close_mappings includes locn:Address from W3C Locn vocabulary
for structured address information.
- related_mappings includes prov:Location and geo:SpatialThing.
class_uri: schema:Place
close_mappings:
- locn:Address
related_mappings:
- prov:Location
- geo:SpatialThing
attributes:
city:
range: string
region:
range: string
country:
range: string
description: Country code or name (alias for has_iso_3166_1_alpha_2_code for backward compatibility)
has_iso_3166_1_alpha_2_code:
range: string
description: ISO 3166-1 alpha-2 country code (2-letter, e.g., NL, US, JP)
postal_code:
range: string
street_address:
range: string
latitude:
range: float
longitude:
range: float
geonames_id:
range: Any
any_of:
- range: string
- range: integer
description: GeoNames geographic database ID
is_primary:
range: boolean
description: Whether this is the primary location