solveit-observable:SQLiteRecord leaf node


URI

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

Label

SQLite Record

Description

A record (row) within a SQLite table.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:SQLiteRecord
solveit-observable:hasField owl:ObjectProperty Links a SQLite record to a field it contains. solveit-observable:SQLiteField
solveit-observable:recoveredFromPage owl:ObjectProperty The page from which this record was physically recovered. 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:SQLiteRecord a owl:Class ;
    rdfs:label "SQLite Record"@en ;
    rdfs:comment "A record (row) within a SQLite table."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .