This file is indexed.

/usr/share/ontology/kde/nrio.trig is in kde-runtime-data 4:4.8.2-0ubuntu2.

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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
#
# Copyright (c) 2010 Vishesh Handa <handa.vish@gmail.com>
# All rights reserved, licensed under either CC-BY or BSD.
#
# You are free:
#  * to Share - to copy, distribute and transmit the work
#  * to Remix - to adapt the work
# Under the following conditions:
#  * Attribution - You must attribute the work in the manner specified by the author
#    or licensor (but not in any way that suggests that they endorse you or your use
#    of the work).
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#  * Redistributions of source code must retain the above copyright notice, this
#    list of conditions and the following disclaimer.
#  * Redistributions in binary form must reproduce the above copyright notice, this
#    list of conditions and the following disclaimer in the documentation and/or
#    other materials provided with the distribution.
#  * Neither the names of the authors nor the names of contributors may
#    be used to endorse or promote products derived from this ontology without
#    specific prior written permission.
#
# THIS ONTOLOGY IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS ONTOLOGY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

@prefix nao:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix nfo:     <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix nie:     <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#> .
@prefix ncal:    <http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#> .
@prefix nco:     <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pimo:    <http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#> .
@prefix nmo:     <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#> .
@prefix nmm:     <http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#> .
@prefix nrl:     <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

@prefix nrio:    <http://nepomuk.kde.org/ontologies/2010/11/11/nrio#> .

nrio: {
    nao:created
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:creator
        nrl:maxCardinality "1"^^xsd:integer .

    nao:description
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:identifier
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:iconName
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:lastModified
        nrl:maxCardinality "1"^^xsd:integer .

    nao:personalIdentifier
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:pluralPrefLabel
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:prefLabel
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:prefSymbol
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:rating
        nrl:maxCardinality "1"^^xsd:integer .
        
    nao:score
        nrl:maxCardinality "1"^^xsd:integer .


    nco:birthdate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nco:contactUID
        nrl:maxCardinality "1"^^xsd:integer .
        
    nco:fullname
        nrl:maxCardinality "1"^^xsd:integer .
        
    nco:gender
        nrl:maxCardinality "1"^^xsd:integer .
        

    nie:byteSize
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:comment
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:contentCreated
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:contentLastModified
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:contentSize
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:created
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:description
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:identifier
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:informationElementDate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:lastModified
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:lastRefreshed
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:mimeType
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:subject
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:title
        nrl:maxCardinality "1"^^xsd:integer .
        
    nie:url
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:aspectRatio
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:averageBitrate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:bitDepth
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:bitsPerSample
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:channels
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:characterCount
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:colorDepth
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:commentCharacterCount
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:compressionType
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:count
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:deletionDate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:duration
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:encoding
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:encryptionStatus
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:fileCreated
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:fileLastAccessed
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:fileLastModified
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:fileName
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:fileSize
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:fileUrl
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:filesystemType
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:frameCount
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:frameRate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:freeSpace
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:frontChannels
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:hashAlgorithm
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:hashValue
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:height
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:horizontalResolution
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:interlaceMode
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:isPasswordProtected
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:lfeChannels
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:lineCount
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:occupiedSpace
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:pageCount
        nrl:maxCardinality "1"^^xsd:integer .
        

    nfo:permissions
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:programmingLanguage
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:rate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:rearChannels
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:sampleCount
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:sampleRate
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:sideChannels
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:streamPosition
        nrl:maxCardinality "1"^^xsd:integer .
        
    
    nfo:totalSpace
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:uncompressedSize
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:uuid
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:verticalResolution
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:width
        nrl:maxCardinality "1"^^xsd:integer .
        
    nfo:wordCount
        nrl:maxCardinality "1"^^xsd:integer .
        

    rdfs:comment
        nrl:maxCardinality "1"^^xsd:integer .
        
    rdfs:label
        nrl:maxCardinality "1"^^xsd:integer .
        
}

<http://nepomuk.kde.org/ontologies/2010/11/11/nrio/metadata> {

    nrio:  a       nrl:Ontology ;
    nao:hasDefaultNamespace "http://nepomuk.kde.org/ontologies/2010/11/11/nrio#" ;
    nao:hasDefaultNamespaceAbbreviation "nrio" ;

    nao:serializationLanguage "TriG" ;
    nao:lastModified "2012-01-06T16:08:58Z" ;
    nao:status "Unstable" ;
    nao:updatable "0 " ;
    nao:version "Revision-1" .

    <http://nepomuk.kde.org/ontologies/2010/11/11/nrio/metadata>
          a nrl:GraphMetadata ;
          nrl:coreGraphMetadataFor nrio: .
}