-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working