Jakob Voß
Jakob Voß
**Is your feature request related to a problem? Please describe.** I process Turtle and RDF/XML files and want to give precise error messages if the data does not meet expected...
### What Data Package version are you using? v2 ### Describe the Bug Data Package specification and JSON schema both lack property `profile` although it is mentioned in the text...
### What Data Package version are you using? v2 ### Describe the Issue Specifications should have a section called "Normative References" referencing standards they build on. For Data Package this...
### What Data Package version are you using? v2 ### Describe the Issue The definition of [URL or path](https://datapackage.org/standard/glossary/#url-or-path) is not sufficient as "POSIX path" is not formally specified -...
[This check](https://github.com/mapping-commons/mh_mapping_initiative/blob/master/Makefile#L22) does not catch that `mapping_set_id` for each example in [`mappings` directoy](https://github.com/mapping-commons/mh_mapping_initiative/tree/master/mappings) does not conform to the [specification of this slot](https://mapping-commons.github.io/sssom/mapping_set_id/): plain strings such as `hp_doid_pistoia` are no valid...
From : > Multi-valued slots MUST be serialised as a list of values separated by `|` characters. > > **Quoting** > > Within the mappings block, the following quoting rules,...
Exporting MARC21 Avram schema with all options (withSubfieldCodelists, withSelfDescriptiveCode, solrFieldType, withFrbrFunctions, withComplianceLevel, withLocallyDefinedFields) add the following non-standard avram data: - non-marc fields `A02`, `AQN`, `BGT`, `BUF`... - `solr` (string) -...
My solr log contains thousands of error messages like > Current core has 1106 fields, exceeding the max-fields limit of 1000. Blocking update of document 122421833 Maybe this should be...
It looks like command `classifications` generates a log file entry for each record: > Feb. 21, 2025 7:25:54 AM de.gwdg.metadataqa.marc.analysis.contextual.classification.PicaClassificationAnalyzer process > INFORMATION: Classifying PICA record Compared to for instance...
Makefile is introduced to not have to remember commands used to develop and test the software. This should be documented.