ponto:StandaloneChain leaf node


URI

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

Label

Standalone Chain

Description

A non-Substrate blockchain.

Usage

Instances of ponto:StandaloneChain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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:StandaloneChain a owl:Class ;
    rdfs:label "Standalone Chain" ;
    rdfs:comment "A non-Substrate blockchain." ;
    rdfs:subClassOf ponto:DistributedLedger .