- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
57 lines
2.1 KiB
YAML
57 lines
2.1 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/20260202_matang/has_author
|
|
- ../slots/20260202_matang/has_url
|
|
- ../slots/20260202_matang/has_rating
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_text
|
|
- ../slots/20260202_matang/published_on
|
|
# 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_author
|
|
- has_url
|
|
- has_rating
|
|
- has_description
|
|
- has_text
|
|
- has_publication_date
|
|
slot_usage:
|
|
has_author:
|
|
description: Author/Reviewer name
|
|
has_url:
|
|
description: Author profile URL
|
|
has_rating:
|
|
range: integer
|
|
description: Rating value (1-5 stars)
|
|
has_description:
|
|
description: Relative time description (e.g., "a week ago")
|
|
has_text:
|
|
description: Review content
|
|
has_publication_date:
|
|
description: Timestamp of review
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|