https://ontology.solveit-df.org/solveit/observable/isPrimaryKey
Whether this field is the primary key.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:SQLiteFieldDefinition | solveit-observable:isPrimaryKey | xsd:boolean |
@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 .