ponto:PalletSection leaf node


URI

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

Label

Pallet Section

Description

Information about each of the pallets in the runtime

Superclasses (1)

Usage

Instances of ponto:PalletSection 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:PalletSection a owl:Class ;
    rdfs:label "Pallet Section" ;
    rdfs:comment "Information about each of the pallets in the runtime" ;
    rdfs:subClassOf ponto:Metadata .