solveit-observable:storedIn leaf node


URI

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

Label

stored in

Description

The file or files in which the acquired data is physically stored (e.g., .E01 segment files, a .dd file, a backup archive).

Usage

DOMAINPROPERTYRANGE
solveit-observable:AcquiredData solveit-observable:storedIn uco-observable:File

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

solveit-observable:storedIn a owl:ObjectProperty ;
    rdfs:label "stored in"@en ;
    rdfs:comment "The file or files in which the acquired data is physically stored (e.g., .E01 segment files, a .dd file, a backup archive)."@en ;
    rdfs:domain solveit-observable:AcquiredData ;
    rdfs:range uco-observable:File .