Skip to content

Instantly share code, notes, and snippets.

@danielhmills
Created March 8, 2021 16:57
Show Gist options
  • Save danielhmills/5c071149062127354b0c1b879d975754 to your computer and use it in GitHub Desktop.
Save danielhmills/5c071149062127354b0c1b879d975754 to your computer and use it in GitHub Desktop.
SPARQL
SELECT *
WHERE
{
SERVICE <https://yyour-neptune-instance.ct2pgivua9wd.us-east-1.neptune.amazonaws.com:8182/sparql>
{
?s ?p ?o
}
}
LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment