posting journal entry
- CURIE:
gmeow:postingJournalEntry - IRI: https://blackcatinformatics.ca/gmeow/postingJournalEntry
- Category: property
- Defined by:
gmeow:slices/finance - Box roles: RBox role (What is this?)
The journal entry this posting belongs to. Functional: a posting belongs to exactly one journal entry.
Structure
Property shape: object property; gmeow:Posting -> gmeow:JournalEntry; functional
Practical Pattern
Use gmeow:postingJournalEntry from gmeow:Posting to gmeow:JournalEntry 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
ex:debitAR a gmeow:Posting ;
gmeow:postingJournalEntry ex:journal ;
gmeow:postingAccount ex:accountsReceivable ;
gmeow:postingDirection gmeow:postingDirectionDebit ;
gmeow:postingAmount ex:amount .
ex:creditRevenue a gmeow:Posting ;
gmeow:postingJournalEntry ex:journal ;
gmeow:postingAccount ex:revenue ;
gmeow:postingDirection gmeow:postingDirectionCredit ;
gmeow:postingAmount ex:amount .