solveit-observable:containsDestinationHash leaf node


URI

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

Label

contains destination hash

Description

A hash value computed from the acquired image or data after acquisition.

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquisitionRecordFile solveit-observable:containsDestinationHash uco-types:Hash

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-types: <https://ontology.unifiedcyberontology.org/uco/types/> .

solveit-observable:containsDestinationHash a owl:ObjectProperty ;
    rdfs:label "contains destination hash"@en ;
    rdfs:comment "A hash value computed from the acquired image or data after acquisition."@en ;
    rdfs:domain solveit-observable:AcquisitionRecordFile ;
    rdfs:range uco-types:Hash .