Het verschil tussen casing van de properties / kolommen in GML en GPKG is bewust. Dit maakt deel uit van de Geopackage en de GML standaard. Zie OGC en de GML standaard, paragraaf 7.1.2 Lexical conventions:
There are several lexical conventions used in the GML schema for the names of elements and complex types to assist in human comprehension of GML instances and schemas:
- objects are instantiated as XML elements with a conceptually meaningful name in UpperCamelCase;
- properties are instantiated as XML elements whose name is in lowerCamelCase;
- …
En de Geopackage specificatie:
…
For maximum interoperability, all user-defined GeoPackage table, view, column, trigger, and constraint name values SHOULD start with a lowercase character and only include lowercase characters, numbers 0-9, and underscores (_
).
…