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

55 lines
2 KiB
YAML

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.\nOntology mapping rationale: - class_uri is schema:Place because this represents a geographic\n place with address and coordinate information.\n- close_mappings includes locn:Address from W3C Locn vocabulary\n for structured address information.\n- 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
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept