https://ontology.solveit-df.org/solveit/observable/containsSourceHash
A hash value computed from the source device or media before or during acquisition.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:AcquisitionRecordFile | solveit-observable:containsSourceHash | 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:containsSourceHash a owl:ObjectProperty ;
rdfs:label "contains source hash"@en ;
rdfs:comment "A hash value computed from the source device or media before or during acquisition."@en ;
rdfs:domain solveit-observable:AcquisitionRecordFile ;
rdfs:range uco-types:Hash .