Hello, I'm doing an SQL to RDF mapping for part of the virtuoso demo database and I get the following error message:
"The datatype of column "UnitsInStock" of table "Demo.demo.Products" (COL_DTP=188) can not be mapped to an RDF literal in current version of Virtuoso" That column is of type SMALLINT. How could I overcome this restriction? It would be ok to threat all RDF literals as untyped for my purposes. -Jukka