uco-tool:Tool


URI

https://ontology.unifiedcyberontology.org/uco/tool/Tool

Label

Tool

Usage

Instances of uco-tool:Tool can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-tool-profile:ToolCapabilityProfile a owl:Class ;
    rdfs:label "Tool Capability Profile"@en ;
    rdfs:comment "A declaration of what techniques a specific version of a tool can perform and what mitigations it implements, published by a named party. Distributed as a TTL file per tool version per publisher."@en ;
    rdfs:subClassOf uco-core:UcoObject .