https://ontology.unifiedcyberontology.org/uco/types/Hash
Instances of uco-types:Hash can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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 .