Created
May 30, 2015 11:54
-
-
Save baskaufs/55d5377422a641c5447c to your computer and use it in GitHub Desktop.
cURL syntax to query the TDWG sandbox SPARQL endpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --data-urlencode "[email protected]" http://tdwg-rdf.phylodiversity.net/store2/sparql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The triples are loaded into the "store3" endpoint, which returns JSON. So the same command can be given replacing "store2" with "store3" and the result will be in JSON. This endpoint seems a lot slower and more prone to breaking with complex queries.