invoice recipient
- CURIE:
gmeow:invoiceRecipient - IRI: https://blackcatinformatics.ca/gmeow/invoiceRecipient
- Category: property
- Defined by:
gmeow:slices/finance - Box roles: RBox role (What is this?)
The agent that is being billed. Non-functional: a jointly billed party has several recipients.
Structure
Property shape: object property; gmeow:Invoice -> gmeow:Agent
Practical Pattern
Use gmeow:invoiceRecipient from gmeow:Invoice to gmeow:Agent when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Double Entry
- Source:
slices/extensions/finance/examples/double-entry.ttl - Examples catalog: open in catalog#example-slices-extensions-finance-examples-double-entry
# --- The invoice and its amount, in an explicit currency frame (P11).
ex:invoice a gmeow:Invoice ;
gmeow:invoiceIssuer ex:acme ;
gmeow:invoiceRecipient ex:client ;
gmeow:invoiceAmount ex:amount ;
gmeow:invoiceStatus gmeow:invoiceStatusSent .