Jesper Zedlitz
Jesper Zedlitz
I18N
First of all, thank you very much for the theme. It is exactly what I was looking for. I wonder if there is a way to make it better usable...
An instance of a sub-class should be retrieved from the data store as an instance of the same sub-class (not its superclass).
In addition to the property `rdfType`, which specifies the type of the referenced item, I suggest defining a new property `rdfProperty`, which specifies the meaning of the field: For example...
The plugin contains a dependency to slf4j-api-1.5.5. That conflicts with the standard dependecy to slf4j 1.6.2 of newer Grails versions. The result is a strange runtime error: java.lang.IllegalAccessError: tried to...
# Overview It seems that the character set of a resource is not taken into account. Here is a simple test case with ISO8859-1 encoding. ```java URL url = new...
When exporting extracted data to CSV fields containing dates are not converted into ISO 8601. The command ``` frictionless extract https://opendata.schleswig-holstein.de/dataset/12fb2027-d2d3-42c9-8774-34a70f584c0f/resource/602e974a-bed0-4ffc-b8a1-0f4744b23917/download/windkraftanlagen-2022-07-01.json ``` shows the correct dates in ISO 8601 format....
# Overview A Frictionless Data *Table Schema* could be used to convert the described data from CSV files into RDF. Such programs exist for the *CSV on the Web* (CSVW)...
I18N
# Overview I would very much like to use the program in a public administration in Germany. However, I'm afraid that the English UI might scare users away. A simple...
With the update to the current version 2.10.3, contradictory CSS specifications for the "btn" class have been added. This is the main definition of the `btn` class: https://github.com/ckan/ckan/blob/bd02018b65c5b81d7ede195d00d0fcbac3aa33be/ckan/public/base/css/main.css#L2898C1-L2912C2 A button...
Currently keywords are split after comma: https://github.com/ckan/ckanext-dcat/blob/eb1aee013687a40d0366a2fe44546917ee960bfc/ckanext/dcat/profiles.py#L160-L164 In the field of chemistry there are keywords that contains commas. They will be destroyed by this. Therefore, keywords should not be split...