ponto:FRAME leaf node


URI

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

Label

FRAME

Description

The collection of Substrate-provided pallets

Usage

Instances of ponto:FRAME 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:FRAME a owl:Class ;
    rdfs:label "FRAME" ;
    ponto:subClassOf ponto:Substrate ;
    rdfs:comment "The collection of Substrate-provided pallets" .