55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
# RejectedGoogleMapsData - Rejected Google Maps data preserved for audit trail
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/RejectedGoogleMapsData
|
|
name: RejectedGoogleMapsData
|
|
title: RejectedGoogleMapsData
|
|
|
|
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:
|
|
RejectedGoogleMapsData:
|
|
description: Rejected Google Maps data preserved for audit trail
|
|
attributes:
|
|
place_id:
|
|
range: string
|
|
description: Google Maps place ID
|
|
name:
|
|
range: string
|
|
description: Place name from Google
|
|
formatted_address:
|
|
range: string
|
|
description: Full formatted address
|
|
fetch_timestamp:
|
|
range: datetime
|
|
description: When data was fetched
|
|
expected_country:
|
|
range: string
|
|
description: Expected country code
|
|
returned_country:
|
|
range: string
|
|
description: Country code actually returned by Google Maps
|
|
website:
|
|
range: uri
|
|
description: Website URL from Google Maps
|
|
latitude:
|
|
range: float
|
|
description: Latitude coordinate
|
|
longitude:
|
|
range: float
|
|
description: Longitude coordinate
|
|
enriched_at:
|
|
range: datetime
|
|
description: When enrichment was performed
|