- Added new slot `is_or_was_used_in` to `DataServiceEndpointType` for tracking usage in the heritage sector. - Replaced `heritage_society_subtype` with `has_or_had_hyponym` in `HeritageSocietyType`. - Updated `HistoricBuilding` to use `has_or_had_status` instead of `heritage_status`, linking to the new `HeritageStatus` class. - Removed deprecated slots: `heritage_relevant_count`, `heritage_relevant_percentage`, `heritage_sector_usage`, `heritage_society_subtype`, and `heritage_status`. - Introduced new classes `Connection`, `HeritageSector`, and `HeritageStatus` to better structure heritage-related data. - Migrated relevant descriptions and annotations to align with new schema standards. - Updated slot definitions to improve clarity and consistency across the schema.
335 lines
13 KiB
YAML
335 lines
13 KiB
YAML
id: https://nde.nl/ontology/hc/class/catering-place
|
|
name: catering_place_class
|
|
title: CateringPlace Class
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/catering_type
|
|
- ../slots/founded_year
|
|
- ../slots/has_or_had_label
|
|
- ../slots/is_or_was_classified_as
|
|
- ../slots/serves_visitors_only
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./CateringTypes
|
|
- ./Label
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ./HeritageType
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
classes:
|
|
CateringPlace:
|
|
is_a: ReconstructedEntity
|
|
class_uri: schema:FoodEstablishment
|
|
description: "Catering facility, caf\xE9, or restaurant operated at a heritage custodian venue.\n\n**DEFINITION**:\n\nA CateringPlace is a food and beverage facility operated at or by a heritage\ncustodian. This includes museum caf\xE9s, archive tea rooms, library cafeterias,\nand other dining facilities that serve visitors and staff. May also include\nhistoric restaurants or caf\xE9s that are themselves heritage institutions.\n\n**SCHEMA.ORG ALIGNMENT**:\n\n`schema:FoodEstablishment` - \"A food-related business.\"\n\nSubclasses include:\n- `schema:CafeOrCoffeeShop` - Caf\xE9 or coffee shop\n- `schema:Restaurant` - Full-service restaurant\n\n**WIKIDATA TYPE LINKAGE (TasteScentHeritageTypeEnum Subset)**:\n\nFor heritage catering venues with cultural significance, can be classified\nusing TasteScentHeritageTypeEnum (15 types):\n\n- Q11707 (restaurant) - General restaurant\n- Q30022 (caf\xE9) - Coffee shop/caf\xE9\n- Q1569167 (tearoom) - Tea room\n- Q5765838 (historic restaurant) - Restaurant\
|
|
\ with heritage value\n\n**DISTINCTION FROM GiftShop**:\n\n| Type | Primary Function | Products |\n|------|------------------|----------|\n| **CateringPlace** | Food and beverage | Meals, drinks, snacks |\n| GiftShop | Retail merchandise | Souvenirs, books, gifts |\n\n**TYPES OF CATERING PLACES**:\n\n1. **Museum Caf\xE9**: Casual refreshments for visitors\n2. **Museum Restaurant**: Full-service dining\n3. **Historic Caf\xE9**: Caf\xE9 that is itself heritage (e.g., literary caf\xE9)\n4. **Staff Canteen**: Staff dining facility\n5. **Event Catering**: Function/event catering space\n6. **Terrace/Garden Caf\xE9**: Outdoor dining\n\n**USE CASES**:\n\n1. **Museum Restaurant**:\n ```yaml\n CateringPlace:\n has_or_had_identifier: \"https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant\"\n has_or_had_label:\n label_text: \"RIJKS Restaurant\"\n catering_type: RESTAURANT\n cuisine_type: \"Modern Dutch fine dining\"\n has_michelin_star: true\n ```\n\n2. **Archive\
|
|
\ Caf\xE9**:\n ```yaml\n CateringPlace:\n has_or_had_label:\n label_text: \"Nationaal Archief Caf\xE9\"\n catering_type: CAFE\n serves_visitors_only: true\n ```\n\n3. **Historic Literary Caf\xE9**:\n ```yaml\n CateringPlace:\n has_or_had_label:\n label_text: \"Caf\xE9 Americain\"\n catering_type: HISTORIC_CAFE\n heritage_type_classification: HISTORIC_RESTAURANT\n founded_year: 1902\n ```\n"
|
|
exact_mappings:
|
|
- schema:FoodEstablishment
|
|
close_mappings:
|
|
- schema:CafeOrCoffeeShop
|
|
- schema:Restaurant
|
|
- org:Site
|
|
related_mappings:
|
|
- hc:GiftShop
|
|
- wd:Q11707
|
|
- wd:Q30022
|
|
slots:
|
|
- has_or_had_accessibility_feature
|
|
- has_or_had_description
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_price
|
|
- has_or_had_type
|
|
- cuisine_type
|
|
- is_or_was_founded_through
|
|
- has_michelin_star
|
|
- has_or_had_service
|
|
- is_or_was_classified_as
|
|
- michelin_star
|
|
- opening_hour
|
|
- operator
|
|
- outdoor_seating_capacity
|
|
- reservation_required
|
|
- seating_capacity
|
|
- serves_staff
|
|
- serves_visitors_only
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
description: Unique identifier for the catering place.
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
description: Rijksmuseum fine dining restaurant
|
|
has_or_had_label:
|
|
range: Label
|
|
inlined: true
|
|
required: true
|
|
description: The name of the catering place.
|
|
examples:
|
|
- value:
|
|
label_text: RIJKS Restaurant
|
|
description: Museum fine dining
|
|
- value:
|
|
label_text: "Nationaal Archief Caf\xE9"
|
|
description: "Archive caf\xE9"
|
|
- value:
|
|
label_text: "Van Gogh Museum Caf\xE9"
|
|
description: "Museum caf\xE9"
|
|
has_or_had_description:
|
|
range: Description
|
|
inlined: true
|
|
description: A description of the catering place.
|
|
examples:
|
|
- value:
|
|
description_text: Michelin-starred restaurant serving modern Dutch cuisine using seasonal ingredients. Located in the museum's atrium with views of the garden.
|
|
description: Fine dining restaurant
|
|
has_or_had_type:
|
|
description: 'MIGRATED from catering_type per Rule 53/56 (2026-01-24).
|
|
|
|
Type classification of catering facility.
|
|
|
|
'
|
|
range: CateringType
|
|
required: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_name: Restaurant
|
|
description: Full-service restaurant
|
|
- value:
|
|
has_or_had_name: "Caf\xE9"
|
|
description: "Caf\xE9"
|
|
is_or_was_classified_as:
|
|
range: HeritageType
|
|
description: |
|
|
Classification of heritage type (e.g. Historic Restaurant).
|
|
MIGRATED from heritage_type_classification (Rule 53, 2026-01-28).
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_or_had_label: HISTORIC_RESTAURANT
|
|
description: Heritage restaurant
|
|
cuisine_type:
|
|
range: string
|
|
examples:
|
|
- value: Modern Dutch fine dining
|
|
description: Dutch cuisine
|
|
- value: "Organic caf\xE9 fare"
|
|
description: "Caf\xE9 food"
|
|
- value: Traditional Dutch pancakes
|
|
description: Dutch specialty
|
|
seating_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 80
|
|
description: 80 indoor seats
|
|
has_or_had_service:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Has terrace
|
|
outdoor_seating_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 40
|
|
description: 40 terrace seats
|
|
opening_hour:
|
|
range: string
|
|
examples:
|
|
- value: Tu-Su 10:00-17:00
|
|
description: Museum hours
|
|
- value: Tu-Su 10:00-22:00
|
|
description: Extended evening hours
|
|
serves_visitors_only:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Visitors only
|
|
- value: false
|
|
description: Public access
|
|
serves_staff:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Serves staff
|
|
reservation_required:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Reservations required
|
|
has_michelin_star:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
description: Michelin starred
|
|
michelin_star:
|
|
range: integer
|
|
minimum_value: 1
|
|
maximum_value: 3
|
|
examples:
|
|
- value: 1
|
|
description: One Michelin star
|
|
has_or_had_price:
|
|
description: 'MIGRATED from catering_price_range per Rule 53/56 (2026-01-24).
|
|
|
|
Price range or pricing information for the catering place.
|
|
|
|
'
|
|
range: Price
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_value: "\u20AC\u20AC\u20AC\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Luxury
|
|
has_or_had_description: "Over \u20AC60 per person"
|
|
description: Fine dining price range
|
|
- value:
|
|
has_or_had_value: "\u20AC\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Moderate
|
|
description: Moderate price range
|
|
- value:
|
|
has_or_had_value: "\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Budget
|
|
description: Budget-friendly price range
|
|
has_or_had_accessibility_feature:
|
|
range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Wheelchair accessible
|
|
description: Wheelchair access
|
|
- value: Accessible restrooms
|
|
description: Accessible WC
|
|
operator:
|
|
range: string
|
|
examples:
|
|
- value: Vermaat Groep
|
|
description: Dutch catering company
|
|
- value: In-house
|
|
description: Museum-operated
|
|
is_or_was_founded_through:
|
|
description: 'The founding event for this catering place.
|
|
|
|
Migrated from founded_year per slot_fixes.yaml revision.
|
|
|
|
'
|
|
range: FoundingEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1902-01-01'
|
|
end_of_the_begin: '1902-12-31'
|
|
founding_description: "Established as historic caf\xE9"
|
|
description: "Historic caf\xE9 founding event (1902)"
|
|
is_or_was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
is_or_was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
comments:
|
|
- CateringPlace models food/beverage facilities at heritage custodians
|
|
- "Schema.org FoodEstablishment for restaurants and caf\xE9s"
|
|
- Links to TasteScentHeritageTypeEnum for heritage catering venues
|
|
- Distinguished from GiftShop (retail) by food service focus
|
|
- May be operated by heritage custodian or external caterer
|
|
see_also:
|
|
- https://schema.org/FoodEstablishment
|
|
- https://schema.org/Restaurant
|
|
- https://schema.org/CafeOrCoffeeShop
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
has_or_had_label:
|
|
label_text: RIJKS Restaurant
|
|
has_or_had_description:
|
|
description_text: Michelin-starred restaurant serving modern Dutch cuisine. Located in museum atrium with garden views.
|
|
has_or_had_type:
|
|
has_or_had_name: Restaurant
|
|
cuisine_type: Modern Dutch fine dining
|
|
seating_capacity: 80
|
|
has_or_had_service: true
|
|
outdoor_seating_capacity: 30
|
|
opening_hour: Tu-Su 12:00-15:00, 18:00-22:00
|
|
serves_visitors_only: false
|
|
reservation_required: true
|
|
has_michelin_star: true
|
|
michelin_star: 1
|
|
has_or_had_price:
|
|
has_or_had_value: "\u20AC\u20AC\u20AC\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Luxury
|
|
operator: Vermaat Groep
|
|
description: Michelin-starred museum restaurant
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/na-cafe
|
|
has_or_had_label:
|
|
label_text: "Nationaal Archief Caf\xE9"
|
|
has_or_had_description:
|
|
description_text: "Casual caf\xE9 for archive visitors. Light lunches, coffee, and pastries."
|
|
has_or_had_type:
|
|
has_or_had_name: "Caf\xE9"
|
|
cuisine_type: "Caf\xE9 fare, sandwiches, soups"
|
|
seating_capacity: 40
|
|
opening_hour: Tu-Fr 09:30-16:30
|
|
serves_visitors_only: true
|
|
reservation_required: false
|
|
has_or_had_price:
|
|
has_or_had_value: "\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Budget
|
|
has_or_had_accessibility_feature:
|
|
- Wheelchair accessible
|
|
description: "Archive visitor caf\xE9"
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/cafe-americain
|
|
has_or_had_label:
|
|
label_text: "Caf\xE9 Americain"
|
|
has_or_had_description:
|
|
description_text: "Historic art deco caf\xE9 dating from 1902. Literary landmark and protected monument."
|
|
has_or_had_type:
|
|
has_or_had_name: "Historic Caf\xE9"
|
|
is_or_was_classified_as:
|
|
has_or_had_label: HISTORIC_RESTAURANT
|
|
cuisine_type: International brasserie
|
|
seating_capacity: 150
|
|
has_or_had_service: true
|
|
opening_hour: Daily 07:00-23:00
|
|
is_or_was_founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1902-01-01'
|
|
end_of_the_begin: '1902-12-31'
|
|
founding_description: "Historic art deco caf\xE9 established in 1902"
|
|
has_or_had_price:
|
|
has_or_had_value: "\u20AC\u20AC\u20AC"
|
|
has_or_had_type:
|
|
has_or_had_name: Upscale
|
|
description: "Historic heritage caf\xE9"
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|