Skip to content

Releases: RDFLib/prez

v4.7.3

04 Apr 02:47
33e6f32
Compare
Choose a tag to compare

4.7.3 (2025-04-04)

Bug Fixes

  • order by now works correctly for listing endpoints (#345) (33e6f32)

v4.7.2

28 Mar 02:50
32fa709
Compare
Choose a tag to compare

4.7.2 (2025-03-28)

Bug Fixes

  • don't assume RDF from remote endpoint is n-triples (#348) (32fa709)

v4.7.1

28 Mar 01:35
6bebf82
Compare
Choose a tag to compare

4.7.1 (2025-03-28)

Bug Fixes

  • add a check to the umbrella query builder that if a search or CQL query is received ONLY on the /search or /cql endpoints, then the class information for the types of objects is excluded from the generated SPARQL query. search and CQL queries received on other listing endpoints will still apply the class filter relevant to that endpoint. (3381ae8)

v4.7.0

26 Mar 05:34
cca2ccb
Compare
Choose a tag to compare

4.7.0 (2025-03-26)

Features

  • improve performance of classes SPARQL query by changing the values clause to an equivalent inline data clause. This also accommodates a bug in qlever. (#342) (cca2ccb)

v4.6.4

26 Mar 00:11
827038c
Compare
Choose a tag to compare

4.6.4 (2025-03-26)

Bug Fixes

  • shacl path should have a bnode as it's range not an RDF Collection. This is a basic error/typo that has been present for some time and somehow not caused issues until now. Using an RDF Collection meant that one of either the union of property paths OR the shacl:union property itself were processed, potentially RDFLib typically ordered these internally in such a way that the list and not sh:union was processed. Olis seems to have disrupted this. In any case, use of an RDF Collection is wrong. (#343) (827038c)

v4.6.3

24 Mar 01:14
595d68f
Compare
Choose a tag to compare

4.6.3 (2025-03-24)

Bug Fixes

  • reduce header length in OGC Features API listings (at /features/collections/). Issue should not appear at .../items as the links here are not per item. Reduce number of mediatypes shown at /features/collections/ in order to reduce link header size. NB other RDF mediatypes, including annotated ones, can still be requested/returned (#341) (595d68f)

v4.6.2

18 Mar 00:06
fbfc599
Compare
Choose a tag to compare

4.6.2 (2025-03-18)

Bug Fixes

v4.6.1

14 Mar 08:12
d17a1c4
Compare
Choose a tag to compare

4.6.1 (2025-03-14)

Bug Fixes

  • change Prez's profiles graph to a Graph rather than a Dataset as there are differences in querying triples parsed from files vs remote profiles. This is either a bug or inconsistent behaviour in RDFLib not worth investigating as Graph is sufficient. (#339) (d17a1c4)

v4.6.0

14 Mar 05:13
f84a285
Compare
Choose a tag to compare

4.6.0 (2025-03-14)

Features

  • wildcard inbound properties and performance improvement for blank node selection (#337) (f84a285)

v4.5.0

06 Mar 02:29
1cdf66c
Compare
Choose a tag to compare

4.5.0 (2025-03-06)

Features

  • add support for human readable GeoJSON and other changes (#335) (1cdf66c)