https://ontology.solveit-df.org/solveit/observable/HashVerificationResult
The result of comparing hash values to verify data integrity, typically comparing a source hash against a computed hash of acquired or copied data.
Instances of solveit-observable:HashVerificationResult can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:HashVerificationResult | |||
| solveit-observable:verificationPassed | owl:DatatypeProperty | Indicates whether the hash verification was successful (true) or failed (false). | xsd:boolean |
@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 .