blockchain:Blockchain leaf node


URI

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

Label

Blockchain

Description

A distributed ledger recording transactions across a network

Instances (1)

Usage

Instances of blockchain:Blockchain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class blockchain:Blockchain
blockchain:hasConsensusProtocol owl:ObjectProperty Relates the network to its active consensus protocol implementation. blockchain:ConsensusProtocol
blockchain:hasGenesisBlock owl:ObjectProperty Relates the network to its genesis block. blockchain:Block
blockchain:hasNativeToken owl:ObjectProperty Relates the network to its native token. blockchain:FungibleToken
cardano:hasConstitutionalCommittee owl:ObjectProperty Links the blockchain to its constitutional committee cardano:Committee

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:Blockchain a owl:Class ;
    rdfs:label "Blockchain"@en ;
    rdfs:comment "A distributed ledger recording transactions across a network"@en .