cardano:StakePool leaf node


URI

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

Label

Stake Pool

Description

An entity that participates in Cardano block production and network consensus.

Usage

Instances of cardano:StakePool can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:StakePool
cardano:hasFixedCost owl:DatatypeProperty The pool's fixed operation cost. xsd:decimal
cardano:hasMargin owl:DatatypeProperty The pool's profit margin percentage. xsd:decimal
cardano:hasMinPoolCost owl:DatatypeProperty Minimum fixed cost a stake pool can declare xsd:decimal
cardano:hasPoolPledge owl:DatatypeProperty The amount of Ada pledged to a pool. xsd:decimal
cardano:hasPoolMetadata owl:ObjectProperty Relates a pool to its metadata. cardano:PoolMetadata
cardano:hasPoolOwner owl:ObjectProperty Relates a pool to its owners. cardano:PoolOwner
cardano:hasPoolStatus owl:ObjectProperty Relates a pool to its operational status. cardano:PoolStatus
cardano:hasRetirement owl:ObjectProperty Associates a stake pool with its retirement certificate cardano:PoolRetirement
cardano:hasStakeAccount owl:ObjectProperty Relate a stake pool to its stake account blockchain:Account

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#> .

cardano:StakePool a owl:Class ;
    rdfs:label "Stake Pool"@en ;
    rdfs:comment "An entity that participates in Cardano block production and network consensus."@en .