https://w3id.org/agent-ontology/ledger#LedgerRecord
Instances of ledger:LedgerRecord can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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 .