journal entry postings
- CURIE:
gmeow:journalEntryPostings - IRI: https://blackcatinformatics.ca/gmeow/journalEntryPostings
- Category: property
- Defined by:
gmeow:slices/finance - Box roles: RBox role (What is this?)
The postings that compose a journal entry. Non-functional: a journal entry has at least two postings (SHACL-enforced).
Structure
Property shape: object property; gmeow:JournalEntry -> gmeow:Posting
Practical Pattern
Use gmeow:journalEntryPostings from gmeow:JournalEntry to gmeow:Posting 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 same fact as a balanced double-entry journal: debit AR, credit Revenue.
ex:journal a gmeow:JournalEntry ;
gmeow:journalEntryPostings ex:debitAR , ex:creditRevenue .