cardano:Cardano


URI

http://www.mobr.ai/ontologies/cardano#Cardano

Label

Cardano

Description

Cardano is a decentralized blockchain platform that aims to provide more secure, sustainable, and accessible financial services globally using advanced proof-of-stake technology. It's designed to be more energy-efficient than traditional blockchains while offering enhanced security and scalability. Cardano is secured through an environmentally sustainable, verifiably secure PoS protocol that’s known as Ouroboros.

Implementation

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

cardano:Cardano a blockchain:Blockchain ;
    rdfs:label "Cardano"@en ;
    blockchain:hasConsensusProtocol blockchain:Ouroboros ;
    blockchain:hasNativeToken cardano:ADA ;
    rdfs:comment "Cardano is a decentralized blockchain platform that aims to provide more secure, sustainable, and accessible financial services globally using advanced proof-of-stake technology. It's designed to be more energy-efficient than traditional blockchains while offering enhanced security and scalability. Cardano is secured through an environmentally sustainable, verifiably secure PoS protocol that’s known as Ouroboros."@en .