ponto:Scalability leaf node


URI

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

Label

Scalability

Description

While an ambiguous concept, [blockchain] scalability can be understood as the ability for the network to scale in capabilities (e.g. processing more transactions) when needed.

Usage

Instances of ponto:Scalability 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:Scalability a owl:Class ;
    rdfs:label "Scalability" ;
    rdfs:comment "While an ambiguous concept, [blockchain] scalability can be understood as the ability for the network to scale in capabilities (e.g. processing more transactions) when needed." ;
    rdfs:subClassOf owl:Thing .