~zeitgeist/zeitgeist/bluebird-sig-crash2

« back to all changes in this revision

Viewing changes to extra/ontology/nfo.trig

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2011-12-29 14:39:51 UTC
  • Revision ID: siegfried@gevatter.com-20111229143951-huz6kxdjeukby1bp
Updated to shared-desktop-ontologies version 0.8.1. This introduces
WebDataObject and makes MusicPiece a child of Audio.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Copyright (c) 2007 NEPOMUK Consortium
 
3
# Copyright (c) 2011 Sebastian Trueg <trueg@kde.org>
3
4
# All rights reserved, licensed under either CC-BY or BSD.
4
5
#
5
6
# You are free:
58
59
          rdfs:comment "Horizontal resolution of an image (if printed). Expressed in DPI." ;
59
60
          rdfs:domain nfo:Image ;
60
61
          rdfs:label "horizontalResolution" ;
61
 
          rdfs:range xsd:integer .
 
62
          rdfs:range xsd:integer ;
 
63
          nrl:maxCardinality 1 .
62
64
 
63
65
    nfo:sampleRate
64
66
          a       rdf:Property ;
66
68
          rdfs:domain nfo:Audio ;
67
69
          rdfs:label "sampleRate" ;
68
70
          rdfs:range xsd:float ;
69
 
          rdfs:subPropertyOf nfo:rate .
 
71
          rdfs:subPropertyOf nfo:rate ;
 
72
          nrl:maxCardinality 1 .
70
73
 
71
74
    nfo:HardDiskPartition
72
75
          a       rdfs:Class ;
76
79
 
77
80
    nfo:fileName
78
81
          a       rdf:Property ;
 
82
          rdfs:subPropertyOf nao:prefLabel ;
79
83
          rdfs:comment "Name of the file, together with the extension" ;
80
84
          rdfs:domain nfo:FileDataObject ;
81
85
          rdfs:label "fileName" ;
105
109
          rdfs:comment "Name of the algorithm used to compute the hash value. Examples might include CRC32, MD5, SHA, TTH etc." ;
106
110
          rdfs:domain nfo:FileHash ;
107
111
          rdfs:label "hashAlgorithm" ;
108
 
          rdfs:range xsd:string .
 
112
          rdfs:range xsd:string ;
 
113
          nrl:maxCardinality 1 .
109
114
 
110
115
    nfo:commentCharacterCount
111
116
          a       rdf:Property ;
112
117
          rdfs:comment "The amount of character in comments i.e. characters ignored by the compiler/interpreter." ;
113
118
          rdfs:domain nfo:SourceCode ;
114
119
          rdfs:label "commentCharacterCount" ;
115
 
          rdfs:range xsd:integer .
 
120
          rdfs:range xsd:integer ;
 
121
          nrl:maxCardinality 1 .
116
122
 
117
123
    nfo:PlainTextDocument
118
124
          a       rdfs:Class ;
126
132
          rdfs:domain nfo:Font ;
127
133
          rdfs:label "foundry" ;
128
134
          rdfs:range nco:Contact ;
129
 
          rdfs:subPropertyOf nco:creator .
 
135
          rdfs:subPropertyOf nco:creator ;
 
136
          nrl:maxCardinality 1 .
130
137
 
131
138
    nfo:losslessCompressionType
132
139
          a       nfo:CompressionType ;
137
144
          rdfs:comment "Number of side channels" ;
138
145
          rdfs:label "sideChannels" ;
139
146
          rdfs:range xsd:integer ;
140
 
          rdfs:subPropertyOf nfo:channels .
 
147
          rdfs:subPropertyOf nfo:channels ;
 
148
          nrl:maxCardinality 1 .
141
149
 
142
150
    nfo:interlaceMode
143
151
          a       rdf:Property ;
144
152
          rdfs:comment "True if the image is interlaced, false if not." ;
145
153
          rdfs:domain nfo:Visual ;
146
154
          rdfs:label "interlaceMode" ;
147
 
          rdfs:range xsd:boolean .
 
155
          rdfs:range xsd:boolean ;
 
156
          nrl:maxCardinality 1 .
148
157
 
149
158
    nfo:width
