Skip to content

[BUG] Pagination generates too long queries #1

@MaillPierre

Description

@MaillPierre

Paginations generate queries that Corese refuses due to being too long

Expected Behavior

The INSERT DATA generated during pagination should be accepted by corese

Current Behavior

The insertion of NT content in the INSERT DATA query generates queries more than 10 000 characters long, which Corese refuses with a 414 error.

Possible Solution

  • Replace the NT with turtle (with some prefix handling needed)
  • Detect an NT content too long and re-send the CONSTRUCT query that generated it with pagination at half the previous size.

Steps to Reproduce

Indexation of endpoint https://data.gov.cz/sparql using FAIRNess or Accountability rules

Context (Environment)

Test of FAIRNess implementation

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions