http://www.mobr.ai/ontologies/cardano#hasReserveValue
The current value in reserves.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:Reserve | cardano:hasReserveValue | xsd:integer |
@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:hasReserveValue a owl:DatatypeProperty ;
rdfs:label "has reserve value"@en ;
rdfs:comment "The current value in reserves."@en ;
rdfs:domain cardano:Reserve ;
rdfs:range xsd:integer .