150
159
          a       rdf:Property ;
151
160
          rdfs:comment "Visual content width in pixels." ;
152
161
          rdfs:domain nfo:Visual ;
153
162
          rdfs:label "width" ;
154
 
          rdfs:range xsd:integer .
 
163
          rdfs:range xsd:integer ;
 
164
          nrl:maxCardinality 1 .
155
165
 
156
166
    nfo:frameCount
157
167
          a       rdf:Property ;
159
169
          rdfs:domain nfo:Video ;
160
170
          rdfs:label "frameCount" ;
161
171
          rdfs:range xsd:integer ;
162
 
          rdfs:subPropertyOf nfo:count .
 
172
          rdfs:subPropertyOf nfo:count ;
 
173
          nrl:maxCardinality 1 .
163
174
 
164
175
    nfo:MediaFileListEntry
165
176
          a       rdfs:Class ;
169
180
 
170
181
    nfo:Filesystem
171
182
          a       rdfs:Class ;
172
 
          rdfs:comment "A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files." ;
 
183
          rdfs:comment "A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files such as ISO." ;
173
184
          rdfs:label "Filesystem" ;
174
185
          rdfs:subClassOf nfo:DataContainer .
175
186
 
 
187
    nfo:filesystemType
 
188
          a       rdf:Property ;
 
189
          rdfs:comment "Type of filesystem such as ext3 and ntfs." ;
 
190
          rdfs:domain nfo:Filesystem ;
 
191
          rdfs:range xsd:string ;
 
192
          rdfs:label "filesystemType" ;
 
193
          nrl:maxCardinality 1 .
 
194
 
 
195
    nfo:totalSpace
 
196
          a       rdf:Property ;
 
197
          rdfs:comment "Total storage space of the filesystem, which can be different from nie:contentSize because the latter includes filesystem format overhead." ;
 
198
          rdfs:domain nfo:Filesystem ;
 
199
          rdfs:range xsd:integer ;
 
200
          rdfs:label "totalSpace" ;
 
201
          nrl:maxCardinality 1 .
 
202
 
 
203
    nfo:freeSpace
 
204
          a       rdf:Property ;
 
205
          rdfs:comment "Unoccupied storage space of the filesystem." ;
 
206
          rdfs:domain nfo:Filesystem ;
 
207
          rdfs:range xsd:integer ;
 
208
          rdfs:label "freeSpace" ;
 
209
          nrl:maxCardinality 1 .
 
210
 
 
211
    nfo:occupiedSpace
 
212
          a       rdf:Property ;
 
213
          rdfs:comment "Occupied storage space of the filesystem." ;
 
214
          rdfs:domain nfo:Filesystem ;
 
215
          rdfs:range xsd:integer ;
 
216
          rdfs:label "occupiedSpace" ;
 
217
          nrl:maxCardinality 1 .
 
218
 
 
219
    nfo:uuid
 
220
          a       rdf:Property ;
 
221
          rdfs:subPropertyOf nie:identifier ;
 
222
          rdfs:comment "Universally unique identifier of the filesystem. In the future, this property may have its parent changed to a more generic class." ;
 
223
          rdfs:domain nfo:Filesystem ;
 
224
          rdfs:range xsd:string ;
 
225
          rdfs:label "uuid" .
 
226
 
176
227
    nfo:definesFunction
177
228
          a       rdf:Property ;
178
229
          rdfs:comment "A name of a function/method defined in the given source code file." ;
191
242
          rdfs:comment "A string containing the permissions of a file. A feature common in many UNIX-like operating systems." ;
192
243
          rdfs:domain nfo:FileDataObject ;
193
244
          rdfs:label "permissions" ;
194
 
          rdfs:range xsd:string .
 
245
          rdfs:range xsd:string ;
 
246
          nrl:maxCardinality 1 .
195
247
 
196
248
    nfo:lineCount
197
249
          a       rdf:Property ;
198
250
          rdfs:comment "The amount of lines in a text document" ;
199
251
          rdfs:domain nfo:TextDocument ;
200
252
          rdfs:label "lineCount" ;
201
 
          rdfs:range xsd:integer .
 
253
          rdfs:range xsd:integer ;
 
