solveit-observable:fieldContentNull leaf node


URI

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

Label

field content null

Description

True if this field contains a NULL value.

Usage

DOMAINPROPERTYRANGE
solveit-observable:SQLiteField solveit-observable:fieldContentNull xsd:boolean

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-observable:fieldContentNull a owl:DatatypeProperty ;
    rdfs:label "field content null"@en ;
    rdfs:comment "True if this field contains a NULL value."@en ;
    rdfs:domain solveit-observable:SQLiteField ;
    rdfs:range xsd:boolean .