journal entry postings

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

# --- The same fact as a balanced double-entry journal: debit AR, credit Revenue.
ex:journal a gmeow:JournalEntry ;
    gmeow:journalEntryPostings ex:debitAR , ex:creditRevenue .

Common Companion Terms

gmeow:JournalEntry, gmeow:Posting