cardano:hasWitness leaf node


URI

http://www.mobr.ai/ontologies/cardano#hasWitness

Label

has witness

Description

Relates a transaction to its witnesses.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasWitness cardano:TransactionWitness

Implementation

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

cardano:hasWitness a owl:ObjectProperty ;
    rdfs:label "has witness"@en ;
    rdfs:comment "Relates a transaction to its witnesses."@en ;
    rdfs:domain blockchain:Transaction ;
    rdfs:range cardano:TransactionWitness .