Virtuoso SPARQL Query Editor
About
|
Namespace Prefixes
|
Inference rules
Default Data Set Name (Graph IRI)
Query Text
PREFIX person:
PREFIX conf:
SELECT DISTINCT ?paper ?title ?person ?name WHERE{ ?paper a conf:InProceedings; conf:hasAuthorList ?authorList; conf:title ?title . ?authorList conf:hasFirstItem ?item . ?item conf:hasContent ?person . ?person conf:name ?name }
(Security restrictions of this server do not allow you to retrieve remote RDF data, see
details
.)
Results Format
Auto
HTML
HTML (Basic Browsing Links)
Spreadsheet
XML
JSON
Javascript
Turtle
RDF/XML
N-Triples
CSV
TSV
Execution timeout
milliseconds
(values less than 1000 are ignored)
Options
Strict checking of void variables
(The result can only be sent back to browser, not saved on the server, see
details
)