254
          nrl:maxCardinality 1 .
202
255
 
203
256
    nfo:SoftwareItem
204
257
          a       rdfs:Class ;
217
270
          rdfs:comment "The amount of words in a text document." ;
218
271
          rdfs:domain nfo:TextDocument ;
219
272
          rdfs:label "wordCount" ;
220
 
          rdfs:range xsd:integer .
 
273
          rdfs:range xsd:integer ;
 
274
          nrl:maxCardinality 1 .
221
275
 
222
276
    nfo:bookmarks
223
277
          a       rdf:Property ;
225
279
          rdfs:domain nfo:Bookmark ;
226
280
          rdfs:label "link" ;
227
281
          rdfs:range nie:DataObject ;
228
 
          rdfs:subPropertyOf nie:links .
 
282
          rdfs:subPropertyOf nie:links ;
 
283
          nrl:cardinality 1 .
 
284
 
 
285
    nfo:characterPosition
 
286
          a       rdf:Property ;
 
287
          rdfs:comment "Character position of the bookmark." ;
 
288
          rdfs:domain nfo:Bookmark ;
 
289
          rdfs:label "characterPosition" ;
 
290
          rdfs:range xsd:integer ;
 
291
          nrl:maxCardinality 1 .
 
292
 
 
293
    nfo:pageNumber
 
294
          a       rdf:Property ;
 
295
          rdfs:comment "Page linked by the bookmark." ;
 
296
          rdfs:domain nfo:Bookmark ;
 
297
          rdfs:label "pageNumber" ;
 
298
          rdfs:range xsd:integer ;
 
299
          nrl:maxCardinality 1 .
 
300
 
 
301
    nfo:streamPosition
 
302
          a       rdf:Property ;
 
303
          rdfs:comment "Stream position of the bookmark, suitable for e.g. audio books. Expressed in milliseconds" ;
 
304
          rdfs:domain nfo:Bookmark ;
 
305
          rdfs:label "streamPosition" ;
 
306
          rdfs:range xsd:integer ;
 
307
          nrl:maxCardinality 1 .
229
308
 
230
309
    nfo:RemotePortAddress
231
310
          a       rdfs:Class ;
256
335
          rdfs:comment "The amount of characters in the document." ;
257
336
          rdfs:domain nfo:TextDocument ;
258
337
          rdfs:label "characterCount" ;
259
 
          rdfs:range xsd:integer .
 
338
          rdfs:range xsd:integer ;
 
339
          nrl:maxCardinality 1 .
260
340
 
261
341
    nfo:fileLastAccessed
262
342
          a       rdf:Property ;
264
344
          rdfs:domain nfo:FileDataObject ;
265
345
          rdfs:label "fileLastAccessed" ;
266
346
          rdfs:range xsd:dateTime ;
267
 
          rdfs:subPropertyOf dc:date .
 
347
          rdfs:subPropertyOf dc:date ;
 
348
          nrl:maxCardinality 1 .
268
349
 
269
350
    nfo:supercedes
270
351
          a       rdf:Property ;
298
379
          rdfs:domain nfo:Audio ;
299
380
          rdfs:label "sampleCount" ;
300
381
          rdfs:range xsd:integer ;
301
 
          rdfs:subPropertyOf nfo:count .
 
382
          rdfs:subPropertyOf nfo:count ;
 
383
          nrl:maxCardinality 1 .
302
384
 
303
385
    nfo:Image
304
386
          a       rdfs:Class ;
311
393
          rdfs:comment "Visual content height in pixels." ;
312
394
          rdfs:domain nfo:Visual ;
313
395
          rdfs:label "height" ;
314
 
          rdfs:range xsd:integer .
 
396
          rdfs:range xsd:integer ;
 
397
          nrl:maxCardinality 1 .
315
398
 
316
399
    nfo:frontChannels
317
400
          a       rdf:Property ;
318
401
          rdfs:comment "Number of front channels." ;
319
402
          rdfs:label "frontChannels" ;
320
403
          rdfs:range xsd:integer ;
321
 
          rdfs:subPropertyOf nfo:channels .
 
404
          rdfs:subPropertyOf nfo:channels ;
 
