From 5fec5c4d6d1c07251b06348a00bb040978b5e9ac Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 23 Dec 2025 20:06:23 +0300 Subject: Update schema for several transforms. Signed-off-by: Munyoki Kilyungi --- examples/schema.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/schema.scm') diff --git a/examples/schema.scm b/examples/schema.scm index 50cfd6a..bfc5747 100755 --- a/examples/schema.scm +++ b/examples/schema.scm @@ -33,7 +33,7 @@ (table-name table))))) (triple table-id 'rdf:type 'gn:sqlTable) (triple table-id 'gn:name (table-name table)) - (triple table-id 'gn:hasSize (string->symbol (format #f "~a" (table-size table)))) + (triple table-id 'gn:has_size (string->symbol (format #f "~a" (table-size table)))) (for-each (lambda (column) (let ((column-id (column-id (table-name table) (column-name column)))) -- cgit 1.4.1