http://www.mobr.ai/ontologies/ponto#ParachainRegistry
A relatively simple database-like construct that holds both static and dynamic information on each chain.
Instances of ponto:ParachainRegistry can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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 .