glam/schemas/20251121/linkml/modules/classes/GoogleReview.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

42 lines
1 KiB
YAML

id: https://nde.nl/ontology/hc/classes/GoogleReview
name: GoogleReview
title: Google Review Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_author
- ../slots/has_url
- ../slots/has_rating
- ../slots/has_description
- ../slots/has_text
- ../slots/published_on
classes:
GoogleReview:
class_uri: schema:Review
description: Crowd-authored review metadata for a place profile.
exact_mappings:
- schema:Review
close_mappings:
- schema:UserReview
related_mappings:
- schema:Rating
- prov:Entity
slots:
- has_author
- has_url
- has_rating
- has_description
- has_text
- published_on
slot_usage:
has_rating:
range: integer
annotations:
specificity_score: 0.45
specificity_rationale: Review entity for reputational and quality-signal enrichment.
custodian_types: '["*"]'