cardano:delegatesTo leaf node


URI

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

Label

delegates to

Description

Relates an account to its delegation target.

Usage

DOMAINPROPERTYRANGE
blockchain:Account , Blank node (see implementation) cardano:delegatesTo owl:Thing (inferred)

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:delegatesTo a owl:ObjectProperty ;
    rdfs:label "delegates to"@en ;
    rdfs:comment "Relates an account to its delegation target."@en ;
    rdfs:domain blockchain:Account ;
    rdfs:range [ owl:unionOf ( cardano:StakePool cardano:DRep ) ] .