ponto:Moonriver


URI

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

Label

Moonriver

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:Moonriver a ponto:Parachain ;
    rdfs:label "Moonriver" ;
    ponto:hasNetType ponto:mainnet ;
    ponto:hasParaId 2023 ;
    rdfs:comment "A blockchain built using Substrate, the same technology used to build Polkadot." .