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.

preguntada hace 6 meses158 visualizaciones
1 Respuesta
1
Respuesta aceptada

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.

respondido hace 5 meses
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas