This file is indexed.

/usr/share/doc/python-rdflib-doc/html/_sources/plugin_stores.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
.. _plugin_stores: Plugin stores

=============
Plugin stores
=============
 

================= ============================================================
Name              Class                                                       
================= ============================================================
Auditable         :class:`~rdflib.plugins.stores.auditable.AuditableStore`
Concurrent        :class:`~rdflib.plugins.stores.concurrent.ConcurrentStore`
IOMemory          :class:`~rdflib.plugins.memory.IOMemory`
SPARQLStore       :class:`~rdflib.plugins.stores.sparqlstore.SPARQLStore`
SPARQLUpdateStore :class:`~rdflib.plugins.stores.sparqlstore.SPARQLUpdateStore`
Sleepycat         :class:`~rdflib.plugins.sleepycat.Sleepycat`
default           :class:`~rdflib.plugins.memory.IOMemory`
================= ============================================================