- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/GoogleMapsEnrichment
|
|
name: GoogleMapsEnrichment
|
|
title: Google Maps Enrichment Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_label
|
|
- ../slots/has_note
|
|
- ../slots/has_coordinates
|
|
- ../slots/has_latitude
|
|
- ../slots/has_longitude
|
|
- ../slots/has_url
|
|
- ../slots/has_source
|
|
- ../slots/has_operating_hours
|
|
classes:
|
|
GoogleMapsEnrichment:
|
|
class_uri: prov:Entity
|
|
description: Enrichment payload derived from Google Maps data for a location record.
|
|
exact_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
related_mappings:
|
|
- schema:Place
|
|
- schema:LocalBusiness
|
|
- prov:Generation
|
|
slots:
|
|
- has_name
|
|
- has_label
|
|
- has_note
|
|
- has_coordinates
|
|
- has_latitude
|
|
- has_longitude
|
|
- has_url
|
|
- has_source
|
|
- has_operating_hours
|
|
annotations:
|
|
specificity_score: 0.45
|
|
specificity_rationale: External-source enrichment entity for place metadata.
|
|
custodian_types: '["*"]'
|