glam/frontend/public/schemas/20251121/linkml/modules/classes/CateringPlace.yaml
kempersc 776462de90 Migrate multiple slots to enhance semantic clarity and align with best practices
- Migrated catering_type to CateringType with subclasses for better classification.
- Updated certainty_level to has_or_had_level for improved metadata consistency.
- Addressed cessation_observed_in by confirming existing temporal data structure.
- Created NetAsset class and updated financial statements for richer financial modeling.
- Completed migrations for default_access_policy, default_audio_language, and default_language to structured classes.
- Migrated default_position to structured Alignment class for better representation.
- Updated defined_by_standard to broaden range for identifier standards.
- Migrated definition to structured Resolution class for video resolution modeling.
- Completed migrations for degree_name, deliverable, and departement_code to structured classes.
- Migrated deployment_date to structured DeploymentEvent with temporal extent.
- Migrated derived_from_entity and derived_from_observation to new reference structures.
- Completed description and description_text migrations to enhance content modeling.
- Migrated detection_count, detection_level, and detection_threshold to structured slots with classes.
- Migrated device-related slots to structured classes for better identification and classification.
- Added new slots and classes for historic building and web address modeling.
2026-01-25 12:47:38 +01:00

366 lines
15 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 # ARCHIVED 2026-01-24: migrated to has_or_had_type + CateringType per Rule 53/56
- ./CateringType
- ./CateringTypes
- ../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 # ARCHIVED 2026-01-24: migrated to has_or_had_price + Price per Rule 53/56
- ../slots/has_or_had_price
- ./Price
- ./PriceRange
- ../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
- has_or_had_price # was: catering_price_range - migrated per Rule 53/56 (2026-01-24)
- has_or_had_type # was: catering_type - migrated per Rule 53/56 (2026-01-24)
- 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
has_or_had_type: # was: catering_type - migrated per Rule 53/56 (2026-01-24)
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é
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
has_or_had_price: # was: catering_price_range - migrated per Rule 53/56 (2026-01-24)
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: "€€€€"
has_or_had_type:
has_or_had_name: Luxury
has_or_had_description: Over €60 per person
description: Fine dining price range
- value:
has_or_had_value: "€€"
has_or_had_type:
has_or_had_name: Moderate
description: Moderate price range
- value:
has_or_had_value: "€"
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
# 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.
has_or_had_type: # was: catering_type
has_or_had_name: 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
has_or_had_price: # was: catering_price_range
has_or_had_value: "€€€€"
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é
has_or_had_description:
description_text: Casual café for archive visitors. Light lunches, coffee, and pastries.
has_or_had_type: # was: catering_type
has_or_had_name: Café
cuisine_type: Café 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: # was: catering_price_range
has_or_had_value: "€"
has_or_had_type:
has_or_had_name: Budget
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.
has_or_had_type: # was: catering_type
has_or_had_name: Historic Café
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"
has_or_had_price: # was: catering_price_range
has_or_had_value: "€€€"
has_or_had_type:
has_or_had_name: Upscale
description: Historic heritage café