- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
276 lines
11 KiB
YAML
276 lines
11 KiB
YAML
id: https://nde.nl/ontology/hc/class/catering-place
|
|
name: catering_place_class
|
|
title: CateringPlace Class
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/new/cuisine_type
|
|
- ../slots/20260202_matang/has_accessibility_feature
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_price
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/has_service
|
|
- ../slots/20260202_matang/has_type
|
|
- ../slots/20260202_matang/classified_as
|
|
- ../slots/20260202_matang/derive_from
|
|
- ../slots/20260202_matang/founded_through
|
|
- ../slots/20260202_matang/generated_by
|
|
- ../slots/20260202_matang/new/michelin_star
|
|
- ../slots/20260202_matang/new/opening_hour
|
|
- ../slots/20260202_matang/new/operator
|
|
- ../slots/20260202_matang/new/outdoor_seating_capacity
|
|
- ../slots/20260202_matang/require
|
|
- ../slots/20260202_matang/new/seating_capacity
|
|
- ../slots/20260202_matang/new/serves_staff
|
|
- ../slots/20260202_matang/new/serves_visitors_only
|
|
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 identified_by: \"https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant\"\n has_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_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_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_accessibility_feature
|
|
- has_description
|
|
- identified_by
|
|
- has_label
|
|
- has_price
|
|
- has_type
|
|
- cuisine_type
|
|
- founded_through
|
|
- has_service
|
|
- classified_as
|
|
- michelin_star
|
|
- opening_hour
|
|
- operator
|
|
- outdoor_seating_capacity
|
|
- reservation_required
|
|
- seating_capacity
|
|
- serves_staff
|
|
- serves_visitors_only
|
|
- has_score
|
|
- derived_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
has_label:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
required: true
|
|
examples:
|
|
- value:
|
|
label_text: RIJKS Restaurant
|
|
- value:
|
|
label_text: "Nationaal Archief Caf\xE9"
|
|
- value:
|
|
label_text: "Van Gogh Museum Caf\xE9"
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
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.
|
|
has_type:
|
|
range: CateringType
|
|
required: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_name: Restaurant
|
|
- value:
|
|
has_name: "Caf\xE9"
|
|
classified_as:
|
|
range: HeritageType
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_label: HISTORIC_RESTAURANT
|
|
cuisine_type:
|
|
# range: string
|
|
examples:
|
|
- value: Modern Dutch fine dining
|
|
- value: "Organic caf\xE9 fare"
|
|
- value: Traditional Dutch pancakes
|
|
seating_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 80
|
|
has_service:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
outdoor_seating_capacity:
|
|
range: integer
|
|
examples:
|
|
- value: 40
|
|
opening_hour:
|
|
# range: string
|
|
examples:
|
|
- value: Tu-Su 10:00-17:00
|
|
- value: Tu-Su 10:00-22:00
|
|
serves_visitors_only:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: false
|
|
serves_staff:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
reservation_required:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
michelin_star:
|
|
range: integer
|
|
minimum_value: 1
|
|
maximum_value: 3
|
|
examples:
|
|
- value: 1
|
|
has_price:
|
|
range: Price
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_value: "\u20AC\u20AC\u20AC\u20AC"
|
|
has_type:
|
|
has_name: Luxury
|
|
has_description: "Over \u20AC60 per person"
|
|
- value:
|
|
has_value: "\u20AC\u20AC"
|
|
has_type:
|
|
has_name: Moderate
|
|
- value:
|
|
has_value: "\u20AC"
|
|
has_type:
|
|
has_name: Budget
|
|
has_accessibility_feature:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Wheelchair accessible
|
|
- value: Accessible restrooms
|
|
operator:
|
|
# range: string
|
|
examples:
|
|
- value: Vermaat Groep
|
|
- value: In-house
|
|
founded_through:
|
|
range: FoundingEvent
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1902-01-01'
|
|
end_of_the_begin: '1902-12-31'
|
|
derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
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:
|
|
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-restaurant
|
|
has_label:
|
|
label_text: RIJKS Restaurant
|
|
has_description:
|
|
description_text: Michelin-starred restaurant serving modern Dutch cuisine. Located in museum atrium with garden views.
|
|
has_type:
|
|
has_name: Restaurant
|
|
cuisine_type: Modern Dutch fine dining
|
|
seating_capacity: 80
|
|
has_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
|
|
michelin_star: 1
|
|
has_price:
|
|
has_value: "\u20AC\u20AC\u20AC\u20AC"
|
|
has_type:
|
|
has_name: Luxury
|
|
operator: Vermaat Groep
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/na-cafe
|
|
has_label:
|
|
label_text: "Nationaal Archief Caf\xE9"
|
|
has_description:
|
|
description_text: "Casual caf\xE9 for archive visitors. Light lunches, coffee, and pastries."
|
|
has_type:
|
|
has_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_price:
|
|
has_value: "\u20AC"
|
|
has_type:
|
|
has_name: Budget
|
|
has_accessibility_feature:
|
|
- Wheelchair accessible
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/cafe-americain
|
|
has_label:
|
|
label_text: "Caf\xE9 Americain"
|
|
has_description:
|
|
description_text: "Historic art deco caf\xE9 dating from 1902. Literary landmark and protected monument."
|
|
has_type:
|
|
has_name: "Historic Caf\xE9"
|
|
classified_as:
|
|
has_label: HISTORIC_RESTAURANT
|
|
cuisine_type: International brasserie
|
|
seating_capacity: 150
|
|
has_service: true
|
|
opening_hour: Daily 07:00-23:00
|
|
founded_through:
|
|
temporal_extent:
|
|
begin_of_the_begin: '1902-01-01'
|
|
end_of_the_begin: '1902-12-31'
|
|
has_price:
|
|
has_value: "\u20AC\u20AC\u20AC"
|
|
has_type:
|
|
has_name: Upscale
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|