cardano:hasStakeAccount leaf node


URI

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

Label

has stake address

Description

Relate a stake pool to its stake account

Usage

DOMAINPROPERTYRANGE
cardano:StakePool cardano:hasStakeAccount blockchain:Account

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:hasStakeAccount a owl:ObjectProperty ;
    rdfs:label "has stake address"@en ;
    rdfs:comment "Relate a stake pool to its stake account"@en ;
    rdfs:domain cardano:StakePool ;
    rdfs:range blockchain:Account .