glam/schemas/20251121/linkml/modules/classes/GoogleReview.yaml

53 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/classes/GoogleReview
name: GoogleReview
title: GoogleReview
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#
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
imports:
- linkml:types
default_range: string
classes:
GoogleReview:
description: "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)"
class_uri: schema:Review
close_mappings:
- schema:UserReview
related_mappings:
- prov:Entity
- schema:Rating
attributes:
author_name:
range: string
author_uri:
range: uri
rating:
range: integer
relative_time_description:
range: string
relative_time:
range: string
description: Alias for relative_time_description
text:
range: string
publish_time:
range: datetime
reviewer:
range: string
description: Alias for author_name (reviewer name)
date:
range: string
description: Alias for relative_time_description (review date)
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept