solveit-wa:WeaknessEvaluationSet leaf node


URI

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

Label

Weakness Evaluation Set

Description

A collection of weakness evaluations scoped to a technique or context, with authorship and date metadata. Represents one assessment session.

Usage

Instances of solveit-wa:WeaknessEvaluationSet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-wa:WeaknessEvaluationSet
solveit-wa:evaluationDate owl:DatatypeProperty Date when the assessment was performed. xsd:date
solveit-wa:evaluationSetDescription owl:DatatypeProperty Context or purpose of the evaluation set. xsd:string
solveit-wa:evaluationSetName owl:DatatypeProperty Descriptive label for the evaluation set. xsd:string
solveit-wa:scoringScheme owl:DatatypeProperty 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. xsd:string
solveit-wa:evaluatedBy owl:ObjectProperty The identity (person or organisation) that performed the evaluation. uco-identity:Identity
solveit-wa:hasEvaluation owl:ObjectProperty Links an evaluation set to its constituent weakness evaluations. solveit-wa:WeaknessEvaluation
solveit-wa:scopedToTechnique owl:ObjectProperty Optionally scopes an evaluation set to a specific technique context. solveit-core:Technique

Property Shapes

By the associated SHACL property shapes, instances of solveit-wa:WeaknessEvaluationSet can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

solveit-wa:WeaknessEvaluationSet
solveit-wa:evaluatedBy owl:ObjectProperty The identity (person or organisation) that performed the evaluation.
1 uco-identity:Identity
uco-identity:Identity
solveit-wa:hasEvaluation owl:ObjectProperty Links an evaluation set to its constituent weakness evaluations.
1 solveit-wa:WeaknessEvaluation
solveit-wa:WeaknessEvaluation
solveit-wa:scoringScheme owl:DatatypeProperty 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.
1 xsd:string
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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-wa:WeaknessEvaluationSet a owl:Class ;
    rdfs:label "Weakness Evaluation Set"@en ;
    rdfs:comment "A collection of weakness evaluations scoped to a technique or context, with authorship and date metadata. Represents one assessment session."@en ;
    rdfs:subClassOf uco-core:ContextualCompilation .