solveit-wa:detectDifficultyRationale leaf node


URI

https://ontology.solveit-df.org/solveit/weakness-assessment/detectDifficultyRationale

Label

detection difficulty rationale

Description

Justification for the assigned detection difficulty rating.

Usage

DOMAINPROPERTYRANGE
solveit-wa:WeaknessEvaluation solveit-wa:detectDifficultyRationale xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-wa: <https://ontology.solveit-df.org/solveit/weakness-assessment/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-wa:detectDifficultyRationale a owl:DatatypeProperty ;
    rdfs:label "detection difficulty rationale"@en ;
    rdfs:comment "Justification for the assigned detection difficulty rating."@en ;
    rdfs:domain solveit-wa:WeaknessEvaluation ;
    rdfs:range xsd:string .