solveit-observable:SQLiteJournalPageImage leaf node


URI

https://ontology.solveit-df.org/solveit/observable/SQLiteJournalPageImage

Label

SQLite Journal Page Image

Description

A stored copy of a database page as it existed before modification, held in the rollback journal.

Usage

Instances of solveit-observable:SQLiteJournalPageImage can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:SQLiteJournalPageImage
solveit-observable:journalPageNumber owl:DatatypeProperty The database page number this image is a pre-modification copy of. xsd:integer
solveit-observable:originalVersionOf owl:ObjectProperty Links a journal page image to the database page it represents the pre-modification state of. solveit-observable:SQLitePage

Implementation

@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:SQLiteJournalPageImage a owl:Class ;
    rdfs:label "SQLite Journal Page Image"@en ;
    rdfs:comment "A stored copy of a database page as it existed before modification, held in the rollback journal."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .