Jakob Voß
Jakob Voß
The source contains some of PHP, mainly for simple tasks: ~~~ wc -l $(git ls-files | grep .php) 228 scripts/cli-generator/generate.php 46 scripts/shelf-ready/shelf-ready-histogram.php 32 scripts/sqlite/normalize-issue-details.php 54 scripts/sqlite/solr-copy-ids-from-validation.php 113 scripts/sqlite/validation-result-indexer-grouped.php 64 scripts/sqlite/validation-result-indexer-simple.php...
The code in directory `scala` is not used and should better bet kept in a branch instead of part of the production code.
GeoJSON-LD is enough to map GeoJSON to RDF but specification and processing of RDF data benefits from some additional semantics. In particular I miss a the superclass **Geometry** (Description: See...
Change [to_rdf_graph](https://github.com/mapping-commons/sssom-py/blob/master/src/sssom/writers.py#L274) to not use `rdflib_dumper.as_rdf_graph` but generate JSON-LD and use a JSON-LD processor (e.g. [PyLD](https://pypi.org/project/PyLD/)) to generate RDF. This would also ensure that JSON-LD export does actually produce the...
Time signatures of meter are shown as "undefined" for values > 9, e.g. 12/8, 3/16... should be solveable by changing this lines in `create-element.js`: ~~~js html: `${ glyphs['timeSig' + symbol.numerator]...