cardano:hasFixedCost leaf node


URI

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

Label

has fixed cost

Description

The pool's fixed operation cost.

Usage

DOMAINPROPERTYRANGE
cardano:StakePool cardano:hasFixedCost 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:hasFixedCost a owl:DatatypeProperty ;
    rdfs:label "has fixed cost"@en ;
    rdfs:comment "The pool's fixed operation cost."@en ;
    rdfs:domain cardano:StakePool ;
    rdfs:range xsd:decimal .