solveit-observable:SQLiteTable leaf node


URI

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

Label

SQLite Table

Description

A table within a SQLite database.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:SQLiteTable
solveit-observable:hasRecord owl:ObjectProperty Links a SQLite table to a record it contains. solveit-observable:SQLiteRecord
solveit-observable:hasSchema owl:ObjectProperty Links a SQLite table to its schema definition. solveit-observable:SQLiteSchema

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:SQLiteTable a owl:Class ;
    rdfs:label "SQLite Table"@en ;
    rdfs:comment "A table within a SQLite database."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .