glam/schemas/20251121/linkml/modules/classes/GoogleReview.yaml
2026-01-08 15:56:28 +01:00

46 lines
1.1 KiB
YAML

# GoogleReview - Google Maps review
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
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#
imports:
- linkml:types
default_range: string
classes:
GoogleReview:
description: Google Maps review
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)