Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e0ce694
Update definition and preferredOntologyIdentifier
lzehl Nov 14, 2025
0c8a0d2
Update definition for critical function loss
lzehl Nov 14, 2025
ac48627
Update definition for non-critical function loss
lzehl Nov 14, 2025
3efd8aa
Update definition for reduced performance
lzehl Nov 14, 2025
2d195ce
Update definition for data unavailability
lzehl Nov 14, 2025
1fd8db9
Update definition for data staleness
lzehl Nov 14, 2025
f2f2583
Update definition for fallback mode activation
lzehl Nov 14, 2025
7b9227f
Create queueBuild-up.jsonld
lzehl Nov 14, 2025
1b5b175
Create errorPropagation.jsonld
lzehl Nov 14, 2025
5c1aba5
Update definition for complete outage
lzehl Nov 17, 2025
2788d2a
Revise definition for critical function loss
lzehl Nov 17, 2025
fb44fdd
Refine definition of data staleness
lzehl Nov 17, 2025
e3104c5
Refine definition of data unavailability
lzehl Nov 17, 2025
ca0c1ef
Refine definition of error propagation
lzehl Nov 17, 2025
ce483b6
Update definition for fallback mode activation
lzehl Nov 17, 2025
c46ebf9
Update definition for non-critical function loss
lzehl Nov 17, 2025
952d044
Update queueBuild-up.jsonld
lzehl Nov 17, 2025
83a7e3d
Update definition for reduced performance
lzehl Nov 17, 2025
16e998f
Update definition for reduced performance
lzehl Nov 17, 2025
1140c01
Update completeOutage.jsonld
lzehl Nov 17, 2025
191d21e
Remove unnecessary bracket in definition
lzehl Nov 17, 2025
2fb8966
Remove 'system|thing' from data staleness definition
lzehl Nov 17, 2025
bfeb37f
Update dataUnavailability.jsonld
lzehl Nov 17, 2025
412bb83
Refine definition of error propagation
lzehl Nov 17, 2025
f0993d2
Remove 'system' from fallback mode definition
lzehl Nov 17, 2025
31b5c6e
Remove brackets from non-critical function loss definition
lzehl Nov 17, 2025
48aa0e7
Simplify definition in queueBuild-up.jsonld
lzehl Nov 17, 2025
c3548e3
Update reducedPerformance.jsonld
lzehl Nov 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/completeOutage",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing becomes entirely nonfunctional if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "complete outage",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/criticalFunctionLoss",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "Essential or mission-critical features of a thing stop working if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "critical function loss",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/dataStaleness",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing must rely on cached or outdated data because fresh data cannot be retrieved if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "data staleness",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/dataUnavailability",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing cannot retrieve any required data, causing operations to halt or fail, if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "data unavailability",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/errorPropagation",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing emits errors that surface to users or downstream systems if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "error propagation",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/fallbackModeActivation",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing switches to an intentionally designed degraded or alternate operating mode if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "fallback mode activation",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/non-criticalFunctionLoss",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "Secondary or optional features of a thing stop working while core functions continue if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "non-critical function loss",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/queueBuild-up",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "Requests or tasks directed to a thing accumulate because normal processing cannot proceed if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "queue build-up",
"preferredOntologyIdentifier": null,
"synonym": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/dependencyImpact/reducedPerformance",
"@type": "https://openminds.om-i.org/types/DependencyImpact",
"definition": "A thing remains functional but responds more slowly or with higher latency if the thing it depends on is unavailable.",
"description": null,
"interlexIdentifier": null,
"knowledgeSpaceLink": null,
"name": "reduced performance",
"preferredOntologyIdentifier": null,
"synonym": null
}