http://www.mobr.ai/ontologies/blockchain#hasTransaction
Relates a block with the transactions recorded in it.
DOMAIN | PROPERTY | RANGE |
---|---|---|
blockchain:Block | blockchain:hasTransaction | blockchain:Transaction |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
blockchain:hasTransaction a owl:ObjectProperty ;
rdfs:label "has transaction"@en ;
rdfs:comment "Relates a block with the transactions recorded in it."@en ;
rdfs:domain blockchain:Block ;
rdfs:range blockchain:Transaction .