diff options
Diffstat (limited to 'examples/schema.scm')
| -rwxr-xr-x | examples/schema.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |
