https://ontology.solveit-df.org/solveit/observable/containsDestinationHash
A hash value computed from the acquired image or data after acquisition.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:AcquisitionRecordFile | solveit-observable:containsDestinationHash | uco-types:Hash |
@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 .