https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger leaf node


URI

https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger

Label

Ledger

Description

A record artifact capturing accountable agent transactions.

Superclasses (1)

Usage

Instances of https://s-agent-comm.github.io/ontology/ontologies/ledger#Ledger can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@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 .