https://ontology.solveit-df.org/solveit/analysis/HypothesisedUserAccount
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.
Instances of solveit-analysis:HypothesisedUserAccount can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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 .