ponto:PalletMethod leaf node


URI

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

Label

Pallet Method

Description

A method of a pallet.

Usage

Instances of ponto:PalletMethod 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:PalletMethod a owl:Class ;
    rdfs:label "Pallet Method" ;
    rdfs:comment "A method of a pallet." ;
    rdfs:subClassOf ponto:Pallet .