https://ontology.solveit-df.org/solveit/tool-profile/establishedForWeakness
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.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:MitigationCapability | solveit-tool-profile:establishedForWeakness | solveit-core:Weakness |
@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 .