http://www.mobr.ai/ontologies/ponto#Pallet
Substrate Runtime Module. That is, a set of compoments and support libraries that can be used, modified and extended to build the runtime logic to suit the needs of blockchains.
Instances of ponto:Pallet 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:Pallet a owl:Class ;
rdfs:label "Pallet" ;
rdfs:comment "Substrate Runtime Module. That is, a set of compoments and support libraries that can be used, modified and extended to build the runtime logic to suit the needs of blockchains." ;
rdfs:subClassOf ponto:RuntimeModule .