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: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

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 .