ponto:Phala


URI

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

Label

Phala

Description

A next-generation decentralized cloud computing network built to power Web3 with security, scalability, and cost-effectiveness at the heart of its offering, designed to bring decentralized compute cloud to the masses.

Implementation

@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ponto:Phala a ponto:Parachain ;
    rdfs:label "Phala" ;
    ponto:hasNetType ponto:mainnet ;
    ponto:hasParaId 2035 ;
    rdfs:comment "A next-generation decentralized cloud computing network built to power Web3 with security, scalability, and cost-effectiveness at the heart of its offering, designed to bring decentralized compute cloud to the masses." .