This file is indexed.

/usr/share/doc/librdf-query-perl/examples/data/named_graphs/repeats2.rdf 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
7
8
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
		xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	>
	<rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
		<rdfs:label>Label</rdfs:label>
	</rdf:Property>
</rdf:RDF>