cardano:hasPoolPledge leaf node


URI

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

Label

has pool pledge

Description

The amount of Ada pledged to a pool.

Usage

DOMAINPROPERTYRANGE
cardano:StakePool cardano:hasPoolPledge xsd:decimal

Implementation

@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:hasPoolPledge a owl:DatatypeProperty ;
    rdfs:label "has pool pledge"@en ;
    rdfs:comment "The amount of Ada pledged to a pool."@en ;
    rdfs:domain cardano:StakePool ;
    rdfs:range xsd:decimal .