http://www.mobr.ai/ontologies/ponto#Parathread
A blockchain that works within the confines of the Polkadot Host, thus allowing it to connect to the Polkadot Relay Chain. This can be done either by becoming a parachain or connecting on a 'pay as you go' basis. All parachains start their life-cycle as a parathread.
Instances of ponto:Parathread can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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:Parathread a owl:Class ;
rdfs:label "Parathread" ;
rdfs:comment "A blockchain that works within the confines of the Polkadot Host, thus allowing it to connect to the Polkadot Relay Chain. This can be done either by becoming a parachain or connecting on a 'pay as you go' basis. All parachains start their life-cycle as a parathread." ;
rdfs:subClassOf ponto:Parachain .