accepts currency
- CURIE:
gmeow:acceptsCurrency - IRI: https://blackcatinformatics.ca/gmeow/acceptsCurrency
- Category: property
- Defined by:
gmeow:slices/organization - Box roles: RBox role (What is this?)
Relates an organization to a currency it accepts for payment — a currency reference frame (a member of gmeow:frameRealmCurrency, e.g. gmeow:referenceFrameUSD), reusing the same first-class currency model as gmeow:accountCurrency rather than a flat code string. Non-functional: a business may accept several. Projects to schema:currenciesAccepted via the frame's gmeow:currencyCode.
Structure
Property shape: object property; gmeow:Organization -> gmeow:ReferenceFrame
Practical Pattern
Use gmeow:acceptsCurrency from gmeow:Organization to gmeow:ReferenceFrame when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
gmeow:Organization, gmeow:ReferenceFrame
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:acceptsCurrency |
projection | schema-org |
projects to / <= | schema:currenciesAccepted | gmeow:mapSchemaCurrenciesAccepted; confidence 0.9; lossy: the currency reference frame collapses to its ISO 4217 / ticker code; schema:currenciesAccepted is a free-text code list |
Usage Advice
Use when
- Use to record which currencies a business accepts, referencing a first-class currency
gmeow:ReferenceFrame(a member ofgmeow:frameRealmCurrency) rather than a flat ISO code.
Avoid when
- Avoid a flat currency-code literal (reuse the first-class currency reference frame, as
gmeow:accountCurrencydoes) and avoid conflating accepted currencies with accepted methods (gmeow:acceptsPaymentMethod).
How to use
- Attach one or more
gmeow:acceptsCurrencytriples referencing currencygmeow:ReferenceFrameindividuals; the schema:currenciesAccepted projection reads each frame'sgmeow:currencyCode.