Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SPARQL で取得して個別に処理する必要があるグラフの項目がいくつかあります。のように、OFFSET と LIMIT を使用して各アイテムを取得したい
SELECT * WHERE { ?s ?p ?o } OFFSET 23 LIMIT 1
Jena Fuseki サーバーは、更新がない場合でもアイテムの順序を維持しているようです。そのため、OFFSET 24 の次のアイテムは常に同じになります。それは根拠のない仮定ですか?アップデート後も順番は同じですか?