ledger:LedgerRecord leaf node


URI

https://w3id.org/agent-ontology/ledger#LedgerRecord

Label

LedgerRecord

Usage

Instances of ledger:LedgerRecord can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix ledger: <https://w3id.org/agent-ontology/ledger#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

ledger:LedgerEvent a owl:Class ;
    rdfs:label "LedgerEvent" ;
    rdfs:comment "Canonical semantic event in append-only ledger stream." ;
    rdfs:subClassOf schema1:Event .