sent
- CURIE:
gmeow:invoiceStatusSent - IRI: https://blackcatinformatics.ca/gmeow/invoiceStatusSent
- Category: individual
- Defined by:
gmeow:slices/finance - Box roles: ABox role (What is this?)
An invoice that has been sent to the recipient.
Structure
Types: gmeow:InvoiceStatus
Practical Pattern
Use gmeow:invoiceStatusSent as a controlled value typed as gmeow:InvoiceStatus.
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 .