ponto:TVL leaf node


URI

http://www.mobr.ai/ontologies/ponto#TVL

Label

Total Value Locked

Description

Total Value Locked (TVL) is a metric used to measure the total value of digital assets that are locked or staked.

Usage

Instances of ponto:TVL can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:TVL a owl:Class ;
    rdfs:label "Total Value Locked" ;
    rdfs:comment "Total Value Locked (TVL) is a metric used to measure the total value of digital assets that are locked or staked." ;
    rdfs:subClassOf owl:Thing .