ponto:Parachain


URI

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

Label

Parachain

Description

A blockchain that meets several characteristics that allow it to work within the confines of the Polkadot Host. Also known as 'parallelized chain'.

Usage

Instances of ponto:Parachain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Parachain
ponto:hasParaId owl:DatatypeProperty ponto:paraId
ponto:hasParaName owl:DatatypeProperty ponto:paraName
From class ponto:DistributedLedger
ponto:hasNetType rdf:Property xsd:string
ponto:hasPR owl:ObjectProperty ponto:PullRequest
ponto:tests owl:ObjectProperty ponto:DistributedLedger

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:Parachain a owl:Class ;
    rdfs:label "Parachain" ;
    rdfs:comment "A blockchain that meets several characteristics that allow it to work within the confines of the Polkadot Host. Also known as 'parallelized chain'." ;
    rdfs:subClassOf ponto:DistributedLedger .