ponto:TechnicalCommittee leaf node


URI

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

Label

Technical Committee

Description

A technocratic committee to manage upgrade timelines.

Superclasses (1)

Usage

Instances of ponto:TechnicalCommittee 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:TechnicalCommittee a owl:Class ;
    rdfs:label "Technical Committee" ;
    rdfs:comment "A technocratic committee to manage upgrade timelines." ;
    rdfs:subClassOf ponto:Component .