ponto:Architecture


URI

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

Label

System Architecture

Description

A high-level structure of a software system that defines its components, their relationships, and their interactions.

Usage

Instances of ponto:Architecture can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Architecture
ponto:hasComponent owl:ObjectProperty ponto:Component

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:Architecture a owl:Class ;
    rdfs:label "System Architecture" ;
    rdfs:comment "A high-level structure of a software system that defines its components, their relationships, and their interactions." ;
    rdfs:subClassOf owl:Thing .