Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created July 12, 2017 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrawaag/466c8cb72a2acccfc380b917dde21887 to your computer and use it in GitHub Desktop.
Save andrawaag/466c8cb72a2acccfc380b917dde21887 to your computer and use it in GitHub Desktop.
SELECT * WHERE {
?localitem ?localproperty ?shareditem .
SERVICE <http://example.remote.sparql> {
?shareditem ?remoteproperty ?remoteitem .
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment