ponto:Asset


URI

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

Label

Asset

Description

Representation of an asset on a distributed ledger.

Superclasses (1)

Usage

Instances of ponto:Asset can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Asset
ponto:bonding rdf:Property A process by which tokens can be 'frozen' in exchange for some other benefit. For example, staking is a form of bonding for which you receive rewards in exchange for securing the network. You can also bond tokens in exchange for a parachain slot. xsd:decimal

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:Asset a owl:Class ;
    rdfs:label "Asset" ;
    rdfs:comment "Representation of an asset on a distributed ledger." ;
    rdfs:subClassOf ponto:Component .