cardano:hasTreasuryValue leaf node


URI

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

Label

has treasury value

Description

The current value in the treasury.

Usage

DOMAINPROPERTYRANGE
cardano:Treasury cardano:hasTreasuryValue 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:hasTreasuryValue a owl:DatatypeProperty ;
    rdfs:label "has treasury value"@en ;
    rdfs:comment "The current value in the treasury."@en ;
    rdfs:domain cardano:Treasury ;
    rdfs:range xsd:decimal .