http://www.mobr.ai/ontologies/ponto#recordedOn
The block where a record is stored
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:LedgerRecord | ponto:recordedOn | ponto:Block |
@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 .