https://ontology.solveit-df.org/solveit/observable/SQLiteJournal
A rollback journal file associated with a SQLite database, containing pre-modification page images.
Instances of solveit-observable:SQLiteJournal can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:SQLiteJournal | |||
| solveit-observable:hasPageImage | owl:ObjectProperty | Links a rollback journal to a page image it contains. | solveit-observable:SQLiteJournalPageImage |
| From class uco-observable:File | |||
| solveit-observable:hasClusterRun | owl:ObjectProperty | Links a file to its cluster allocation runs. A contiguous file has one run; a fragmented file has multiple runs. | solveit-observable:ClusterRun |
@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:SQLiteJournal a owl:Class ;
rdfs:label "SQLite Journal"@en ;
rdfs:comment "A rollback journal file associated with a SQLite database, containing pre-modification page images."@en ;
rdfs:subClassOf uco-observable:File .