accepts payment method
- CURIE:
gmeow:acceptsPaymentMethod - IRI: https://blackcatinformatics.ca/gmeow/acceptsPaymentMethod
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
Relates an organization to a payment method it accepts — reusing the finance-slice gmeow:PaymentMethod individuals (cash, credit card, bank transfer, cryptocurrency, …). Non-functional: a business may accept several. Projects to schema:paymentAccepted (the method's label).
Structure
Property shape: object property; gmeow:Organization -> gmeow:PaymentMethod
Practical Pattern
Use gmeow:acceptsPaymentMethod from gmeow:Organization to gmeow:PaymentMethod when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:Organization, gmeow:PaymentMethod
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:acceptsPaymentMethod |
projection | schema-org |
projects to / <= | schema:paymentAccepted | gmeow:mapSchemaPaymentAccepted; confidence 0.85; lossy: the PaymentMethod individual collapses to its label text; schema:paymentAccepted is a free-text list |
Usage Advice
Use when
- Use to record which payment methods a business accepts, referencing the finance-slice
gmeow:PaymentMethodvalue individuals (cash, credit card, bank transfer, cryptocurrency).
Avoid when
- Avoid a free-text method string (reuse the
gmeow:PaymentMethodvocabulary) and avoid conflating accepted methods with accepted currencies (that isgmeow:acceptsCurrency).
How to use
- Attach one or more
gmeow:acceptsPaymentMethodtriples to the organization referencinggmeow:PaymentMethodindividuals; the schema:paymentAccepted projection reads each method's label.