- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases. - Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/PaymentMethod
|
|
name: PaymentMethod
|
|
title: PaymentMethod
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/new/provider
|
|
- ../slots/20260202_matang/new/note
|
|
# default_range: string
|
|
classes:
|
|
PaymentMethod:
|
|
description: 'A payment method accepted by an institution for tickets, services,
|
|
or purchases.
|
|
|
|
**EXAMPLES**: - Credit cards (Visa, Mastercard, Amex) - Debit cards (Maestro,
|
|
V-Pay) - Digital payments (iDEAL, Apple Pay, Google Pay) - Cash - Museum passes
|
|
(Museumkaart, etc.)
|
|
|
|
Used with `accept` slot to indicate payment options.'
|
|
class_uri: schema:PaymentMethod
|
|
annotations:
|
|
custodian_types: '["M", "G", "B", "H"]'
|
|
custodian_types_rationale: Payment methods primarily relevant for visitor-facing
|
|
institutions.
|
|
custodian_types_primary: M
|
|
specificity_score: 0.6
|
|
specificity_rationale: Moderate-high specificity - specific to ticketing/commerce.
|
|
examples:
|
|
- value: "PaymentMethod:\n method_type: \"credit_card\"\n provider: \"Visa\"\
|
|
\n"
|
|
description: Visa credit card payment.
|
|
- value: "PaymentMethod:\n method_type: \"digital\"\n provider: \"iDEAL\"\n\
|
|
\ note: \"Dutch bank transfer system\"\n"
|
|
description: iDEAL digital payment method.
|
|
slots:
|
|
- provider
|
|
- note
|