ponto:FinalityGadget


URI

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

Label

Finality Gadget

Description

A mechanism that determines finality.

Superclasses (1)

Usage

Instances of ponto:FinalityGadget 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:FinalityGadget a owl:Class ;
    rdfs:label "Finality Gadget" ;
    rdfs:comment "A mechanism that determines finality." ;
    rdfs:subClassOf ponto:Component .