ponto:Ganshiro


URI

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

Label

Ganshiro

Description

A blockchain built using Substrate, the same technology used to build Polkadot.

Implementation

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

ponto:Ganshiro a ponto:Parachain ;
    rdfs:label "Ganshiro" ;
    ponto:hasNetType ponto:mainnet ;
    ponto:hasParaId 2024 ;
    rdfs:comment "A blockchain built using Substrate, the same technology used to build Polkadot." .