ponto:Rococo


URI

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

Label

Rococo

Description

A Polkadot test network used for experimentation and development.

Implementation

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

ponto:Rococo a ponto:Blockchain ;
    rdfs:label "Rococo" ;
    ponto:hasNetType ponto:testnet ;
    ponto:tests ponto:Polkadot ;
    rdfs:comment "A Polkadot test network used for experimentation and development." .