https://ontology.solveit-df.org/solveit/observable/SQLiteWAL
A Write-Ahead Log file associated with a SQLite database.
Instances of solveit-observable:SQLiteWAL can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:SQLiteWAL | |||
| solveit-observable:hasFrame | owl:ObjectProperty | Links a WAL to a frame it contains. | solveit-observable:SQLiteWALFrame |
| 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:SQLiteWAL a owl:Class ;
rdfs:label "SQLite WAL"@en ;
rdfs:comment "A Write-Ahead Log file associated with a SQLite database."@en ;
rdfs:subClassOf uco-observable:File .