solveit-wa:scoringScheme leaf node


URI

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

Label

scoring scheme

Description

The rating scheme the evaluations in this set were authored under: 'fi' (Frequency x Impact, ratings 1-3), 'fmea' (FMEA 3-point, ratings 1-3 with detection difficulty) or 'fmea6' (FMEA 6-point, ratings 1-6 with detection difficulty). Without it a consumer cannot tell a 3 that means 'high' on a three-point scale from a 3 that means 'moderate' on a six-point one, so the same integer describes two different risks.

Usage

DOMAINPROPERTYRANGE
solveit-wa:WeaknessEvaluationSet solveit-wa:scoringScheme 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:scoringScheme a owl:DatatypeProperty ;
    rdfs:label "scoring scheme"@en ;
    rdfs:comment "The rating scheme the evaluations in this set were authored under: 'fi' (Frequency x Impact, ratings 1-3), 'fmea' (FMEA 3-point, ratings 1-3 with detection difficulty) or 'fmea6' (FMEA 6-point, ratings 1-6 with detection difficulty). Without it a consumer cannot tell a 3 that means 'high' on a three-point scale from a 3 that means 'moderate' on a six-point one, so the same integer describes two different risks."@en ;
    rdfs:domain solveit-wa:WeaknessEvaluationSet ;
    rdfs:range xsd:string .