ponto:ProofOfWork leaf node


URI

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

Label

Proof of Work

Description

A method of selecting participants in a consensus system, typically the longest chain rule, in which participants try to solve a puzzle like finding a partial pre-image of a hash. Normally, a Proof-of-Work system can have any number of participants.

Usage

Instances of ponto:ProofOfWork can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:ProofOfWork a owl:Class ;
    rdfs:label "Proof of Work" ;
    rdfs:comment "A method of selecting participants in a consensus system, typically the longest chain rule, in which participants try to solve a puzzle like finding a partial pre-image of a hash. Normally, a Proof-of-Work system can have any number of participants." ;
    rdfs:subClassOf ponto:ConsensusMechanism .