ponto:Westend


URI

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

Label

Westend

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:Westend a ponto:Blockchain ;
    rdfs:label "Westend" ;
    ponto:hasNetType ponto:testnet ;
    ponto:tests ponto:Polkadot ;
    rdfs:comment "A Polkadot test network used for experimentation and development." .