- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
298 lines
11 KiB
YAML
298 lines
11 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
|
|
- ../slots/catering_place_id
|
|
- ../slots/catering_place_name
|
|
- ../slots/catering_place_description
|
|
- ../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
|
|
- ../slots/founded_year
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/was_derived_from
|
|
- ../slots/was_generated_by
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
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 catering_place_id: \"https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant\"\
|
|
\n catering_place_name: \"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 catering_place_name:\
|
|
\ \"Nationaal Archief Café\"\n catering_type: CAFE\n serves_visitors_only: true\n ```\n\n3. **Historic Literary\
|
|
\ Café**:\n ```yaml\n CateringPlace:\n catering_place_name: \"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
|
|
- catering_place_description
|
|
- catering_place_id
|
|
- catering_place_name
|
|
- catering_price_range
|
|
- catering_type
|
|
- cuisine_type
|
|
- founded_year
|
|
- 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
|
|
- template_specificity
|
|
- was_derived_from
|
|
- was_generated_by
|
|
slot_usage:
|
|
catering_place_id:
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
description: Rijksmuseum fine dining restaurant
|
|
catering_place_name:
|
|
range: string
|
|
required: true
|
|
examples:
|
|
- value: RIJKS Restaurant
|
|
description: Museum fine dining
|
|
- value: Nationaal Archief Café
|
|
description: Archive café
|
|
- value: Van Gogh Museum Café
|
|
description: Museum café
|
|
catering_place_description:
|
|
range: string
|
|
examples:
|
|
- value: 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
|
|
founded_year:
|
|
range: integer
|
|
examples:
|
|
- value: 1902
|
|
description: Historic café founding year
|
|
was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
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:
|
|
catering_place_id: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
catering_place_name: RIJKS Restaurant
|
|
catering_place_description: 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_hours: Tu-Su 12:00-15:00, 18:00-22:00
|
|
serves_visitors_only: false
|
|
reservation_required: true
|
|
has_michelin_star: true
|
|
michelin_stars: 1
|
|
catering_price_range: €€€€
|
|
operator: Vermaat Groep
|
|
description: Michelin-starred museum restaurant
|
|
- value:
|
|
catering_place_id: https://nde.nl/ontology/hc/aux/na-cafe
|
|
catering_place_name: Nationaal Archief Café
|
|
catering_place_description: Casual café for archive visitors. Light lunches, coffee, and pastries.
|
|
catering_type: CAFE
|
|
cuisine_type: Café fare, sandwiches, soups
|
|
seating_capacity: 40
|
|
opening_hours: 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:
|
|
catering_place_id: https://nde.nl/ontology/hc/aux/cafe-americain
|
|
catering_place_name: Café Americain
|
|
catering_place_description: 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_hours: Daily 07:00-23:00
|
|
founded_year: 1902
|
|
catering_price_range: €€€
|
|
description: Historic heritage café
|