ponto:Statemint


URI

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

Label

Statemint

Description

A generic assets parachain which provides functionality for deploying and transferring assets — both Fungible and Non-Fungible Tokens (NFTs).

Implementation

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

ponto:Statemint a ponto:Parachain ;
    rdfs:label "Statemint" ;
    ponto:hasNetType ponto:mainnet ;
    rdfs:comment "A generic assets parachain which provides functionality for deploying and transferring assets — both Fungible and Non-Fungible Tokens (NFTs)." .