cardano:hasMinPoolCost leaf node


URI

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

Label

has minimum pool cost

Description

Minimum fixed cost a stake pool can declare

Usage

DOMAINPROPERTYRANGE
cardano:StakePool cardano:hasMinPoolCost 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:hasMinPoolCost a owl:DatatypeProperty ;
    rdfs:label "has minimum pool cost"@en ;
    rdfs:comment "Minimum fixed cost a stake pool can declare"@en ;
    rdfs:domain cardano:StakePool ;
    rdfs:range xsd:decimal .