ponto:Pallet


URI

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

Label

Pallet

Description

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.

Usage

Instances of ponto:Pallet 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: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 .