ponto:recordedOn leaf node


URI

http://www.mobr.ai/ontologies/ponto#recordedOn

Label

recordedOn

Description

The block where a record is stored

Usage

DOMAINPROPERTYRANGE
ponto:LedgerRecord ponto:recordedOn ponto:Block

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:recordedOn a owl:ObjectProperty ;
    rdfs:comment "The block where a record is stored" ;
    rdfs:domain ponto:LedgerRecord ;
    rdfs:range ponto:Block ;
    owl:inverseOf ponto:hasRecord .