ponto:Substrate leaf node


URI

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

Label

Substrate

Description

A modular framework for building blockchains. Polkadot is built using Substrate. Chains built with Substrate will be easy to connect as parachains.

Superclasses (1)

Usage

Instances of ponto:Substrate can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

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

ponto:Substrate a owl:Class ;
    rdfs:label "Substrate" ;
    rdfs:comment "A modular framework for building blockchains. Polkadot is built using Substrate. Chains built with Substrate will be easy to connect as parachains." ;
    rdfs:subClassOf ponto:SDK .