Frontend JS code seems to operate correctly, issue with backend retrieval in the request made in
|
let response = await fetch(url) |
URIs are passed in order, issue when the length of the valid_uris list contains more than two uris.
Error probably in SPARQL query construction:
|
query = query.replace('$pattern', patternTuned) |
Difficult to say prior to testing