405
          nrl:maxCardinality 1 .
322
406
 
323
407
    nfo:FilesystemImage
324
408
          a       rdfs:Class ;
325
 
          rdfs:comment "An image of a filesystem. Instances of this class may include CD images, DVD images or hard disk partition images created by various pieces of software (e.g. Norton Ghost)" ;
 
409
          nao:deprecated true ;
 
410
          rdfs:comment "An image of a filesystem. Instances of this class may include CD images, DVD images or hard disk partition images created by various pieces of software (e.g. Norton Ghost). Deprecated in favor of nfo:Filesystem." ;
326
411
          rdfs:label "FilesystemImage" ;
327
412
          rdfs:subClassOf nfo:Filesystem .
328
413
 
343
428
          rdfs:comment "Number of rear channels." ;
344
429
          rdfs:label "rearChannels" ;
345
430
          rdfs:range xsd:integer ;
346
 
          rdfs:subPropertyOf nfo:channels .
 
431
          rdfs:subPropertyOf nfo:channels ;
 
432
          nrl:maxCardinality 1 .
347
433
 
348
434
    nfo:bitsPerSample
349
435
          a       rdf:Property ;
351
437
          rdfs:domain nfo:Audio ;
352
438
          rdfs:label "bitsPerSample" ;
353
439
          rdfs:range xsd:integer ;
354
 
          rdfs:subPropertyOf nfo:bitDepth .
 
440
          rdfs:subPropertyOf nfo:bitDepth ;
 
441
          nrl:maxCardinality 1 .
355
442
 
356
443
    nfo:HtmlDocument
357
444
          a       rdfs:Class ;
376
463
          rdfs:comment "Duration of a media piece." ;
377
464
          rdfs:domain nfo:Media ;
378
465
          rdfs:label "duration" ;
379
 
          rdfs:range xsd:duration .
 
466
          rdfs:range xsd:duration ;
 
467
          nrl:maxCardinality 1 .
380
468
 
381
469
    nfo:lfeChannels
382
470
          a       rdf:Property ;
383
471
          rdfs:comment "Number of Low Frequency Expansion (subwoofer) channels." ;
384
472
          rdfs:label "lfeChannels" ;
385
473
          rdfs:range xsd:integer ;
386
 
          rdfs:subPropertyOf nfo:channels .
 
474
          rdfs:subPropertyOf nfo:channels ;
 
475
          nrl:maxCardinality 1 .
387
476
 
388
477
    nfo:Video
389
478
          a       rdfs:Class ;
410
499
          rdfs:comment "States if a given resource is password-protected." ;
411
500
          rdfs:domain nfo:ArchiveItem ;
412
501
          rdfs:label "isPasswordProtected" ;
413
 
          rdfs:range xsd:boolean .
 
502
          rdfs:range xsd:boolean ;
 
503
          nrl:maxCardinality 1 .
414
504
 
415
505
    nfo:hashValue
416
506
          a       rdf:Property ;
417
507
          rdfs:comment "The actual value of the hash." ;
418
508
          rdfs:domain nfo:FileHash ;
419
509
          rdfs:label "hashValue" ;
420
 
          rdfs:range xsd:string .
 
510
          rdfs:range xsd:string ;
 
511
          nrl:cardinality 1 .
421
512
 
422
513
    nfo:Document
423
514
          a       rdfs:Class ;
428
519
    nfo:FileDataObject
429
520
          a       rdfs:Class ;
430
521
          rdfs:comment "A resource containing a finite sequence of bytes with arbitrary information, that is available to a computer program and is usually based on some kind of durable storage. A file is durable in the sense that it remains available for programs to use after the current program has finished." ;
431
 
          rdfs:label "File" ;
 
522
          rdfs:label "file" ;
432
523
          rdfs:subClassOf nie:DataObject .
433
524
 
434
525
    nfo:encryptedStatus
446
537
          rdfs:comment "Uncompressed size of the content of a compressed file." ;
447
538
          rdfs:domain nfo:Archive ;
448
539
          rdfs:label "uncompressedSize" ;
449
 
          rdfs:range xsd:integer .
 
540
          rdfs:range xsd:integer ;
 
