https://ontology.solveit-df.org/solveit/tool-profile/SolveitAwareInstrument
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.
Instances of solveit-tool-profile:SolveitAwareInstrument can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .