redmer/rdf-geopackage

GeoPackage column types aren't used for RDF literal data types

Opened this issue · 0 comments

redmer commented

According to http://www.geopackage.org/spec/#table_column_data_types, GeoPackage columns can be typed with i.a. Booleans and DateTimes. In the RDF output, they are just output as the underlying SQLite data types (integer and text).

  1. Find out where this metadata is saved
  2. See if there is a GeoPackage-js DAO to access this metadata and pass it along to valueToTerm()