541
          nrl:maxCardinality 1 .
450
542
 
451
543
    nfo:deletionDate
452
544
          a       rdf:Property ;
453
545
          rdfs:comment "The date and time of the deletion." ;
454
546
          rdfs:domain nfo:DeletedResource ;
455
547
          rdfs:label "deletionDate" ;
456
 
          rdfs:range xsd:dateTime .
 
548
          rdfs:range xsd:dateTime ;
 
549
          nrl:maxCardinality 1 .
457
550
 
458
551
    nfo:MindMap
459
552
          a       rdfs:Class ;
463
556
 
464
557
    nfo:SoftwareService
465
558
          a       rdfs:Class ;
466
 
          rdfs:comment "A service published by a piece of software, either by an operating system or an application. Examples of such services may include calendar, addresbook and mailbox managed by a PIM application. This category is introduced to distinguish between data available directly from the applications (Via some Interprocess Communication Mechanisms) and data available from files on a disk. In either case both DataObjects would receive a similar interpretation (e.g. a Mailbox) and wouldn't differ on the content level." ;
 
559
          rdfs:comment "A service published by a piece of software, either by an operating system or an application. Examples of such services may include calendar, addressbook and mailbox managed by a PIM application. This category is introduced to distinguish between data available directly from the applications (Via some Interprocess Communication Mechanisms) and data available from files on a disk. In either case both DataObjects would receive a similar interpretation (e.g. a Mailbox) and wouldn't differ on the content level." ;
467
560
          rdfs:label "SoftwareService" ;
468
561
          rdfs:subClassOf nie:DataObject .
469
562
 
476
569
          rdfs:comment "The original location of the deleted resource." ;
477
570
          rdfs:domain nfo:DeletedResource ;
478
571
          rdfs:label "originalLocation" ;
479
 
          rdfs:range xsd:string .
 
572
          rdfs:range xsd:string ;
 
573
          nrl:maxCardinality 1 .
480
574
 
481
575
    nfo:Website
482
576
          a       rdfs:Class ;
519
613
          rdfs:comment "Number of channels. This property is to be used directly if no detailed information is necessary. Otherwise use more detailed subproperties." ;
520
614
          rdfs:domain nfo:Audio ;
521
615
          rdfs:label "channels" ;
522
 
          rdfs:range xsd:integer .
 
616
          rdfs:range xsd:integer ;
 
617
          nrl:maxCardinality 1 .
523
618
 
524
619
    nfo:colorDepth
525
620
          a       rdf:Property ;
527
622
          rdfs:domain nfo:Visual ;
528
623
          rdfs:label "colorDepth" ;
529
624
          rdfs:range xsd:integer ;
530
 
          rdfs:subPropertyOf nfo:bitDepth .
 
625
          rdfs:subPropertyOf nfo:bitDepth ;
 
626
          nrl:maxCardinality 1 .
531
627
 
532
628
    nfo:Font
533
629
          a       rdfs:Class ;
541
637
          rdfs:domain nfo:Media ;
542
638
          rdfs:label "averageBitrate" ;
543
639
          rdfs:range xsd:float ;
544
 
          rdfs:subPropertyOf nfo:rate .
 
640
          rdfs:subPropertyOf nfo:rate ;
 
641
          nrl:maxCardinality 1 .
545
642
 
546
643
    nfo:Icon
547
644
          a       rdfs:Class ;
554
651
          rdfs:comment "The owner of the file as defined by the file system access rights feature." ;
555
652
          rdfs:domain nfo:FileDataObject ;
556
653
          rdfs:label "fileOwner" ;
557
 
          rdfs:range nco:Contact .
 
654
          rdfs:range nco:Contact ;
 
655
          nrl:maxCardinality 1 .
558
656
 
559
657
    nfo:aspectRatio
560
658
          a       rdf:Property ;
561
659
          rdfs:comment "Visual content aspect ratio. (Width divided by Height)" ;
562
660
          rdfs:domain nfo:Visual ;
563
661
          rdfs:label "aspectRatio" ;
564
 
          rdfs:range xsd:float .
 
662
          rdfs:range xsd:float ;
 
663
          nrl:maxCardinality 1 .
565
664
 
