solveit-observable:hasSchema leaf node


URI

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

Label

has schema

Description

Links a SQLite table to its schema definition.

Usage

DOMAINPROPERTYRANGE
solveit-observable:SQLiteTable solveit-observable:hasSchema solveit-observable:SQLiteSchema

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/> .

solveit-observable:hasSchema a owl:ObjectProperty ;
    rdfs:label "has schema"@en ;
    rdfs:comment "Links a SQLite table to its schema definition."@en ;
    rdfs:domain solveit-observable:SQLiteTable ;
    rdfs:range solveit-observable:SQLiteSchema .