From d44ea0aac02a52802a7b45d813b158ab9af16ace Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 23 Dec 2025 20:09:34 +0300 Subject: Snake case variable. Signed-off-by: Munyoki Kilyungi --- transform/schema.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transform') diff --git a/transform/schema.scm b/transform/schema.scm index cdfc834..d620882 100644 --- a/transform/schema.scm +++ b/transform/schema.scm @@ -89,7 +89,7 @@ is a object." (table-name table))))) (triple table-id 'rdf:type 'gn:sqlTable) (triple table-id 'gn:name (table-name table)) - (triple table-id 'gn:hasSize (table-size table)) + (triple table-id 'gn:has_size (table-size table)) (for-each (lambda (column) (let ((column-id (column-id (table-name table) (column-name column)))) -- cgit 1.4.1