56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
# PlaceFeature - A feature flag for a place (e.g., native_garden, shop, vo...
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/PlaceFeature
|
|
name: PlaceFeature
|
|
title: PlaceFeature
|
|
|
|
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:
|
|
PlaceFeature:
|
|
description: A feature flag for a place (e.g., native_garden, shop, volunteers)
|
|
class_uri: schema:PropertyValue
|
|
attributes:
|
|
native_garden:
|
|
range: boolean
|
|
description: Has a native garden
|
|
shop:
|
|
range: boolean
|
|
description: Has a shop
|
|
volunteers:
|
|
range: boolean
|
|
description: Has volunteers
|
|
parking:
|
|
range: boolean
|
|
description: Has parking
|
|
cafe:
|
|
range: boolean
|
|
description: Has a cafe
|
|
restaurant:
|
|
range: boolean
|
|
description: Has a restaurant
|
|
gift_shop:
|
|
range: boolean
|
|
description: Has a gift shop
|
|
wheelchair_accessible:
|
|
range: boolean
|
|
description: Is wheelchair accessible
|
|
guided_tours:
|
|
range: boolean
|
|
description: Offers guided tours
|
|
audio_guide:
|
|
range: boolean
|
|
description: Offers audio guides
|