566
665
    nfo:bitDepth
567
666
          a       rdf:Property ;
568
667
          rdfs:comment "A common superproperty for all properties signifying the amount of bits for an atomic unit of data. Examples of subproperties may include bitsPerSample and bitsPerPixel" ;
569
668
          rdfs:domain nfo:Media ;
570
669
          rdfs:label "bitDepth" ;
571
 
          rdfs:range rdfs:Literal .
 
670
          rdfs:range rdfs:Literal ;
 
671
          nrl:maxCardinality 1 .
572
672
 
573
673
    nfo:containsBookmarkFolder
574
674
          a       rdf:Property ;
591
691
          rdfs:comment "Vertical resolution of an Image (if printed). Expressed in DPI" ;
592
692
          rdfs:domain nfo:Image ;
593
693
          rdfs:label "verticalResolution" ;
594
 
          rdfs:range xsd:integer .
 
694
          rdfs:range xsd:integer ;
 
695
          nrl:maxCardinality 1 .
595
696
 
596
697
    nfo:fileUrl
597
698
          a       rdf:Property ;
615
716
          rdfs:domain nfo:Video ;
616
717
          rdfs:label "frameRate" ;
617
718
          rdfs:range xsd:float ;
618
 
          rdfs:subPropertyOf nfo:rate .
 
719
          rdfs:subPropertyOf nfo:rate ;
 
720
          nrl:maxCardinality 1 .
619
721
 
620
722
    nfo:fontFamily
621
723
          a       rdf:Property ;
622
724
          rdfs:comment "The name of the font family." ;
623
725
          rdfs:domain nfo:Font ;
624
726
          rdfs:label "fontFamily" ;
625
 
          rdfs:range xsd:string .
 
727
          rdfs:range xsd:string ;
 
728
          nrl:maxCardinality 1 .
626
729
 
627
730
    nfo:EmbeddedFileDataObject
628
731
          a       rdfs:Class ;
636
739
          rdfs:domain nfo:FileDataObject ;
637
740
          rdfs:label "fileCreated" ;
638
741
          rdfs:range xsd:dateTime ;
639
 
          rdfs:subPropertyOf nie:created .
 
742
          rdfs:subPropertyOf nie:created ;
 
743
          nrl:maxCardinality 1 .
640
744
 
641
745
    nfo:bitrateType
642
746
          a       rdf:Property ;
643
747
          rdfs:comment "The type of the bitrate. Examples may include CBR and VBR." ;
644
748
          rdfs:domain nfo:Media ;
645
749
          rdfs:label "bitrateType" ;
646
 
          rdfs:range xsd:string .
 
750
          rdfs:range xsd:string ;
 
751
          nrl:maxCardinality 1 .
647
752
 
648
753
    nfo:encoding
649
754
          a       rdf:Property ;
650
755
          rdfs:comment "The encoding used for the Embedded File. Examples might include BASE64 or UUEncode" ;
651
756
          rdfs:domain nfo:EmbeddedFileDataObject ;
652
757
          rdfs:label "encoding" ;
653
 
          rdfs:range xsd:string .
 
758
          rdfs:range xsd:string ;
 
759
          nrl:maxCardinality 1 .
654
760
 
655
761
    nfo:Folder
656
762
          a       rdfs:Class ;
674
780
 
675
781
    nfo:fileLastModified
676
782
          a       rdf:Property ;
677
 
          nao:deprecated true;
 
783
          nao:deprecated true ;
678
784
          rdfs:comment "last modification date" ;
679
785
          rdfs:domain nfo:FileDataObject ;
680
786
          rdfs:label "fileLastModified" ;
686
792
          rdfs:comment "The type of the compression. Values include, 'lossy' and 'lossless'." ;
687
793
          rdfs:domain nfo:Media ;
688
794
          rdfs:label "compressionType" ;
689
 
          rdfs:range nfo:CompressionType .
 
795
          rdfs:range nfo:CompressionType ;
 
796
          nrl:maxCardinality 1 .
690
797
 
691
798
    nfo:pageCount
692
799
          a       rdf:Property ;
693
800
          rdfs:comment "Number of pages." ;
