solveit-wa:evaluationSetDescription leaf node


URI

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

Label

evaluation set description

Description

Context or purpose of the evaluation set.

Usage

DOMAINPROPERTYRANGE
solveit-wa:WeaknessEvaluationSet solveit-wa:evaluationSetDescription 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:evaluationSetDescription a owl:DatatypeProperty ;
    rdfs:label "evaluation set description"@en ;
    rdfs:comment "Context or purpose of the evaluation set."@en ;
    rdfs:domain solveit-wa:WeaknessEvaluationSet ;
    rdfs:range xsd:string .