Created
November 2, 2012 14:00
-
-
Save CloCkWeRX/4001516 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | |
<html><head><title>SPARQL httpd test query</title></head> | |
<body><h1>SPARQL httpd server v1.1.4 test query</h1> | |
<h2>KB reference_store</h2> | |
<form action="http://127.0.0.1:8000/sparql/" method="post"> | |
<textarea name="query" cols="80" rows="18"> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
SELECT * WHERE { | |
?s ?p ?o | |
} LIMIT 10 | |
</textarea><br> | |
<em>Soft limit</em> <input type="text" name="soft-limit"> | |
<select name="output"> | |
<option>text</option> | |
<option>xml</option> | |
<option>json</option> | |
</select> | |
<input type="submit" value="Execute"><input type="reset"> | |
</form> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment