blockchain:hasTransaction leaf node


URI

http://www.mobr.ai/ontologies/blockchain#hasTransaction

Label

has transaction

Description

Relates a block with the transactions recorded in it.

Usage

DOMAINPROPERTYRANGE
blockchain:Block blockchain:hasTransaction blockchain:Transaction

Implementation

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