Pano Maria
Pano Maria
Starting with OGR 1.11, several geometry fields can be associated to a feature, as per [[rfc 41]](https://trac.osgeo.org/gdal/wiki/rfc41_multiple_geometry_fields). Also specified in the [OGR API Tutorial](http://www.gdal.org/ogr_apitut.html#ogr_apitut_write) (all the way at the bottom)....
## Expected Behavior I'm running a pipeline that potentially processes a large amount of data from different types of sources to a single type of object. The pipeline makes use...
Currently CARML defaults to RDF4Js `SimpleValueFactory`, which does not do any validation. See also https://github.com/carml/carml-jar/issues/110. The idea is to switch to `ValidatingValueFactory` as the default ValueFactory. `SimpleValueFactory` can still be...
[Univocity Parsers](https://github.com/uniVocity/univocity-parsers) is not being maintained anymore (last commit [on Apr 19, 2021](https://github.com/uniVocity/univocity-parsers/commit/7e7d1b3c0a3dceaed4a8413875eb1500f2a028ec)), and this leads to at least one known issue: #251
Issue to track eventual JDK upgrade.
#### Issue type: - :bug: Bug ____ #### Description: Given the following input ```trig @prefix ex: . { ex:foo ex:Foo ; ex:bar [] ; ex:baz "baz1", "baz2", "baz3" . }...
`dcat-ap-SHACL.ttl` uses `` instead of `shacl:message` for validation messages: https://github.com/SEMICeu/DCAT-AP/blob/b9b20d1d25e6d827754e93af918344a46dc41a1b/releases/3.0.0/shacl/dcat-ap-SHACL.ttl#L73 Is this intended? https://purl.eu/ns/shacl#message is not dereferenceable.
## Detailed Description Support returning RDF-based responses from the F-UJI API next to the current JSON-based response. The responses should ideally make use of standard vocabularies, like DQV and PROV...