This file is indexed.

/usr/share/doc/librdf-query-perl/examples/queries/sparql-ask-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
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
ASK {
	[] a foaf:Person .
}