glam/schemas/20251121/linkml/modules/classes/GiftShop.yaml
kempersc 37852a46b0 Refactor significance and social media classes for improved clarity and multilingual support
- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments.
- Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments.
- Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases.
- Improved Size.yaml with clearer descriptions and added multilingual support.
- Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes.
- Added has_url slot to SocialMediaProfile for better URL management.
- Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions.
- Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
2026-02-15 23:26:52 +01:00

113 lines
3.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/GiftShop
name: GiftShop
title: Gift Shop Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
gr: http://purl.org/goodrelations/v1#
crm: http://www.cidoc-crm.org/cidoc-crm/
foaf: http://xmlns.com/foaf/0.1/
default_prefix: hc
imports:
- linkml:types
- ../enums/GiftShopTypeEnum
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_description
- ../slots/has_type
- ../slots/located_at
- ../slots/has_digital_platform
- ../slots/accept
- ../slots/has_currency
- ../slots/has_range
- ../slots/has_revenue
- ../slots/has_supplier
- ../slots/has_operating_hours
- ../slots/managed_by
- ../slots/refer_to
- ../slots/has_quantity
- ../slots/temporal_extent
- ../slots/has_score
- ../slots/derive_from
- ../slots/generated_by
classes:
GiftShop:
is_a: ReconstructedEntity
class_uri: schema:Store
description: Retail operation associated with a custodian, including physical and online shop channels.
exact_mappings:
- schema:Store
close_mappings:
- schema:LocalBusiness
- gr:BusinessEntity
- crm:E39_Actor
- foaf:Organization
related_mappings:
- schema:Offer
- gr:Offering
- schema:Product
slots:
- identified_by
- has_label
- has_description
- has_type
- located_at
- has_digital_platform
- accept
- has_currency
- has_range
- has_revenue
- has_supplier
- has_operating_hours
- managed_by
- refer_to
- has_quantity
- temporal_extent
- has_score
- derive_from
- generated_by
slot_usage:
identified_by:
required: true
identifier: true
has_type:
range: GiftShopTypeEnum
required: true
has_currency:
pattern: ^[A-Z]{3}$
located_at:
range: AuxiliaryPlace
multivalued: true
inlined_as_list: true
has_digital_platform:
range: AuxiliaryDigitalPlatform
multivalued: true
inlined_as_list: true
accept:
range: PaymentMethod
multivalued: true
inlined: true
has_range:
range: PriceRange
inlined: true
has_revenue:
range: Revenue
multivalued: true
inlined: true
has_supplier:
range: Supplier
multivalued: true
inlined_as_list: true
refer_to:
range: Custodian
required: true
comments:
- |
Preserved from prior description (commit 6e634651):
"Retail operation associated with a heritage custodian for selling merchandise,\nreproductions, books, and heritage-related products.\n\n**PURPOSE AND SCOPE**:\n\nMuseum gift shops, archive bookshops, and library retail spaces are important\nrevenue-generating operations that also serve educational and cultural missions:\n\n- **Revenue generation**: Support institutional operations through merchandise sales\n- **Mission extension**: Offer products related to collections and exhibitions\n- **Visitor experience**: Complete the visit with memorable takeaways\n- **Brand communication**: Extend institutional identity through products\n- **Educational outreach**: Books, educational materials, replicas for learning\n\n**PHYSICAL vs. DIGITAL PRESENCE**:\n\nGift shops can exist in multiple forms:\n\n1. **Physical shop** (on-site): Located within museum/archive building\n - Links to AuxiliaryPlace (physical location)\n - Has opening_hours, accept (PaymentMethod)\n\
annotations:
specificity_score: 0.6
specificity_rationale: Commercial operations model for institutional retail channels.
custodian_types: '["*"]'