https://cacontology.projectvic.org/detection#generatedHash
Links a hashing action to the hash that was generated.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:ContentHashingAction | cacontology-detection:generatedHash | uco-types:Hash |
@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 .