solveit-observable:HashVerificationResult leaf node


URI

https://ontology.solveit-df.org/solveit/observable/HashVerificationResult

Label

Hash Verification Result

Description

The result of comparing hash values to verify data integrity, typically comparing a source hash against a computed hash of acquired or copied data.

Usage

Instances of solveit-observable:HashVerificationResult can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:HashVerificationResult
solveit-observable:verificationPassed owl:DatatypeProperty Indicates whether the hash verification was successful (true) or failed (false). xsd:boolean

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:HashVerificationResult a owl:Class ;
    rdfs:label "Hash Verification Result"@en ;
    rdfs:comment "The result of comparing hash values to verify data integrity, typically comparing a source hash against a computed hash of acquired or copied data."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .