http://www.mobr.ai/ontologies/blockchain#Blockchain
A distributed ledger recording transactions across a network
Instances of blockchain:Blockchain can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .