https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger
A record artifact capturing accountable agent transactions.
Instances of https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@prefix exu: <http://example.org/unified-ontic#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger> a owl:Class ;
rdfs:label "Ledger" ;
exu:mapsTo """BFO:InformationArtifact; DOLCE:InformationObject;
SUMO:Document""" ;
rdfs:comment "A record artifact capturing accountable agent transactions." ;
rdfs:subClassOf exu:ArtifactSocial .