solveit-tool-profile:ToolCapabilityProfile leaf node


URI

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

Label

Tool Capability Profile

Description

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.

Superclasses (1)

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-tool-profile:ToolCapabilityProfile
solveit-tool-profile:publishedBy owl:DatatypeProperty The name of the party that published this profile. xsd:string
solveit-tool-profile:publishedDate owl:DatatypeProperty When this profile was published. xsd:dateTime
solveit-tool-profile:hasMitigationCapability owl:ObjectProperty Links a profile to a mitigation capability declaration. solveit-tool-profile:MitigationCapability
solveit-tool-profile:profileFor owl:ObjectProperty Links to the tool that this profile describes. That tool object also potentially contains the tool version that this applies to. uco-tool:Tool
solveit-tool-profile:supportsTechnique owl:ObjectProperty Declares that the profiled tool supports a given technique. solveit-core:Technique

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 .