diff --git a/instances/latest/terminologies/dependencyImpact/completeOutage.jsonld b/instances/latest/terminologies/dependencyImpact/completeOutage.jsonld new file mode 100644 index 000000000..ebf7c7ca4 --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/completeOutage.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/criticalFunctionLoss.jsonld b/instances/latest/terminologies/dependencyImpact/criticalFunctionLoss.jsonld new file mode 100644 index 000000000..a6c9551d6 --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/criticalFunctionLoss.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/dataStaleness.jsonld b/instances/latest/terminologies/dependencyImpact/dataStaleness.jsonld new file mode 100644 index 000000000..70ca47a8a --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/dataStaleness.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/dataUnavailability.jsonld b/instances/latest/terminologies/dependencyImpact/dataUnavailability.jsonld new file mode 100644 index 000000000..97b23232e --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/dataUnavailability.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/errorPropagation.jsonld b/instances/latest/terminologies/dependencyImpact/errorPropagation.jsonld new file mode 100644 index 000000000..a0cb0618b --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/errorPropagation.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/fallbackModeActivation.jsonld b/instances/latest/terminologies/dependencyImpact/fallbackModeActivation.jsonld new file mode 100644 index 000000000..8a8ed1f4b --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/fallbackModeActivation.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/non-criticalFunctionLoss.jsonld b/instances/latest/terminologies/dependencyImpact/non-criticalFunctionLoss.jsonld new file mode 100644 index 000000000..1a0f1a48d --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/non-criticalFunctionLoss.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/queueBuild-up.jsonld b/instances/latest/terminologies/dependencyImpact/queueBuild-up.jsonld new file mode 100644 index 000000000..3ff416bfc --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/queueBuild-up.jsonld @@ -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 +} diff --git a/instances/latest/terminologies/dependencyImpact/reducedPerformance.jsonld b/instances/latest/terminologies/dependencyImpact/reducedPerformance.jsonld new file mode 100644 index 000000000..a59f97e88 --- /dev/null +++ b/instances/latest/terminologies/dependencyImpact/reducedPerformance.jsonld @@ -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 +}