solveit-core:weaknessDescription leaf node


URI

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

Label

weakness description

Description

A detailed description of the weakness and its potential impacts.

Usage

DOMAINPROPERTYRANGE
solveit-core:Weakness solveit-core:weaknessDescription 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:weaknessDescription a owl:DatatypeProperty ;
    rdfs:label "weakness description"@en ;
    rdfs:comment "A detailed description of the weakness and its potential impacts."@en ;
    rdfs:domain solveit-core:Weakness ;
    rdfs:range xsd:string .