57 lines
2.2 KiB
YAML
57 lines
2.2 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
|
|
- ../slots/has_or_had_author_name
|
|
- ../slots/has_or_had_url
|
|
- ../slots/has_or_had_rating
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_text
|
|
- ../slots/has_or_had_publication_date
|
|
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
|
|
slots:
|
|
- has_or_had_author_name
|
|
- has_or_had_url
|
|
- has_or_had_rating
|
|
- has_or_had_description
|
|
- has_or_had_text
|
|
- has_or_had_publication_date
|
|
slot_usage:
|
|
has_or_had_author_name:
|
|
description: Author/Reviewer name
|
|
has_or_had_url:
|
|
description: Author profile URL
|
|
has_or_had_rating:
|
|
range: integer
|
|
description: Rating value (1-5 stars)
|
|
has_or_had_description:
|
|
description: Relative time description (e.g., "a week ago")
|
|
has_or_had_text:
|
|
description: Review content
|
|
has_or_had_publication_date:
|
|
description: Timestamp of review
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|