- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
32 lines
964 B
YAML
32 lines
964 B
YAML
id: https://nde.nl/ontology/hc/classes/ReviewBreakdown
|
|
name: ReviewBreakdown
|
|
title: ReviewBreakdown
|
|
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#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
# default_range: string
|
|
classes:
|
|
ReviewBreakdown:
|
|
description: Breakdown of review counts by star rating.
|
|
class_uri: linkml:Any
|
|
comments:
|
|
- Flexible mapping used by Google Maps-style review enrichment.
|
|
- Expected shape is a dictionary keyed by star rating ("1".."5") with integer counts.
|
|
examples:
|
|
- value:
|
|
"5": 120
|
|
"4": 30
|
|
"3": 10
|
|
"2": 2
|
|
"1": 1
|
|
description: Counts per star rating.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|