ponto:HardSpoon leaf node


URI

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

Label

Hard Spoon

Description

Defined by Jae Kwon of Cosmos as 'a new chain that takes into account state from an existing chain; not to compete, but to provide broad access.' A non-contentious blockchain that inherits the state of the underlying blockchain and creates a new branch of the same blockchain.

Usage

Instances of ponto:HardSpoon 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:HardSpoon a owl:Class ;
    rdfs:label "Hard Spoon" ;
    rdfs:comment "Defined by Jae Kwon of Cosmos as 'a new chain that takes into account state from an existing chain; not to compete, but to provide broad access.' A non-contentious blockchain that inherits the state of the underlying blockchain and creates a new branch of the same blockchain." ;
    rdfs:subClassOf ponto:Blockchain .