solveit-observable:isPrimaryKey leaf node


URI

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

Label

is primary key

Description

Whether this field is the primary key.

Usage

DOMAINPROPERTYRANGE
solveit-observable:SQLiteFieldDefinition solveit-observable:isPrimaryKey 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:isPrimaryKey a owl:DatatypeProperty ;
    rdfs:label "is primary key"@en ;
    rdfs:comment "Whether this field is the primary key."@en ;
    rdfs:domain solveit-observable:SQLiteFieldDefinition ;
    rdfs:range xsd:boolean .