This file is indexed.

/usr/share/doc/librdf-query-perl/examples/queries/sparql-bgp-people.rq is in librdf-query-perl 2.918-1.

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
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?p ?name
WHERE {
	?p a foaf:Person ;
		foaf:name ?name .
}