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: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
solveit-core:hasWeaknessClass owl:ObjectProperty Associates a weakness with an ASTM E3016-18 error category. solveit-core:ASTMErrorCategory

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 .