solveit-core:Weakness leaf node


URI

https://ontology.solveit-df.org/solveit/core/Weakness

Label

SOLVE-IT Weakness

Description

A potential problem resulting from using a technique, classified according to ASTM E3016-18 error categories.

Superclasses (1)

Usage

Instances of solveit-core:Weakness can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-core:Weakness
solveit-core:mayResultInINAC_ALT owl:DatatypeProperty Indicates if this weakness may result in an Inaccuracy-Alteration error (ASTM E3016-18 category). xsd:boolean
solveit-core:mayResultInINAC_AS owl:DatatypeProperty Indicates if this weakness may result in an Inaccuracy-Assumption error (ASTM E3016-18 category). xsd:boolean
solveit-core:mayResultInINAC_COR owl:DatatypeProperty Indicates if this weakness may result in an Inaccuracy-Corruption error (ASTM E3016-18 category). xsd:boolean
solveit-core:mayResultInINAC_EX owl:DatatypeProperty Indicates if this weakness may result in an Inaccuracy-Execution error (ASTM E3016-18 category). xsd:boolean
solveit-core:mayResultInINCOMP owl:DatatypeProperty Indicates if this weakness may result in an Incompleteness error (ASTM E3016-18 category). xsd:boolean
solveit-core:mayResultInMISINT owl:DatatypeProperty Indicates if this weakness may result in a Misinterpretation error (ASTM E3016-18 category). xsd:boolean
solveit-core:weaknessDescription owl:DatatypeProperty A detailed description of the weakness and its potential impacts. xsd:string
solveit-core:weaknessID owl:DatatypeProperty The unique identifier for a SOLVE-IT weakness (e.g., W1004). xsd:string
solveit-core:weaknessName owl:DatatypeProperty The name describing the weakness. xsd:string
solveit-core:hasPotentialMitigation owl:ObjectProperty Links a Weakness to mitigations that can potentially prevent or minimize it. solveit-core:Mitigation

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-core:Weakness a owl:Class ;
    rdfs:label "SOLVE-IT Weakness"@en ;
    rdfs:comment "A potential problem resulting from using a technique, classified according to ASTM E3016-18 error categories."@en ;
    rdfs:subClassOf uco-core:UcoObject .