glam/schemas/20251121/linkml/modules/classes/GoogleReview.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

47 lines
1.6 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
notes:
- |
Preserved from prior description (commit 6e634651):
"Google Maps review for a heritage institution. Contains author information, rating (1-5 stars), review text, and publication timestamp. Used for crowd-sourced quality assessment data.\nOntology mapping rationale: - class_uri is schema:Review which is the standard Schema.org\n type for user reviews and ratings\n- close_mappings includes schema:UserReview (specific review subtype) - related_mappings includes prov:Entity (review as traceable data)\n and schema:Rating (the numeric rating component)"
annotations:
specificity_score: 0.45
specificity_rationale: Review entity for reputational and quality-signal enrichment.
custodian_types: '["*"]'