glam/schemas/20251121/linkml/modules/classes/GoogleMapsPlaywrightEnrichment.yaml
kempersc 6e63465196 Add ImageTilingServiceEndpoint class and archive ID class
- 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.
2026-02-15 21:40:13 +01:00

37 lines
1 KiB
YAML

id: https://nde.nl/ontology/hc/classes/GoogleMapsPlaywrightEnrichment
name: GoogleMapsPlaywrightEnrichment
title: Google Maps Playwright 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_method
- ../slots/has_url
- ../slots/has_name
- ../slots/has_description
- ../slots/has_operating_hours
classes:
GoogleMapsPlaywrightEnrichment:
class_uri: prov:Entity
description: Browser-automation extraction result from Google Maps interfaces.
exact_mappings:
- prov:Entity
close_mappings:
- schema:PropertyValue
related_mappings:
- schema:Place
- schema:LocalBusiness
slots:
- has_method
- has_url
- has_name
- has_description
- has_operating_hours
annotations:
specificity_score: 0.45
specificity_rationale: Enrichment entity documenting browser-mediated extraction.
custodian_types: '["*"]'