solveit-core:mitigationDescription leaf node


URI

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

Label

mitigation description

Description

A detailed description of how the mitigation prevents or minimizes a weakness.

Usage

DOMAINPROPERTYRANGE
solveit-core:Mitigation solveit-core:mitigationDescription xsd:string

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-core:mitigationDescription a owl:DatatypeProperty ;
    rdfs:label "mitigation description"@en ;
    rdfs:comment "A detailed description of how the mitigation prevents or minimizes a weakness."@en ;
    rdfs:domain solveit-core:Mitigation ;
    rdfs:range xsd:string .