posting amount

The monetary amount of this posting, expressed as a MonetaryAmount with explicit currency frame. Functional: a posting has exactly one amount.

Structure

Property shape: object property; gmeow:Posting -> gmeow:MonetaryAmount; functional

Practical Pattern

Use gmeow:postingAmount from gmeow:Posting to gmeow:MonetaryAmount 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

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 .

Common Companion Terms

gmeow:Posting, gmeow:MonetaryAmount