solveit-observable:SQLiteSchema leaf node


URI

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

Label

SQLite Schema

Description

The schema definition for a SQLite table.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:SQLiteSchema
solveit-observable:hasFieldDefinition owl:ObjectProperty Links a SQLite schema to a column definition. solveit-observable:SQLiteFieldDefinition

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:SQLiteSchema a owl:Class ;
    rdfs:label "SQLite Schema"@en ;
    rdfs:comment "The schema definition for a SQLite table."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .