This file is indexed.

/usr/share/doc/python-rdflib-doc/html/apidocs/rdflib.plugins.sparql.results.html is in python-rdflib-doc 4.1.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    

    <title>results Package &mdash; rdflib 4.1.2 documentation</title>

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>


    
    <link rel="stylesheet" href="../_static/rtd.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '4.1.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="../../_static/searchtools.js"></script>
    <link rel="top" title="rdflib 4.1.2 documentation" href="../index.html" />
    <link rel="up" title="sparql Package" href="rdflib.plugins.sparql.html" />
    <link rel="next" title="stores Package" href="rdflib.plugins.stores.html" />
    <link rel="prev" title="sparql Package" href="rdflib.plugins.sparql.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="rdflib.plugins.stores.html" title="stores Package"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="rdflib.plugins.sparql.html" title="sparql Package"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">rdflib 4.1.2 documentation</a> &raquo;</li>
          <li><a href="modules.html" >rdflib API docs</a> &raquo;</li>
          <li><a href="rdflib.html" >rdflib Package</a> &raquo;</li>
          <li><a href="rdflib.plugins.html" >plugins Package</a> &raquo;</li>
          <li><a href="rdflib.plugins.sparql.html" accesskey="U">sparql Package</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="results-package">
<h1>results Package<a class="headerlink" href="#results-package" title="Permalink to this headline"></a></h1>
<div class="section" id="module-rdflib.plugins.sparql.results.csvresults">
<span id="csvresults-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">csvresults</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.csvresults" title="Permalink to this headline"></a></h2>
<p>This module implements a parser and serializer for the CSV SPARQL result
formats</p>
<p><a class="reference external" href="http://www.w3.org/TR/sparql11-results-csv-tsv/">http://www.w3.org/TR/sparql11-results-csv-tsv/</a></p>
<dl class="class">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.csvresults.</tt><tt class="descname">CSVResultParser</tt><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultParser" title="rdflib.query.ResultParser"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultParser</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser.__init__">
<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultParser.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.csvresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser.convertTerm">
<tt class="descname">convertTerm</tt><big>(</big><em>t</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultParser.convertTerm"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser.convertTerm" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser.parse">
<tt class="descname">parse</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultParser.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser.parse" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultParser.parseRow">
<tt class="descname">parseRow</tt><big>(</big><em>row</em>, <em>v</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultParser.parseRow"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultParser.parseRow" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultSerializer">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.csvresults.</tt><tt class="descname">CSVResultSerializer</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultSerializer"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultSerializer" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultSerializer" title="rdflib.query.ResultSerializer"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultSerializer</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.__init__">
<tt class="descname">__init__</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultSerializer.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.csvresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.serialize">
<tt class="descname">serialize</tt><big>(</big><em>stream</em>, <em>encoding='utf-8'</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultSerializer.serialize"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.serialize" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.serializeTerm">
<tt class="descname">serializeTerm</tt><big>(</big><em>term</em>, <em>encoding</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/csvresults.html#CSVResultSerializer.serializeTerm"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.csvresults.CSVResultSerializer.serializeTerm" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

</div>
<div class="section" id="module-rdflib.plugins.sparql.results.jsonlayer">
<span id="jsonlayer-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">jsonlayer</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.jsonlayer" title="Permalink to this headline"></a></h2>
<p>Thin abstraction layer over the different available modules for decoding
and encoding JSON data.</p>
<dl class="docutils">
<dt>This module currently supports the following JSON modules:</dt>
<dd><ul class="first last simple">
<li><tt class="docutils literal"><span class="pre">simplejson</span></tt>: <a class="reference external" href="http://code.google.com/p/simplejson/">http://code.google.com/p/simplejson/</a></li>
<li><tt class="docutils literal"><span class="pre">cjson</span></tt>: <a class="reference external" href="http://pypi.python.org/pypi/python-cjson">http://pypi.python.org/pypi/python-cjson</a></li>
<li><tt class="docutils literal"><span class="pre">json</span></tt>: This is the version of <tt class="docutils literal"><span class="pre">simplejson</span></tt> that is bundled with the
Python standard library since version 2.6
(see <a class="reference external" href="http://docs.python.org/library/json.html">http://docs.python.org/library/json.html</a>)</li>
</ul>
</dd>
</dl>
<p>The default behavior is to use <tt class="docutils literal"><span class="pre">simplejson</span></tt> if installed, and otherwise
fallback to the standard library module. To explicitly tell SPARQLWrapper
which module to use, invoke the <cite>use()</cite> function with the module name:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">jsonlayer</span>
<span class="n">jsonlayer</span><span class="o">.</span><span class="n">use</span><span class="p">(</span><span class="s">&#39;cjson&#39;</span><span class="p">)</span>
</pre></div>
</div>
<p>In addition to choosing one of the above modules, you can also configure
SPARQLWrapper to use custom decoding and encoding functions:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">jsonlayer</span>
<span class="n">jsonlayer</span><span class="o">.</span><span class="n">use</span><span class="p">(</span><span class="n">decode</span><span class="o">=</span><span class="n">my_decode</span><span class="p">,</span> <span class="n">encode</span><span class="o">=</span><span class="n">my_encode</span><span class="p">)</span>
</pre></div>
</div>
<dl class="function">
<dt id="rdflib.plugins.sparql.results.jsonlayer.decode">
<tt class="descclassname">rdflib.plugins.sparql.results.jsonlayer.</tt><tt class="descname">decode</tt><big>(</big><em>string</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonlayer.html#decode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonlayer.decode" title="Permalink to this definition"></a></dt>
<dd><p>Decode the given JSON string.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>string</strong> (<em>basestring</em>) &#8211; the JSON string to decode</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">the corresponding Python data structure</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">object</td>
</tr>
</tbody>
</table>
</dd></dl>

<dl class="function">
<dt id="rdflib.plugins.sparql.results.jsonlayer.encode">
<tt class="descclassname">rdflib.plugins.sparql.results.jsonlayer.</tt><tt class="descname">encode</tt><big>(</big><em>obj</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonlayer.html#encode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonlayer.encode" title="Permalink to this definition"></a></dt>
<dd><p>Encode the given object as a JSON string.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>obj</strong> (<em>object</em>) &#8211; the Python data structure to encode</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">the corresponding JSON string</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">basestring</td>
</tr>
</tbody>
</table>
</dd></dl>

<dl class="function">
<dt id="rdflib.plugins.sparql.results.jsonlayer.use">
<tt class="descclassname">rdflib.plugins.sparql.results.jsonlayer.</tt><tt class="descname">use</tt><big>(</big><em>module=None</em>, <em>decode=None</em>, <em>encode=None</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonlayer.html#use"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonlayer.use" title="Permalink to this definition"></a></dt>
<dd><p>Set the JSON library that should be used, either by specifying a known
module name, or by providing a decode and encode function.</p>
<p>The modules &#8220;simplejson&#8221;, &#8220;cjson&#8221;, and &#8220;json&#8221; are currently supported for
the <tt class="docutils literal"><span class="pre">module</span></tt> parameter.</p>
<p>If provided, the <tt class="docutils literal"><span class="pre">decode</span></tt> parameter must be a callable that accepts a
JSON string and returns a corresponding Python data structure. The
<tt class="docutils literal"><span class="pre">encode</span></tt> callable must accept a Python data structure and return the
corresponding JSON string. Exceptions raised by decoding and encoding
should be propagated up unaltered.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
<li><strong>module</strong> (<em>str or module</em>) &#8211; the name of the JSON library module to use, or the module
object itself</li>
<li><strong>decode</strong> (<em>callable</em>) &#8211; a function for decoding JSON strings</li>
<li><strong>encode</strong> (<em>callable</em>) &#8211; a function for encoding objects as JSON strings</li>
</ul>
</td>
</tr>
</tbody>
</table>
</dd></dl>

</div>
<div class="section" id="module-rdflib.plugins.sparql.results.jsonresults">
<span id="jsonresults-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">jsonresults</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.jsonresults" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResult">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.jsonresults.</tt><tt class="descname">JSONResult</tt><big>(</big><em>json</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResult"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResult" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.Result" title="rdflib.query.Result"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.Result</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResult.__init__">
<tt class="descname">__init__</tt><big>(</big><em>json</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResult.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResult.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResult.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.jsonresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResult.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultParser">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.jsonresults.</tt><tt class="descname">JSONResultParser</tt><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResultParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultParser" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultParser" title="rdflib.query.ResultParser"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultParser</span></tt></a></p>
<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultParser.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.jsonresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultParser.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultParser.parse">
<tt class="descname">parse</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResultParser.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultParser.parse" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.jsonresults.</tt><tt class="descname">JSONResultSerializer</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResultSerializer"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultSerializer" title="rdflib.query.ResultSerializer"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultSerializer</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.__init__">
<tt class="descname">__init__</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResultSerializer.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.jsonresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.serialize">
<tt class="descname">serialize</tt><big>(</big><em>stream</em>, <em>encoding=None</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#JSONResultSerializer.serialize"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer.serialize" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="function">
<dt id="rdflib.plugins.sparql.results.jsonresults.parseJsonTerm">
<tt class="descclassname">rdflib.plugins.sparql.results.jsonresults.</tt><tt class="descname">parseJsonTerm</tt><big>(</big><em>d</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#parseJsonTerm"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.parseJsonTerm" title="Permalink to this definition"></a></dt>
<dd><p>rdflib object (Literal, URIRef, BNode) for the given json-format dict.</p>
<dl class="docutils">
<dt>input is like:</dt>
<dd>{ &#8216;type&#8217;: &#8216;uri&#8217;, &#8216;value&#8217;: &#8216;<a class="reference external" href="http://famegame.com/2006/01/username">http://famegame.com/2006/01/username</a>&#8216; }
{ &#8216;type&#8217;: &#8216;literal&#8217;, &#8216;value&#8217;: &#8216;drewp&#8217; }</dd>
</dl>
</dd></dl>

<dl class="function">
<dt id="rdflib.plugins.sparql.results.jsonresults.termToJSON">
<tt class="descclassname">rdflib.plugins.sparql.results.jsonresults.</tt><tt class="descname">termToJSON</tt><big>(</big><em>self</em>, <em>term</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/jsonresults.html#termToJSON"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.jsonresults.termToJSON" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</div>
<div class="section" id="module-rdflib.plugins.sparql.results.rdfresults">
<span id="rdfresults-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">rdfresults</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.rdfresults" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResult">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.rdfresults.</tt><tt class="descname">RDFResult</tt><big>(</big><em>source</em>, <em>**kwargs</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/rdfresults.html#RDFResult"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResult" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.Result" title="rdflib.query.Result"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.Result</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResult.__init__">
<tt class="descname">__init__</tt><big>(</big><em>source</em>, <em>**kwargs</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/rdfresults.html#RDFResult.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResult.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResult.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.rdfresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResult.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResultParser">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.rdfresults.</tt><tt class="descname">RDFResultParser</tt><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/rdfresults.html#RDFResultParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResultParser" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultParser" title="rdflib.query.ResultParser"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultParser</span></tt></a></p>
<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResultParser.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.rdfresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResultParser.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.rdfresults.RDFResultParser.parse">
<tt class="descname">parse</tt><big>(</big><em>source</em>, <em>**kwargs</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/rdfresults.html#RDFResultParser.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.rdfresults.RDFResultParser.parse" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

</div>
<div class="section" id="module-rdflib.plugins.sparql.results.tsvresults">
<span id="tsvresults-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">tsvresults</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.tsvresults" title="Permalink to this headline"></a></h2>
<p>This implements the Tab Separated SPARQL Result Format</p>
<p>It is implemented with pyparsing, reusing the elements from the SPARQL Parser</p>
<dl class="class">
<dt id="rdflib.plugins.sparql.results.tsvresults.TSVResultParser">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.tsvresults.</tt><tt class="descname">TSVResultParser</tt><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/tsvresults.html#TSVResultParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.tsvresults.TSVResultParser" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultParser" title="rdflib.query.ResultParser"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultParser</span></tt></a></p>
<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.tsvresults.TSVResultParser.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.tsvresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.tsvresults.TSVResultParser.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.tsvresults.TSVResultParser.convertTerm">
<tt class="descname">convertTerm</tt><big>(</big><em>t</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/tsvresults.html#TSVResultParser.convertTerm"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.tsvresults.TSVResultParser.convertTerm" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.tsvresults.TSVResultParser.parse">
<tt class="descname">parse</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/tsvresults.html#TSVResultParser.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.tsvresults.TSVResultParser.parse" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

</div>
<div class="section" id="module-rdflib.plugins.sparql.results.xmlresults">
<span id="xmlresults-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">xmlresults</span></tt> Module<a class="headerlink" href="#module-rdflib.plugins.sparql.results.xmlresults" title="Permalink to this headline"></a></h2>
<dl class="data">
<dt id="rdflib.plugins.sparql.results.xmlresults.RESULTS_NS_ET">
<tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">RESULTS_NS_ET</tt><em class="property"> = u'{http://www.w3.org/2005/sparql-results#}'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.RESULTS_NS_ET" title="Permalink to this definition"></a></dt>
<dd><p>A Parser for SPARQL results in XML:</p>
<p><a class="reference external" href="http://www.w3.org/TR/rdf-sparql-XMLres/">http://www.w3.org/TR/rdf-sparql-XMLres/</a></p>
<p>Bits and pieces borrowed from:
<a class="reference external" href="http://projects.bigasterisk.com/sparqlhttp/">http://projects.bigasterisk.com/sparqlhttp/</a></p>
<p>Authors: Drew Perttula, Gunnar Aastrand Grimnes</p>
</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">SPARQLXMLWriter</tt><big>(</big><em>output</em>, <em>encoding='utf-8'</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter" title="Permalink to this definition"></a></dt>
<dd><p>Python saxutils-based SPARQL XML Writer</p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.__init__">
<tt class="descname">__init__</tt><big>(</big><em>output</em>, <em>encoding='utf-8'</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.xmlresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.close">
<tt class="descname">close</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.close"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.close" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_ask">
<tt class="descname">write_ask</tt><big>(</big><em>val</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_ask"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_ask" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_binding">
<tt class="descname">write_binding</tt><big>(</big><em>name</em>, <em>val</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_binding"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_binding" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_end_result">
<tt class="descname">write_end_result</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_end_result"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_end_result" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_header">
<tt class="descname">write_header</tt><big>(</big><em>allvarsL</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_header"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_header" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_results_header">
<tt class="descname">write_results_header</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_results_header"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_results_header" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_start_result">
<tt class="descname">write_start_result</tt><big>(</big><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#SPARQLXMLWriter.write_start_result"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.SPARQLXMLWriter.write_start_result" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResult">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">XMLResult</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResult"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResult" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.Result" title="rdflib.query.Result"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.Result</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResult.__init__">
<tt class="descname">__init__</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResult.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResult.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResult.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.xmlresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResult.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultParser">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">XMLResultParser</tt><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResultParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultParser" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultParser" title="rdflib.query.ResultParser"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultParser</span></tt></a></p>
<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultParser.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.xmlresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultParser.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultParser.parse">
<tt class="descname">parse</tt><big>(</big><em>source</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResultParser.parse"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultParser.parse" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer">
<em class="property">class </em><tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">XMLResultSerializer</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResultSerializer"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="rdflib.html#rdflib.query.ResultSerializer" title="rdflib.query.ResultSerializer"><tt class="xref py py-class docutils literal"><span class="pre">rdflib.query.ResultSerializer</span></tt></a></p>
<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.__init__">
<tt class="descname">__init__</tt><big>(</big><em>result</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResultSerializer.__init__"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.__init__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.__module__">
<tt class="descname">__module__</tt><em class="property"> = 'rdflib.plugins.sparql.results.xmlresults'</em><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.__module__" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.serialize">
<tt class="descname">serialize</tt><big>(</big><em>stream</em>, <em>encoding='utf-8'</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#XMLResultSerializer.serialize"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer.serialize" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="function">
<dt id="rdflib.plugins.sparql.results.xmlresults.parseTerm">
<tt class="descclassname">rdflib.plugins.sparql.results.xmlresults.</tt><tt class="descname">parseTerm</tt><big>(</big><em>element</em><big>)</big><a class="reference internal" href="../_modules/rdflib/plugins/sparql/results/xmlresults.html#parseTerm"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#rdflib.plugins.sparql.results.xmlresults.parseTerm" title="Permalink to this definition"></a></dt>
<dd><p>rdflib object (Literal, URIRef, BNode) for the given
elementtree element</p>
</dd></dl>

</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../index.html">
              <img class="logo" src="../_static/logo.svg" alt="Logo"/>
            </a></p>
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">results Package</a><ul>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.csvresults"><tt class="docutils literal"><span class="pre">csvresults</span></tt> Module</a></li>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.jsonlayer"><tt class="docutils literal"><span class="pre">jsonlayer</span></tt> Module</a></li>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.jsonresults"><tt class="docutils literal"><span class="pre">jsonresults</span></tt> Module</a></li>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.rdfresults"><tt class="docutils literal"><span class="pre">rdfresults</span></tt> Module</a></li>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.tsvresults"><tt class="docutils literal"><span class="pre">tsvresults</span></tt> Module</a></li>
<li><a class="reference internal" href="#module-rdflib.plugins.sparql.results.xmlresults"><tt class="docutils literal"><span class="pre">xmlresults</span></tt> Module</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="rdflib.plugins.sparql.html"
                        title="previous chapter">sparql Package</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="rdflib.plugins.stores.html"
                        title="next chapter">stores Package</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/apidocs/rdflib.plugins.sparql.results.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="rdflib.plugins.stores.html" title="stores Package"
             >next</a> |</li>
        <li class="right" >
          <a href="rdflib.plugins.sparql.html" title="sparql Package"
             >previous</a> |</li>
        <li><a href="../index.html">rdflib 4.1.2 documentation</a> &raquo;</li>
          <li><a href="modules.html" >rdflib API docs</a> &raquo;</li>
          <li><a href="rdflib.html" >rdflib Package</a> &raquo;</li>
          <li><a href="rdflib.plugins.html" >plugins Package</a> &raquo;</li>
          <li><a href="rdflib.plugins.sparql.html" >sparql Package</a> &raquo;</li> 
      </ul>
    </div>
<div class="footer">
    &copy; Copyright 2009 - 2013, RDFLib Team.
  Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.
  <br />Theme based on <a href="http://readthedocs.org/">Read The Docs</a>

</div>





  </body>
</html>