- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
# CoordinateProvenance - Provenance of coordinates
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/CoordinateProvenance
|
|
name: CoordinateProvenance
|
|
title: CoordinateProvenance
|
|
|
|
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
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
CoordinateProvenance:
|
|
description: Provenance of coordinates
|
|
attributes:
|
|
source_type:
|
|
range: string
|
|
description: GOOGLE_MAPS, WIKIDATA, MANUAL, GHCID_RESOLUTION_DIRECT, ORIGINAL_ENTRY,
|
|
etc.
|
|
source_path:
|
|
range: string
|
|
description: Path in source data
|
|
original_timestamp:
|
|
range: datetime
|
|
entity_id:
|
|
exactly_one_of:
|
|
- range: string
|
|
- range: integer
|
|
description: Source entity ID (place_id, Q-number, geonames_id - can be string
|
|
or integer)
|
|
has_or_had_api_endpoint:
|
|
range: uri
|
|
resolution_method:
|
|
range: string
|
|
description: Method used for resolution (SWISS_ISIL_ENRICHMENT, etc.)
|
|
matched_candidate:
|
|
range: string
|
|
description: The candidate that was matched during geocoding
|
|
original_query:
|
|
range: string
|
|
description: Original query string used for geocoding lookup
|
|
city_code:
|
|
range: string
|
|
description: City code used in GHCID generation
|
|
override_reason:
|
|
range: string
|
|
description: Reason for manual coordinate override
|
|
source_url:
|
|
range: uri
|
|
description: URL source of coordinates (e.g., Google Maps link)
|
|
note:
|
|
range: string
|
|
description: Additional note about coordinate provenance
|