This file is indexed.

/usr/lib/lv2/schemas.lv2/manifest.ttl is in lv2-dev 1.14.0~dfsg1-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
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://ontologi.es/doap-changeset#>
	a owl:Ontology ;
	rdfs:seeAlso <dcs.ttl> .

<http://purl.org/dc/terms/>
	a owl:Ontology ;
	rdfs:seeAlso <dct.ttl> .

<http://usefulinc.com/ns/doap#>
	a owl:Ontology ;
	rdfs:seeAlso <doap.ttl> .

<http://xmlns.com/foaf/0.1/>
	a owl:Ontology ;
	rdfs:seeAlso <foaf.ttl> .

<http://www.w3.org/2002/07/owl>
	a owl:Ontology ;
	rdfs:seeAlso <owl.ttl> .

<http://www.w3.org/2000/01/rdf-schema#>
	a owl:Ontology ;
	rdfs:seeAlso <rdfs.ttl> .

<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	a owl:Ontology ;
	rdfs:seeAlso <rdf.ttl> .

<http://www.w3.org/2001/XMLSchema#>
	a owl:Ontology ;
	rdfs:seeAlso <xsd.ttl> .