https://ontology.solveit-df.org/solveit/observable/SQLiteTable
A table within a SQLite database.
Instances of solveit-observable:SQLiteTable can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .