solveit-observable:verificationPassed leaf node


URI

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

Label

verification passed

Description

Indicates whether the hash verification was successful (true) or failed (false).

Usage

DOMAINPROPERTYRANGE
solveit-observable:HashVerificationResult solveit-observable:verificationPassed 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-observable:verificationPassed a owl:DatatypeProperty ;
    rdfs:label "verification passed"@en ;
    rdfs:comment "Indicates whether the hash verification was successful (true) or failed (false)."@en ;
    rdfs:domain solveit-observable:HashVerificationResult ;
    rdfs:range xsd:boolean .