Ontology Version: 2.2.0

cacontology-detection:generatedHash leaf node


URI

https://cacontology.projectvic.org/detection#generatedHash

Label

generated hash

Description

Links a hashing action to the hash that was generated.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:ContentHashingAction cacontology-detection:generatedHash uco-types:Hash

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
cacontology-detection:generatedHash a owl:ObjectProperty ;
    rdfs:label "generated hash"@en ;
    rdfs:comment "Links a hashing action to the hash that was generated."@en ;
    rdfs:domain cacontology-detection:ContentHashingAction ;
    rdfs:range uco-types:Hash .