ponto:Module


URI

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

Label

Module

Description

A set of components.

Usage

Instances of ponto:Module 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:Module a owl:Class ;
    rdfs:label "Module" ;
    rdfs:comment "A set of components." ;
    rdfs:subClassOf owl:Thing .