45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
# AdmissionInfo - Structured admission price information from Google Maps
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/AdmissionInfo
|
|
name: AdmissionInfo
|
|
title: AdmissionInfo
|
|
|
|
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:
|
|
AdmissionInfo:
|
|
description: >-
|
|
Structured admission price information from Google Maps including
|
|
price value and notes about additional fees or conditions.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is schema:PriceSpecification because this represents
|
|
structured price information for museum/institution admission
|
|
- close_mappings includes schema:Offer for commercial offering context
|
|
- related_mappings includes schema:MonetaryAmount for price values
|
|
class_uri: schema:PriceSpecification
|
|
close_mappings:
|
|
- schema:Offer
|
|
related_mappings:
|
|
- schema:MonetaryAmount
|
|
attributes:
|
|
price:
|
|
range: string
|
|
description: Admission price (e.g., "€9.00")
|
|
note:
|
|
range: string
|
|
description: Additional notes about admission (e.g., "Additional fees might
|
|
apply")
|