solveit-analysis:HypothesisedUserAccount leaf node


URI

https://ontology.solveit-df.org/solveit/analysis/HypothesisedUserAccount

Label

Hypothesised User Account

Description

A user account that is hypothesised to have existed, for example inferred from recovered deleted account records, carved registry artifacts, or references to the account in other artifacts.

Usage

Instances of solveit-analysis:HypothesisedUserAccount can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-analysis: <https://ontology.solveit-df.org/solveit/analysis/> .

solveit-analysis:HypothesisedUserAccount a owl:Class ;
    rdfs:label "Hypothesised User Account"@en ;
    rdfs:comment "A user account that is hypothesised to have existed, for example inferred from recovered deleted account records, carved registry artifacts, or references to the account in other artifacts."@en ;
    rdfs:subClassOf solveit-analysis:Hypothesis .