http://www.mobr.ai/ontologies/ponto#Architecture
A high-level structure of a software system that defines its components, their relationships, and their interactions.
Instances of ponto:Architecture can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Architecture | |||
ponto:hasComponent | owl:ObjectProperty | ponto:Component |
@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 .