ponto:Component


URI

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

Label

Architecture Component

Description

A specific technology entity that composes a system architecture or implementation.

Usage

Instances of ponto:Component 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:Component a owl:Class ;
    rdfs:label "Architecture Component" ;
    rdfs:comment "A specific technology entity that composes a system architecture or implementation." ;
    rdfs:subClassOf owl:Thing .