694
801
          rdfs:domain nfo:PaginatedTextDocument ;
695
802
          rdfs:label "pageCount" ;
696
 
          rdfs:range xsd:integer .
 
803
          rdfs:range xsd:integer ;
 
804
          nrl:maxCardinality 1 .
697
805
 
698
806
    nfo:RasterImage
699
807
          a       rdfs:Class ;
732
840
          rdfs:comment "The status of the encryption of the InformationElement." ;
733
841
          rdfs:domain nie:InformationElement ;
734
842
          rdfs:label "encryptionStatus" ;
735
 
          rdfs:range nfo:EncryptionStatus .
 
843
          rdfs:range nfo:EncryptionStatus ;
 
844
          nrl:maxCardinality 1 .
736
845
 
737
846
    nfo:containsBookmark
738
847
          a       rdf:Property ;
759
868
          a       rdfs:Class ;
760
869
          rdfs:comment "A piece of software. Examples may include applications and the operating system. This interpretation most commonly applies to SoftwareItems." ;
761
870
          rdfs:label "Software" ;
762
 
          rdfs:subClassOf nie:InformationElement .
 
871
          rdfs:subClassOf nie:InformationElement ;
 
872
          rdfs:subClassOf nao:Agent .
763
873
 
764
874
    nfo:lossyCompressionType
765
875
          a       nfo:CompressionType ;
795
905
          rdfs:domain nfo:FileDataObject ;
796
906
          rdfs:label "fileSize" ;
797
907
          rdfs:range xsd:integer ;
798
 
          rdfs:subPropertyOf nie:byteSize .
 
908
          rdfs:subPropertyOf nie:byteSize ;
 
909
          nrl:maxCardinality 1 .
799
910
 
800
911
    nfo:RemoteDataObject
801
912
          a       rdfs:Class ;
802
913
          rdfs:comment "A file data object stored at a remote location. Don't confuse this class with a RemotePortAddress. This one applies to a particular resource, RemotePortAddress applies to an address, that can have various interpretations." ;
803
914
          rdfs:label "RemoteDataObject" ;
804
915
          rdfs:subClassOf nfo:FileDataObject .
 
916
 
 
917
    nfo:colorCount
 
918
          a rdf:Property ;
 
919
          rdfs:label "color count" ;
 
920
          rdfs:comment "The number of colors used/available in a raster image." ;
 
921
          rdfs:domain nfo:RasterImage ;
 
922
          rdfs:range xsd:integer ;
 
923
          nrl:maxCardinality 1 .
 
924
 
 
925
    nfo:paletteSize
 
926
          a rdf:Property ;
 
927
          rdfs:label "palette size" ;
 
928
          rdfs:comment "The number of colors defined in palette of the raster image." ;
 
929
          rdfs:domain nfo:RasterImage ;
 
930
          rdfs:range xsd:integer ;
 
931
          nrl:maxCardinality 1 .
 
932
 
 
933
    nfo:WebDataObject a rdfs:Class ;
 
934
          rdfs:subClassOf nie:DataObject ;
 
935
          rdfs:label "web data object" ;
 
936
          rdfs:comment "An information resources of which representations (files, streams) can be retrieved through a web server. They may be generated at retrieval time. Typical examples are pages served by PHP or AJAX or mp3 streams." .
805
937
}
806
938
 
807
939
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo_metadata#> {nfo:  a       nrl:Ontology ;
810
942
                  "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#" ;
811
943
          nao:hasDefaultNamespaceAbbreviation
812
944
                  "nfo" ;
813
 
          nao:lastModified "2009-07-20T14:59:09.500Z" ;
 
945
          nao:lastModified "2011-08-22T12:26:40.500Z" ;
814
946
          nao:status "Unstable" ;
815
947
          nao:updatable "0 " ;
816
 
          nao:version "Revision-9" .
 
948
          nao:version "0.8.1" ;
 
949
          nao:prefLabel "Nepomuk File Ontology" ;
 
950
          nao:description "The Nepomuk File Ontology provides vocabulary to express information extracted from various sources. They include files, pieces of software and remote hosts." .
817
951
 
818
952
    <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo_metadata#>
819
953
          a       nrl:GraphMetadata ;