ponto:ParachainRegistry leaf node


URI

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

Label

Parachain Registry

Description

A relatively simple database-like construct that holds both static and dynamic information on each chain.

Usage

Instances of ponto:ParachainRegistry 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:ParachainRegistry a owl:Class ;
    rdfs:label "Parachain Registry" ;
    rdfs:comment "A relatively simple database-like construct that holds both static and dynamic information on each chain." ;
    rdfs:subClassOf owl:Thing .