56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
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#
|
|
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:
|
|
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
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|