Software architecture - 3SE
Drafthttps://www.3se.info/3se-onto/terms/software-architecture-3se-069cfeb60f46731b
Analysis of the software to determine what software components are realizing it.
Allocations
flowchart TD
N1["Software"]
N2["Software state"]
N1 -.->|allocates| N2
Architecture
flowchart TD
N1["Software"]
N2["Software interface"]
N3["Software state"]
N4["Software component"]
N5["Software unit"]
N1 -->|composed of| N4
N4 -->|composed of| N5
N1 -.->|exposes| N2
N1 -.->|allocates| N3
Relations
JSON-LD
{
"@context": "https://www.3se.info/3se-onto/contexts/term.context.jsonld",
"@type": "skos:Concept",
"title": "Software architecture - 3SE",
"description": "Analysis of the software to determine what software components are realizing it.",
"status": "draft",
"subClassOf": [
"https://www.3se.info/3se-onto/terms/analysis-3se-069b5a9129c37ebe"
],
"@id": "https://www.3se.info/3se-onto/terms/software-architecture-3se-069cfeb60f46731b",
"related": [
"https://www.3se.info/3se-onto/terms/software-3se-069bb0a752e7712e",
"https://www.3se.info/3se-onto/terms/software-component-3se-069b85f238e370c5"
],
"relatedMatch": [
"https://www.3se.info/3se-onto/terms/architecture-42010-2022-069cff8d0ac17a44",
"https://www.3se.info/3se-onto/terms/architecture-26262-1-2018-069cff8d0aa87a16"
],
"entryCreated": "2026-04-03",
"entryModified": "2026-04-03",
"entryCreator": {
"@type": "foaf:Person",
"name": "@rcasteran"
}
}
Raw JSON-LD: index.jsonld
Created 2026-04-03 · Modified 2026-04-03 · by @rcasteran