ledger account type

The kind of ledger account — one of the open LedgerAccountType values (asset, liability, equity, revenue, expense). Functional: a ledger account has one canonical type.

Structure

Property shape: object property; gmeow:LedgerAccount -> gmeow:LedgerAccountType; functional

Practical Pattern

Use gmeow:ledgerAccountType from gmeow:LedgerAccount to gmeow:LedgerAccountType 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:accountsReceivable a gmeow:LedgerAccount ;
    gmeow:ledgerAccountType     gmeow:ledgerAccountTypeAsset ;
    gmeow:ledgerAccountHolder   ex:acme ;
    gmeow:ledgerAccountCurrency gmeow:referenceFrameCAD .

ex:revenue a gmeow:LedgerAccount ;
    gmeow:ledgerAccountType     gmeow:ledgerAccountTypeRevenue ;
    gmeow:ledgerAccountHolder   ex:acme ;
    gmeow:ledgerAccountCurrency gmeow:referenceFrameCAD .

Common Companion Terms

gmeow:LedgerAccount, gmeow:LedgerAccountType