solveit-observable:hasTable leaf node


URI

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

Label

has table

Description

Links a SQLite database to a table it contains.

Usage

DOMAINPROPERTYRANGE
solveit-observable:SQLiteDatabase solveit-observable:hasTable solveit-observable:SQLiteTable

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:hasTable a owl:ObjectProperty ;
    rdfs:label "has table"@en ;
    rdfs:comment "Links a SQLite database to a table it contains."@en ;
    rdfs:domain solveit-observable:SQLiteDatabase ;
    rdfs:range solveit-observable:SQLiteTable .