Neptune RDF graph construct

0

I am querying data using Sparql in AWS Neptune. I want to see outputs in graph form I have tried with construct query in Sparql but construct query taking longer time as compare to select query. Is there any other way to see graph in Neptune RDF format. or what is the reason behind construct taking longer time .As Neptune does not support explain keyword for construct query we can use explain keyword in select query only so how we can see how construct keyword is working.

質問済み 6ヶ月前158ビュー
1回答
1
承認された回答

A CONSTRUCT query is the correct and common approach for querying for RDF as a response type. If you post your query here we can try to suggest optimisations.

It is entirely possible that a similar query using SELECT would be faster, in certain circumstances, and vice-versa.

If the CONSTRUCT query cannot be optimised to satisfaction, the only other option is to use SELECT queries, and reconstruct the response as RDF in memory, in your application logic.

回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