asset
- CURIE:
gmeow:ledgerAccountTypeAsset - IRI: https://blackcatinformatics.ca/gmeow/ledgerAccountTypeAsset
- Category: individual
- Defined by:
gmeow:slices/finance - Box roles: ABox role (What is this?)
An asset account — resources owned by the entity (cash, receivables, inventory, equipment).
Structure
Types: gmeow:LedgerAccountType
Practical Pattern
Use gmeow:ledgerAccountTypeAsset as a controlled value typed as gmeow:LedgerAccountType.
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:accountsReceivable a gmeow:LedgerAccount ;
gmeow:ledgerAccountType gmeow:ledgerAccountTypeAsset ;
gmeow:ledgerAccountHolder ex:acme ;
gmeow:ledgerAccountCurrency gmeow:referenceFrameCAD .