solveit-observable:containsSourceHash leaf node


URI

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

Label

contains source hash

Description

A hash value computed from the source device or media before or during acquisition.

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquisitionRecordFile solveit-observable:containsSourceHash 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: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 .