Software component breakdown structure - 3SE
Drafthttps://www.3se.info/3se-onto/terms/software-component-breakdown-structure-3se-069dc076d3dc7c81
Breakdown structure of the software component that supports the software architecture by following the principles below:
(1) A software component is composed of at least one software unit.
(2) A software unit allocates a software unit function.
Structure
flowchart TD
N1["Software component"]
N2["Software unit"]
N3["Software component state"]
N4["Software unit function"]
N1 -->|composed of| N2
N1 -.->|allocates| N3
N2 -.->|allocates| N4
Relations
JSON-LD
{
"@context": "https://www.3se.info/3se-onto/contexts/term.context.jsonld",
"@type": "skos:Concept",
"title": "Software component breakdown structure - 3SE",
"description": "Breakdown structure of the software component that supports the software architecture by following the principles below:\n(1) A software component is composed of at least one software unit.\n(2) A software unit allocates a software unit function.",
"status": "draft",
"subClassOf": [
"https://www.3se.info/3se-onto/terms/breakdown-structure-3se-069d166fa9037b67"
],
"@id": "https://www.3se.info/3se-onto/terms/software-component-breakdown-structure-3se-069dc076d3dc7c81",
"related": [
"https://www.3se.info/3se-onto/terms/software-architecture-3se-069cfeb60f46731b",
"https://www.3se.info/3se-onto/terms/software-component-3se-069b85f238e370c5",
"https://www.3se.info/3se-onto/terms/software-unit-3se-069b85f238eb7572",
"https://www.3se.info/3se-onto/terms/software-unit-function-3se-069dc076d3ee71b8"
],
"entryCreated": "2026-04-12",
"entryModified": "2026-04-12",
"entryCreator": {
"@type": "foaf:Person",
"name": "@rcasteran"
}
}
Raw JSON-LD: index.jsonld
Created 2026-04-12 · Modified 2026-04-12 · by @rcasteran