I have a bigger query that starts with inner select

 { SELECT ?s ?score WHERE {
    (?s ?score) text:query (skos:prefLabel skos:altLabel "\"xx yy\"" "lang:en" ) .
    } order by desc(?score) offset 0 limit 1000 }

There are about 10000 results. limit 1000 returns ~560 and limit 100 ~75 results. How do I page results correctly?

Reply via email to