blockchain:ValidationRule leaf node


URI

http://www.mobr.ai/ontologies/blockchain#ValidationRule

Label

Validation Rule

Description

A specific rule for verifying the validity of blocks and transactions.

Usage

Instances of blockchain:ValidationRule can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

blockchain:ValidationRule a owl:Class ;
    rdfs:label "Validation Rule"@en ;
    rdfs:comment "A specific rule for verifying the validity of blocks and transactions."@en .