ponto:SystemParachain leaf node


URI

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

Label

System Parachain

Description

A parachain that is part of the Polkadot core protocol. System parachains are allocated a parachain execution core by governance rather than auction.

Usage

Instances of ponto:SystemParachain 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:SystemParachain a owl:Class ;
    rdfs:label "System Parachain" ;
    rdfs:comment "A parachain that is part of the Polkadot core protocol. System parachains are allocated a parachain execution core by governance rather than auction." ;
    rdfs:subClassOf ponto:Parachain .