This file is indexed.

/usr/share/doc/python-rdflib-doc/html/_sources/plugin_query_results.txt 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
.. _plugin_query_results: Plugin query results

====================
Plugin query results
====================

Plugins for reading and writing of (SPARQL) :class:`~rdflib.query.QueryResult` - pass ``name`` to either :meth:`~rdflib.query.QueryResult.parse` or :meth:`~rdflib.query.QueryResult.serialize` 


Parsers
-------

==== ====================================================================
Name Class                                                               
==== ====================================================================
csv  :class:`~rdflib.plugins.sparql.results.csvresults.CSVResultParser`
json :class:`~rdflib.plugins.sparql.results.jsonresults.JSONResultParser`
tsv  :class:`~rdflib.plugins.sparql.results.tsvresults.TSVResultParser`
xml  :class:`~rdflib.plugins.sparql.results.xmlresults.XMLResultParser`
==== ====================================================================

Serializers
-----------

==== ========================================================================
Name Class                                                                   
==== ========================================================================
csv  :class:`~rdflib.plugins.sparql.results.csvresults.CSVResultSerializer`
json :class:`~rdflib.plugins.sparql.results.jsonresults.JSONResultSerializer`
txt  :class:`~rdflib.plugins.sparql.results.txtresults.TXTResultSerializer`
xml  :class:`~rdflib.plugins.sparql.results.xmlresults.XMLResultSerializer`
==== ========================================================================