about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--transform/schema.scm2
1 files changed, 1 insertions, 1 deletions
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 <table> 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))))