solveit-tool-profile:SolveitAwareInstrument leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/SolveitAwareInstrument

Label

SOLVE-IT Aware Instrument

Description

A specialised tool that has been evaluated against SOLVE-IT tool capability profiles. Adds the consultedProfile property to link an instrument to the profiles used during mitigation assessment.

Superclasses (1)

Usage

Instances of solveit-tool-profile:SolveitAwareInstrument can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-tool-profile:SolveitAwareInstrument
solveit-tool-profile:consultedProfile owl:ObjectProperty Links an instrument to the capability profiles consulted during mitigation assessment. solveit-tool-profile:ToolCapabilityProfile

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .
@prefix uco-tool: <https://ontology.unifiedcyberontology.org/uco/tool/> .

solveit-tool-profile:SolveitAwareInstrument a owl:Class ;
    rdfs:label "SOLVE-IT Aware Instrument"@en ;
    rdfs:comment "A specialised tool that has been evaluated against SOLVE-IT tool capability profiles. Adds the consultedProfile property to link an instrument to the profiles used during mitigation assessment."@en ;
    rdfs:subClassOf uco-tool:Tool .