cardano:hasTransactionID leaf node


URI

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

Label

has transaction id

Description

Relates a transaction with its identifier.

Usage

DOMAINPROPERTYRANGE
blockchain:Transaction cardano:hasTransactionID xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasTransactionID a owl:DatatypeProperty ;
    rdfs:label "has transaction id"@en ;
    rdfs:comment "Relates a transaction with its identifier."@en ;
    rdfs:domain blockchain:Transaction ;
    rdfs:range xsd:string .