- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
108 lines
2.7 KiB
YAML
108 lines
2.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
|
|
annotations:
|
|
specificity_score: 0.6
|
|
specificity_rationale: Commercial operations model for institutional retail channels.
|
|
custodian_types: '["*"]'
|