solveit-tool-profile:establishedForWeakness leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/establishedForWeakness

Label

established for weakness

Description

The weaknesses this capability was established against. One mitigation typically addresses many weaknesses, and a capability that names only its mitigation is read as covering all of them, including the ones the publisher never tested. Naming weaknesses here records what was actually established rather than what the mitigation could in principle address. There is no minimum: a capability naming no weakness declares no weakness scope and keeps the meaning it was published with, because every profile published before this term existed carries none.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:MitigationCapability solveit-tool-profile:establishedForWeakness solveit-core:Weakness

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 solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .

solveit-tool-profile:establishedForWeakness a owl:ObjectProperty ;
    rdfs:label "established for weakness"@en ;
    rdfs:comment "The weaknesses this capability was established against. One mitigation typically addresses many weaknesses, and a capability that names only its mitigation is read as covering all of them, including the ones the publisher never tested. Naming weaknesses here records what was actually established rather than what the mitigation could in principle address. There is no minimum: a capability naming no weakness declares no weakness scope and keeps the meaning it was published with, because every profile published before this term existed carries none."@en ;
    rdfs:domain solveit-tool-profile:MitigationCapability ;
    rdfs:range solveit-core:Weakness .