55 lines
1.9 KiB
YAML
55 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/GoogleMapsEnrichment
|
|
name: GoogleMapsEnrichment
|
|
title: GoogleMapsEnrichment
|
|
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:
|
|
GoogleMapsEnrichment:
|
|
class_uri: prov:Entity
|
|
description: 'Full Google Maps Places API enrichment data for a heritage custodian
|
|
location.
|
|
|
|
prov:Entity - "An entity is a physical, digital, conceptual, or other kind of
|
|
thing with some fixed aspects; entities may be real or imaginary."
|
|
|
|
This class represents ENRICHMENT DATA extracted from Google Maps API about a
|
|
place, not the place itself. It captures metadata like ratings, reviews, photos,
|
|
opening hours, and address components that describe a heritage institution''s
|
|
physical location.
|
|
|
|
Mapping rationale: - Uses prov:Entity because this is data derived from an external
|
|
source (Google Maps API) - The enrichment has clear provenance (API call, timestamp,
|
|
place_id) - NOT schema:Place - that would represent the actual location, not
|
|
metadata about it - Related to schema:Place as the subject being described'
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
related_mappings:
|
|
- schema:Place
|
|
- schema:LocalBusiness
|
|
- prov:Generation
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- name
|
|
- coordinates
|
|
- has_url
|
|
- opening_hour
|
|
- latitude
|
|
- longitude
|
|
- source
|
|
- place_name
|
|
- note
|