https://ontology.solveit-df.org/solveit/observable/encryptedOnGeneration
Whether the backup was encrypted at the time it was generated. A backup encrypted on generation may contain a richer dataset (e.g., iOS encrypted backups include keychain and health data) even if a decrypted copy is subsequently produced.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:DeviceGeneratedBackup | solveit-observable:encryptedOnGeneration | xsd:boolean |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-observable:encryptedOnGeneration a owl:DatatypeProperty ;
rdfs:label "encrypted on generation"@en ;
rdfs:comment "Whether the backup was encrypted at the time it was generated. A backup encrypted on generation may contain a richer dataset (e.g., iOS encrypted backups include keychain and health data) even if a decrypted copy is subsequently produced."@en ;
rdfs:domain solveit-observable:DeviceGeneratedBackup ;
rdfs:range xsd:boolean .