solveit-observable:SQLiteField leaf node


URI

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

Label

SQLite Field

Description

A field (cell) within a SQLite record.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:SQLiteField
solveit-observable:fieldContentInteger owl:DatatypeProperty Integer content of this field. xsd:integer
solveit-observable:fieldContentNull owl:DatatypeProperty True if this field contains a NULL value. xsd:boolean
solveit-observable:fieldContentReal owl:DatatypeProperty Real number content of this field. xsd:double
solveit-observable:fieldContentText owl:DatatypeProperty Text content of this field. xsd:string
solveit-observable:definedBy owl:ObjectProperty Links a field value to its schema field definition. solveit-observable:SQLiteFieldDefinition
solveit-observable:hasBlobContent owl:ObjectProperty Links to a CASE SQLiteBlob for binary field content. uco-observable:SQLiteBlob

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:SQLiteField a owl:Class ;
    rdfs:label "SQLite Field"@en ;
    rdfs:comment "A field (cell) within a SQLite record."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .