glam/schemas/20251121/linkml/modules/classes/CateringPlace.yaml
kempersc ba2c766dd0 Add new slots and update existing ones following RiC-O temporal naming conventions
- Introduced `founding_date`, `founding_date_diocese`, and `fr` slots for capturing founding dates and French language text.
- Created `collects_or_collected`, `has_or_had_objective`, `has_or_had_percentage`, `has_or_had_place`, `has_or_had_reply`, `has_or_had_web_page`, `is_or_was_acquired_by`, `is_or_was_appreciated`, `is_or_was_founded_through`, `is_or_was_part_of`, `is_or_was_part_of_total`, `start_of_the_start`, `takes_or_took_comission`, and `was_fetched_at` slots to enhance data modeling capabilities.
- Each slot includes detailed descriptions, examples, and ontology alignments to ensure clarity and usability.
- Migration notes added for slots transitioned from previous definitions to maintain historical context and facilitate understanding of changes.
2026-01-22 15:15:56 +01:00

329 lines
14 KiB
YAML

id: https://nde.nl/ontology/hc/class/catering-place
name: catering_place_class
title: CateringPlace Class
imports:
- linkml:types
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ../enums/TasteScentHeritageTypeEnum
- ../enums/CateringTypeEnum
# Shared slots (replacing catering_place_* slots per Rule 53)
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_description # was: has_or_had_description - migrated per Rule 55 (2026-01-16)
- ./Label
- ./Description
# Domain-specific slots (kept)
- ../slots/catering_type
- ../slots/heritage_type_classification
- ../slots/cuisine_type
- ../slots/seating_capacity
- ../slots/has_outdoor_seating
- ../slots/outdoor_seating_capacity
- ../slots/opening_hour
- ../slots/serves_visitors_only
- ../slots/serves_staff
- ../slots/reservation_required
- ../slots/has_michelin_star
- ../slots/michelin_star
- ../slots/catering_price_range
- ../slots/has_or_had_accessibility_feature
- ../slots/operator
# MIGRATED 2026-01-22: founded_year → is_or_was_founded_through + FoundingEvent (Rule 53)
- ../slots/is_or_was_founded_through
- ./FoundingEvent
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../slots/is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- ../slots/is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
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é, 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és, archive tea rooms,\
\ library cafeterias,\nand other dining facilities that serve visitors and staff. May also include\nhistoric restaurants\
\ or cafés 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é 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é) - Coffee shop/café\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é**: Casual refreshments for visitors\n2. **Museum Restaurant**:\
\ Full-service dining\n3. **Historic Café**: Café that is itself heritage (e.g., literary café)\n4. **Staff Canteen**:\
\ Staff dining facility\n5. **Event Catering**: Function/event catering space\n6. **Terrace/Garden Café**: 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é**:\n ```yaml\n CateringPlace:\n has_or_had_label:\n label_text:\
\ \"Nationaal Archief Café\"\n catering_type: CAFE\n serves_visitors_only: true\n ```\n\n3. **Historic Literary\
\ Café**:\n ```yaml\n CateringPlace:\n has_or_had_label:\n label_text: \"Café 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 # was: has_or_had_description - migrated per Rule 55 (2026-01-16) # was: catering_place_description - migrated per Rule 53
- has_or_had_identifier # was: catering_place_id - migrated per Rule 53
- has_or_had_label # was: catering_place_name - migrated per Rule 53
- catering_price_range
- catering_type
- cuisine_type
- is_or_was_founded_through # was: founded_year - migrated per Rule 53 (2026-01-22)
- has_michelin_star
- has_outdoor_seating
- heritage_type_classification
- michelin_star
- opening_hour
- operator
- outdoor_seating_capacity
- reservation_required
- seating_capacity
- serves_staff
- serves_visitors_only
- specificity_annotation
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
slot_usage:
has_or_had_identifier: # was: catering_place_id - migrated per Rule 53
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: # was: catering_place_name - migrated per Rule 53
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é
description: Archive café
- value:
label_text: Van Gogh Museum Café
description: Museum café
has_or_had_description: # was: catering_place_description - migrated per Rule 53
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
catering_type:
range: CateringTypeEnum
required: true
examples:
- value: RESTAURANT
description: Full-service restaurant
- value: CAFE
description: Café
heritage_type_classification:
range: TasteScentHeritageTypeEnum
required: false
examples:
- value: HISTORIC_RESTAURANT
description: Heritage restaurant
cuisine_type:
range: string
examples:
- value: Modern Dutch fine dining
description: Dutch cuisine
- value: Organic café fare
description: Café food
- value: Traditional Dutch pancakes
description: Dutch specialty
seating_capacity:
range: integer
examples:
- value: 80
description: 80 indoor seats
has_outdoor_seating:
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
catering_price_range:
range: string
examples:
- value: €€€€
description: Fine dining price
- value: €€
description: Moderate
- value:
description: Budget-friendly
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
# MIGRATED 2026-01-22: founded_year → is_or_was_founded_through + FoundingEvent (Rule 53)
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é"
description: Historic café founding event (1902)
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53
range: ReconstructionActivity
required: false
comments:
- CateringPlace models food/beverage facilities at heritage custodians
- Schema.org FoodEstablishment for restaurants and cafés
- 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.
catering_type: RESTAURANT
cuisine_type: Modern Dutch fine dining
seating_capacity: 80
has_outdoor_seating: 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
catering_price_range: €€€€
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é
has_or_had_description:
description_text: Casual café for archive visitors. Light lunches, coffee, and pastries.
catering_type: CAFE
cuisine_type: Café fare, sandwiches, soups
seating_capacity: 40
opening_hour: Tu-Fr 09:30-16:30
serves_visitors_only: true
reservation_required: false
catering_price_range:
has_or_had_accessibility_feature:
- Wheelchair accessible
description: Archive visitor café
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/cafe-americain
has_or_had_label:
label_text: Café Americain
has_or_had_description:
description_text: Historic art deco café dating from 1902. Literary landmark and protected monument.
catering_type: HISTORIC_CAFE
heritage_type_classification: HISTORIC_RESTAURANT
cuisine_type: International brasserie
seating_capacity: 150
has_outdoor_seating: true
opening_hour: Daily 07:00-23:00
# MIGRATED 2026-01-22: founded_year → is_or_was_founded_through + FoundingEvent (Rule 53)
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é established in 1902"
catering_price_range: €€€
description: Historic heritage café