rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/nfo.rb CHANGED
@@ -3,806 +3,808 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>
7
+ # @!visibility private
6
8
  NFO = Class.new(RDF::StrictVocabulary("http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#")) do
7
9
 
8
10
  # Class definitions
9
11
  term :Application,
10
12
  comment: %(An application).freeze,
11
- label: "Application".freeze,
12
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
13
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
13
+ label: "Application",
14
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
15
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
14
16
  term :Archive,
15
17
  comment: %(A compressed file. May contain other files or folder inside. ).freeze,
16
- label: "Archive".freeze,
17
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer".freeze,
18
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
18
+ label: "Archive",
19
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer",
20
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
19
21
  term :ArchiveItem,
20
22
  comment: %(A file entity inside an archive.).freeze,
21
- label: "ArchiveItem".freeze,
22
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject".freeze,
23
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
23
+ label: "ArchiveItem",
24
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject",
25
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
24
26
  term :Attachment,
25
27
  comment: %(A file attached to another data object. Many data formats allow for attachments: emails, vcards, ical events, id3 and exif...).freeze,
26
- label: "Attachment".freeze,
27
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject".freeze,
28
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
28
+ label: "Attachment",
29
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject",
30
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
29
31
  term :Audio,
30
32
  comment: %(A file containing audio content).freeze,
31
- label: "Audio".freeze,
32
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
33
+ label: "Audio",
34
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
34
36
  term :Bookmark,
35
37
  comment: %(A bookmark of a webbrowser. Use nie:title for the name/label, nie:contentCreated to represent the date when the user added the bookmark, and nie:contentLastModified for modifications. nfo:bookmarks to store the link.).freeze,
36
- label: "Bookmark".freeze,
37
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
38
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
38
+ label: "Bookmark",
39
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
40
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
39
41
  term :BookmarkFolder,
40
42
  comment: %(A folder with bookmarks of a webbrowser. Use nfo:containsBookmark to relate Bookmarks. Folders can contain subfolders, use containsBookmarkFolder to relate them.).freeze,
41
- label: "Bookmark Folder".freeze,
42
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
43
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
43
+ label: "Bookmark Folder",
44
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
45
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
44
46
  term :CompressionType,
45
47
  comment: %(Type of compression. Instances of this class represent the limited set of values allowed for the nfo:compressionType property.).freeze,
46
- label: "CompressionType".freeze,
47
- subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
48
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
48
+ label: "CompressionType",
49
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource",
50
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
49
51
  term :Cursor,
50
52
  comment: %(A Cursor.).freeze,
51
- label: "Cursor".freeze,
52
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage".freeze,
53
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
53
+ label: "Cursor",
54
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage",
55
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
54
56
  term :DataContainer,
55
57
  comment: %(A superclass for all entities, whose primary purpose is to serve as containers for other data object. They usually don't have any "meaning" by themselves. Examples include folders, archives and optical disc images.).freeze,
56
- label: "DataContainer".freeze,
57
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
58
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
58
+ label: "DataContainer",
59
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
60
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
59
61
  term :DeletedResource,
60
62
  comment: %(A file entity that has been deleted from the original source. Usually such entities are stored within various kinds of 'Trash' or 'Recycle Bin' folders.).freeze,
61
- label: "DeletedResource".freeze,
62
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
63
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
63
+ label: "DeletedResource",
64
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
65
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
64
66
  term :Document,
65
67
  comment: %(A generic document. A common superclass for all documents on the desktop.).freeze,
66
- label: "Document".freeze,
67
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
68
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
68
+ label: "Document",
69
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
70
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
69
71
  term :EmbeddedFileDataObject,
70
72
  comment: %(A file embedded in another data object. There are many ways in which a file may be embedded in another one. Use this class directly only in cases if none of the subclasses gives a better description of your case.).freeze,
71
- label: "EmbeddedFileDataObject".freeze,
72
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
73
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
73
+ label: "EmbeddedFileDataObject",
74
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
75
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
74
76
  term :EncryptionStatus,
75
77
  comment: %(The status of the encryption of an InformationElement. nfo:encryptedStatus means that the InformationElement has been encrypted and couldn't be decrypted by the extraction software, thus no content is available. nfo:decryptedStatus means that decryption was successfull and the content is available.).freeze,
76
- label: "EncryptionStatus".freeze,
77
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
78
+ label: "EncryptionStatus",
79
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
78
80
  term :Executable,
79
81
  comment: %(An executable file.).freeze,
80
- label: "Executable".freeze,
81
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
82
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
82
+ label: "Executable",
83
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
84
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
83
85
  term :FileDataObject,
84
86
  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.).freeze,
85
- label: "file".freeze,
86
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
87
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
87
+ label: "file",
88
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
89
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
88
90
  term :FileHash,
89
91
  comment: %(A fingerprint of the file, generated by some hashing function.).freeze,
90
- label: "FileHash".freeze,
91
- subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
92
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
92
+ label: "FileHash",
93
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource",
94
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
93
95
  term :Filesystem,
94
96
  comment: %(A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files such as ISO.).freeze,
95
- label: "Filesystem".freeze,
96
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer".freeze,
97
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
97
+ label: "Filesystem",
98
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer",
99
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
98
100
  term :FilesystemImage,
99
101
  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.).freeze,
100
102
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nao#deprecated" => %(true).freeze,
101
- label: "FilesystemImage".freeze,
102
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
103
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
103
+ label: "FilesystemImage",
104
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
105
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
104
106
  term :Folder,
105
107
  comment: %(A folder/directory. Examples of folders include folders on a filesystem and message folders in a mailbox.).freeze,
106
- label: "Folder".freeze,
107
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer".freeze,
108
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
108
+ label: "Folder",
109
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer",
110
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
109
111
  term :Font,
110
112
  comment: %(A font.).freeze,
111
- label: "Font".freeze,
112
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
113
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
113
+ label: "Font",
114
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
115
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
114
116
  term :HardDiskPartition,
115
117
  comment: %(A partition on a hard disk).freeze,
116
- label: "HardDiskPartition".freeze,
117
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
118
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
118
+ label: "HardDiskPartition",
119
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
120
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
119
121
  term :HtmlDocument,
120
122
  comment: %(A HTML document, may contain links to other files.).freeze,
121
- label: "HtmlDocument".freeze,
122
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument".freeze,
123
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
123
+ label: "HtmlDocument",
124
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument",
125
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
124
126
  term :Icon,
125
127
  comment: %(An Icon \(regardless of whether it's a raster or a vector icon. A resource representing an icon could have two types \(Icon and Raster, or Icon and Vector\) if required.).freeze,
126
- label: "Icon".freeze,
127
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
128
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
128
+ label: "Icon",
129
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
130
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
129
131
  term :Image,
130
132
  comment: %(A file containing an image.).freeze,
131
- label: "Image".freeze,
132
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
133
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
133
+ label: "Image",
134
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
135
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
134
136
  term :LocalFileDataObject,
135
137
  comment: %(A local file data object which is stored on a local file system. Its nie:url always uses the file:/ protocol. The main use of this class is to distinguish local and non-local files.).freeze,
136
- label: "local file".freeze,
137
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
138
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
138
+ label: "local file",
139
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
140
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
139
141
  term :Media,
140
142
  comment: %(A piece of media content. This class may be used to express complex media containers with many streams of various media content \(both aural and visual\).).freeze,
141
- label: "Media".freeze,
142
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
143
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
143
+ label: "Media",
144
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
145
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
144
146
  term :MediaFileListEntry,
145
147
  comment: %(A single node in the list of media files contained within an MediaList instance. This class is intended to provide a type all those links have. In valid NRL untyped resources cannot be linked. There are no properties defined for this class but the application may expect rdf:first and rdf:last links. The former points to the DataObject instance, interpreted as Media the latter points at another MediaFileListEntr. At the end of the list there is a link to rdf:nil.).freeze,
146
- label: "MediaFileListEntry".freeze,
147
- subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
148
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
148
+ label: "MediaFileListEntry",
149
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource",
150
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
149
151
  term :MediaList,
150
152
  comment: %(A file containing a list of media files.e.g. a playlist).freeze,
151
- label: "MediaList".freeze,
152
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
153
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
153
+ label: "MediaList",
154
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
155
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
154
156
  term :MediaStream,
155
157
  comment: %(A stream of multimedia content, usually contained within a media container such as a movie \(containing both audio and video\) or a DVD \(possibly containing many streams of audio and video\). Most common interpretations for such a DataObject include Audio and Video.).freeze,
156
- label: "MediaStream".freeze,
157
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
158
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
158
+ label: "MediaStream",
159
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
160
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
159
161
  term :MindMap,
160
162
  comment: %(A MindMap, created by a mind-mapping utility. Examples might include FreeMind or mind mapper.).freeze,
161
- label: "MindMap".freeze,
162
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document".freeze,
163
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
163
+ label: "MindMap",
164
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document",
165
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
164
166
  term :OperatingSystem,
165
167
  comment: %(An OperatingSystem).freeze,
166
- label: "OperatingSystem".freeze,
167
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
168
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
168
+ label: "OperatingSystem",
169
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
170
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
169
171
  term :PaginatedTextDocument,
170
172
  comment: %(A file containing a text document, that is unambiguously divided into pages. Examples might include PDF, DOC, PS, DVI etc.).freeze,
171
- label: "PaginatedTextDocument".freeze,
172
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument".freeze,
173
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
173
+ label: "PaginatedTextDocument",
174
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument",
175
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
174
176
  term :Placemark,
175
177
  comment: %(One placemark within a placemark container/file. Use nie:title for the name/label, nao:creator for defining the creator.).freeze,
176
- label: "Placemark".freeze,
177
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
178
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
178
+ label: "Placemark",
179
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
180
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
179
181
  term :PlacemarkContainer,
180
182
  comment: %(A data object containing placemark\(s\). Use nie:contentCreated to represent the date when the user created the dataobject, nao:creator for defining the creator, nie:contentLastModified for modifications. nfo:containsPlacemark to refer to individual placemarks within.).freeze,
181
- label: "Placemark Container".freeze,
182
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
183
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
183
+ label: "Placemark Container",
184
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
185
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
184
186
  term :PlainTextDocument,
185
187
  comment: %(A file containing plain text \(ASCII, Unicode or other encodings\). Examples may include TXT, HTML, XML, program source code etc.).freeze,
186
- label: "PlainTextDocument".freeze,
187
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument".freeze,
188
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
188
+ label: "PlainTextDocument",
189
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument",
190
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
189
191
  term :Presentation,
190
192
  comment: %(A Presentation made by some presentation software \(Corel Presentations, OpenOffice Impress, MS Powerpoint etc.\)).freeze,
191
- label: "Presentation".freeze,
192
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document".freeze,
193
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
193
+ label: "Presentation",
194
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document",
195
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
194
196
  term :RasterImage,
195
197
  comment: %(A raster image.).freeze,
196
- label: "RasterImage".freeze,
197
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
198
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
198
+ label: "RasterImage",
199
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
200
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
199
201
  term :RemoteDataObject,
200
202
  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.).freeze,
201
- label: "RemoteDataObject".freeze,
202
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
203
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
203
+ label: "RemoteDataObject",
204
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
205
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
204
206
  term :RemotePortAddress,
205
207
  comment: %(An address specifying a remote host and port. Such an address can be interpreted in many ways \(examples of such interpretations include mailboxes, websites, remote calendars or filesystems\), depending on an interpretation, various kinds of data may be extracted from such an address.).freeze,
206
- label: "RemotePortAddress".freeze,
207
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
208
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
208
+ label: "RemotePortAddress",
209
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
210
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
209
211
  term :Software,
210
212
  comment: %(A piece of software. Examples may include applications and the operating system. This interpretation most commonly applies to SoftwareItems.).freeze,
211
- label: "Software".freeze,
212
- subClassOf: ["http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze, "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Agent".freeze],
213
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
213
+ label: "Software",
214
+ subClassOf: ["http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement", "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Agent"],
215
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
214
216
  term :SoftwareItem,
215
217
  comment: %(A DataObject representing a piece of software. Examples of interpretations of a SoftwareItem include an Application and an OperatingSystem.).freeze,
216
- label: "SoftwareItem".freeze,
217
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
218
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
218
+ label: "SoftwareItem",
219
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
220
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
219
221
  term :SoftwareService,
220
222
  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.).freeze,
221
- label: "SoftwareService".freeze,
222
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
223
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
223
+ label: "SoftwareService",
224
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
225
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
224
226
  term :SourceCode,
225
227
  comment: %(Code in a compilable or interpreted programming language.).freeze,
226
- label: "SourceCode".freeze,
227
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument".freeze,
228
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
228
+ label: "SourceCode",
229
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument",
230
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
229
231
  term :Spreadsheet,
230
232
  comment: %(A spreadsheet, created by a spreadsheet application. Examples might include Gnumeric, OpenOffice Calc or MS Excel.).freeze,
231
- label: "Spreadsheet".freeze,
232
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document".freeze,
233
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
233
+ label: "Spreadsheet",
234
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document",
235
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
234
236
  term :TextDocument,
235
237
  comment: %(A text document).freeze,
236
- label: "TextDocument".freeze,
237
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document".freeze,
238
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
238
+ label: "TextDocument",
239
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document",
240
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
239
241
  term :Trash,
240
242
  comment: %(Represents a container for deleted files, a feature common in modern operating systems.).freeze,
241
- label: "Trash".freeze,
242
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer".freeze,
243
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
243
+ label: "Trash",
244
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer",
245
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
244
246
  term :VectorImage,
245
- label: "VectorImage".freeze,
246
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
247
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
247
+ label: "VectorImage",
248
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
249
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
248
250
  term :Video,
249
251
  comment: %(A video file.).freeze,
250
- label: "Video".freeze,
251
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
252
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
252
+ label: "Video",
253
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
254
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
253
255
  term :Visual,
254
256
  comment: %(File containing visual content.).freeze,
255
- label: "Visual".freeze,
256
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
257
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
257
+ label: "Visual",
258
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
259
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
258
260
  term :WebDataObject,
259
261
  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.).freeze,
260
- label: "web data object".freeze,
261
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
262
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
262
+ label: "web data object",
263
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
264
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
263
265
  term :Website,
264
266
  comment: %(A website, usually a container for remote resources, that may be interpreted as HTMLDocuments, images or other types of content.).freeze,
265
- label: "Website".freeze,
266
- subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
267
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
267
+ label: "Website",
268
+ subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
269
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
268
270
 
269
271
  # Property definitions
270
272
  property :aspectRatio,
271
273
  comment: %(Visual content aspect ratio. \(Width divided by Height\)).freeze,
272
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
274
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
273
275
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
274
- label: "aspectRatio".freeze,
275
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
276
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
276
+ label: "aspectRatio",
277
+ range: "http://www.w3.org/2001/XMLSchema#float",
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
277
279
  property :averageBitrate,
278
280
  comment: %(The average overall bitrate of a media container. \(i.e. the size of the piece of media in bits, divided by it's duration expressed in seconds\).).freeze,
279
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
281
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
280
282
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
281
- label: "averageBitrate".freeze,
282
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
283
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate".freeze,
284
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
283
+ label: "averageBitrate",
284
+ range: "http://www.w3.org/2001/XMLSchema#float",
285
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate",
286
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
285
287
  property :belongsToContainer,
286
288
  comment: %(Models the containment relations between Files and Folders \(or CompressedFiles\).).freeze,
287
- domain: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
288
- label: "belongsToContainer".freeze,
289
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer".freeze,
290
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf".freeze,
291
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
289
+ domain: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
290
+ label: "belongsToContainer",
291
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer",
292
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf",
293
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
292
294
  property :bitDepth,
293
295
  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).freeze,
294
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
296
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
295
297
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
296
- label: "bitDepth".freeze,
297
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
298
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
298
+ label: "bitDepth",
299
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
300
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
299
301
  property :bitrateType,
300
302
  comment: %(The type of the bitrate. Examples may include CBR and VBR.).freeze,
301
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
303
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
302
304
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
303
- label: "bitrateType".freeze,
304
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
305
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
305
+ label: "bitrateType",
306
+ range: "http://www.w3.org/2001/XMLSchema#string",
307
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
306
308
  property :bitsPerSample,
307
309
  comment: %(Amount of bits in each audio sample.).freeze,
308
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio".freeze,
310
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio",
309
311
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
310
- label: "bitsPerSample".freeze,
311
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
312
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth".freeze,
313
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
312
+ label: "bitsPerSample",
313
+ range: "http://www.w3.org/2001/XMLSchema#integer",
314
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth",
315
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
314
316
  property :bookmarks,
315
317
  comment: %(The address of the linked object. Usually a web URI.).freeze,
316
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark".freeze,
318
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark",
317
319
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#cardinality" => %(1).freeze,
318
- label: "link".freeze,
319
- range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
320
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#links".freeze,
321
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
320
+ label: "link",
321
+ range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
322
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#links",
323
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
322
324
  property :channels,
323
325
  comment: %(Number of channels. This property is to be used directly if no detailed information is necessary. Otherwise use more detailed subproperties.).freeze,
324
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio".freeze,
326
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio",
325
327
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
326
- label: "channels".freeze,
327
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
328
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
328
+ label: "channels",
329
+ range: "http://www.w3.org/2001/XMLSchema#integer",
330
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
329
331
  property :characterCount,
330
332
  comment: %(The amount of characters in the document.).freeze,
331
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument".freeze,
333
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument",
332
334
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
333
- label: "characterCount".freeze,
334
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
335
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
335
+ label: "characterCount",
336
+ range: "http://www.w3.org/2001/XMLSchema#integer",
337
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
336
338
  property :characterPosition,
337
339
  comment: %(Character position of the bookmark.).freeze,
338
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark".freeze,
340
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark",
339
341
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
340
- label: "characterPosition".freeze,
341
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
342
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
342
+ label: "characterPosition",
343
+ range: "http://www.w3.org/2001/XMLSchema#integer",
344
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
343
345
  property :codec,
344
346
  comment: %(The name of the codec necessary to decode a piece of media.).freeze,
345
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
346
- label: "codec".freeze,
347
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
348
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
347
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
348
+ label: "codec",
349
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
350
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
349
351
  property :colorCount,
350
352
  comment: %(The number of colors used/available in a raster image.).freeze,
351
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage".freeze,
353
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage",
352
354
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
353
- label: "color count".freeze,
354
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
355
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
355
+ label: "color count",
356
+ range: "http://www.w3.org/2001/XMLSchema#integer",
357
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
356
358
  property :colorDepth,
357
359
  comment: %(Amount of bits used to express the color of each pixel.).freeze,
358
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
360
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
359
361
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
360
- label: "colorDepth".freeze,
361
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
362
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth".freeze,
363
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
362
+ label: "colorDepth",
363
+ range: "http://www.w3.org/2001/XMLSchema#integer",
364
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth",
365
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
364
366
  property :commentCharacterCount,
365
367
  comment: %(The amount of character in comments i.e. characters ignored by the compiler/interpreter.).freeze,
366
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode".freeze,
368
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode",
367
369
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
368
- label: "commentCharacterCount".freeze,
369
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
370
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
370
+ label: "commentCharacterCount",
371
+ range: "http://www.w3.org/2001/XMLSchema#integer",
372
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
371
373
  property :compressionType,
372
374
  comment: %(The type of the compression. Values include, 'lossy' and 'lossless'.).freeze,
373
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
375
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
374
376
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
375
- label: "compressionType".freeze,
376
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType".freeze,
377
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
377
+ label: "compressionType",
378
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType",
379
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
378
380
  property :conflicts,
379
381
  comment: %(States that a piece of software is in conflict with another piece of software.).freeze,
380
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
381
- label: "conflicts".freeze,
382
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
383
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
382
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
383
+ label: "conflicts",
384
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
385
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
384
386
  property :containsBookmark,
385
387
  comment: %(The folder contains a bookmark.).freeze,
386
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder".freeze,
387
- label: "contains bookmark".freeze,
388
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark".freeze,
389
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart".freeze,
390
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
388
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder",
389
+ label: "contains bookmark",
390
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark",
391
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart",
392
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
391
393
  property :containsBookmarkFolder,
392
394
  comment: %(The folder contains a bookmark folder.).freeze,
393
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder".freeze,
394
- label: "contains folder".freeze,
395
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder".freeze,
396
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart".freeze,
397
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
395
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder",
396
+ label: "contains folder",
397
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder",
398
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart",
399
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
398
400
  property :containsPlacemark,
399
401
  comment: %(Containment relation between placemark containers \(files\) and placemarks within.).freeze,
400
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlacemarkContainer".freeze,
401
- label: "contains Placemark".freeze,
402
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Placemark".freeze,
403
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart".freeze,
404
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
402
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlacemarkContainer",
403
+ label: "contains Placemark",
404
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Placemark",
405
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart",
406
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
405
407
  property :count,
406
408
  comment: %(A common superproperty for all properties signifying the amount of atomic media data units. Examples of subproperties may include sampleCount and frameCount.).freeze,
407
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
408
- label: "count".freeze,
409
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
410
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
409
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
410
+ label: "count",
411
+ range: "http://www.w3.org/2001/XMLSchema#integer",
412
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
411
413
  property :definesClass,
412
414
  comment: %(Name of a class defined in the source code file.).freeze,
413
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode".freeze,
414
- label: "definesClass".freeze,
415
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
416
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
415
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode",
416
+ label: "definesClass",
417
+ range: "http://www.w3.org/2001/XMLSchema#string",
418
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
417
419
  property :definesFunction,
418
420
  comment: %(A name of a function/method defined in the given source code file.).freeze,
419
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode".freeze,
420
- label: "definesFunction".freeze,
421
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
422
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
421
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode",
422
+ label: "definesFunction",
423
+ range: "http://www.w3.org/2001/XMLSchema#string",
424
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
423
425
  property :definesGlobalVariable,
424
426
  comment: %(Name of a global variable defined within the source code file.).freeze,
425
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode".freeze,
426
- label: "definesGlobalVariable".freeze,
427
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
428
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
427
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode",
428
+ label: "definesGlobalVariable",
429
+ range: "http://www.w3.org/2001/XMLSchema#string",
430
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
429
431
  property :deletionDate,
430
432
  comment: %(The date and time of the deletion.).freeze,
431
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource".freeze,
433
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource",
432
434
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
433
- label: "deletionDate".freeze,
434
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
435
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
435
+ label: "deletionDate",
436
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
437
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
436
438
  property :depiction,
437
439
  comment: %(Relates an information element to an image which depicts said element.).freeze,
438
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
440
+ domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
439
441
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#inverseProperty" => %(nfo:depicts).freeze,
440
- label: "depiction".freeze,
441
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
442
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
442
+ label: "depiction",
443
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
444
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
443
445
  property :depicts,
444
446
  comment: %(Relates an image to the information elements it depicts.).freeze,
445
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
447
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
446
448
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#inverseProperty" => %(nfo:depiction).freeze,
447
- label: "depicts".freeze,
448
- range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
449
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
449
+ label: "depicts",
450
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
451
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
450
452
  property :duration,
451
453
  comment: %(Duration of a media piece.).freeze,
452
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
454
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
453
455
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
454
- label: "duration".freeze,
455
- range: "http://www.w3.org/2001/XMLSchema#duration".freeze,
456
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
456
+ label: "duration",
457
+ range: "http://www.w3.org/2001/XMLSchema#duration",
458
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
457
459
  property :encoding,
458
460
  comment: %(The encoding used for the Embedded File. Examples might include BASE64 or UUEncode).freeze,
459
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject".freeze,
461
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject",
460
462
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
461
- label: "encoding".freeze,
462
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
463
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
463
+ label: "encoding",
464
+ range: "http://www.w3.org/2001/XMLSchema#string",
465
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
464
466
  property :encryptionStatus,
465
467
  comment: %(The status of the encryption of the InformationElement.).freeze,
466
- domain: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement".freeze,
468
+ domain: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement",
467
469
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
468
- label: "encryptionStatus".freeze,
469
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus".freeze,
470
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
470
+ label: "encryptionStatus",
471
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus",
472
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
471
473
  property :fileCreated,
472
474
  comment: %(File creation date).freeze,
473
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
475
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
474
476
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
475
- label: "fileCreated".freeze,
476
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
477
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#created".freeze,
478
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
477
+ label: "fileCreated",
478
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
479
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#created",
480
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
479
481
  property :fileLastAccessed,
480
482
  comment: %(Time when the file was last accessed.).freeze,
481
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
483
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
482
484
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
483
- label: "fileLastAccessed".freeze,
484
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
485
- subPropertyOf: "dc11:date".freeze,
486
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
485
+ label: "fileLastAccessed",
486
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
487
+ subPropertyOf: "dc11:date",
488
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
487
489
  property :fileLastModified,
488
490
  comment: %(last modification date).freeze,
489
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
491
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
490
492
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nao#deprecated" => %(true).freeze,
491
- label: "fileLastModified".freeze,
492
- range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
493
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastModified".freeze,
494
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
493
+ label: "fileLastModified",
494
+ range: "http://www.w3.org/2001/XMLSchema#dateTime",
495
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastModified",
496
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
495
497
  property :fileName,
496
498
  comment: %(Name of the file, together with the extension).freeze,
497
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
499
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
498
500
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
499
- label: "fileName".freeze,
500
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
501
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefLabel".freeze,
502
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
501
+ label: "fileName",
502
+ range: "http://www.w3.org/2001/XMLSchema#string",
503
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefLabel",
504
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
503
505
  property :fileOwner,
504
506
  comment: %(The owner of the file as defined by the file system access rights feature.).freeze,
505
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
507
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
506
508
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
507
- label: "fileOwner".freeze,
508
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact".freeze,
509
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
509
+ label: "fileOwner",
510
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact",
511
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
510
512
  property :fileSize,
511
513
  comment: %(The size of the file in bytes. For compressed files it means the size of the packed file, not of the contents. For folders it means the aggregated size of all contained files and folders ).freeze,
512
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
514
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
513
515
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
514
- label: "fileSize".freeze,
515
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
516
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#byteSize".freeze,
517
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
516
+ label: "fileSize",
517
+ range: "http://www.w3.org/2001/XMLSchema#integer",
518
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#byteSize",
519
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
518
520
  property :fileUrl,
519
521
  comment: %(URL of the file. It points at the location of the file. In cases where creating a simple file:// or http:// URL for a file is difficult \(e.g. for files inside compressed archives\) the applications are encouraged to use conventions defined by Apache Commons VFS Project at http://jakarta.apache.org/ commons/ vfs/ filesystems.html.).freeze,
520
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
522
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
521
523
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nao#deprecated" => %(true).freeze,
522
- label: "fileUrl".freeze,
523
- range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
524
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url".freeze,
525
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
524
+ label: "fileUrl",
525
+ range: "http://www.w3.org/2000/01/rdf-schema#Resource",
526
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url",
527
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
526
528
  property :filesystemType,
527
529
  comment: %(Type of filesystem such as ext3 and ntfs.).freeze,
528
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
530
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
529
531
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
530
- label: "filesystemType".freeze,
531
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
532
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
532
+ label: "filesystemType",
533
+ range: "http://www.w3.org/2001/XMLSchema#string",
534
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
533
535
  property :fontFamily,
534
536
  comment: %(The name of the font family.).freeze,
535
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font".freeze,
537
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font",
536
538
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
537
- label: "fontFamily".freeze,
538
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
539
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
539
+ label: "fontFamily",
540
+ range: "http://www.w3.org/2001/XMLSchema#string",
541
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
540
542
  property :foundry,
541
543
  comment: %(The foundry, the organization that created the font.).freeze,
542
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font".freeze,
544
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font",
543
545
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
544
- label: "foundry".freeze,
545
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact".freeze,
546
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#creator".freeze,
547
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
546
+ label: "foundry",
547
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact",
548
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#creator",
549
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
548
550
  property :frameCount,
549
551
  comment: %(The amount of frames in a video sequence.).freeze,
550
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video".freeze,
552
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video",
551
553
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
552
- label: "frameCount".freeze,
553
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
554
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count".freeze,
555
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
554
+ label: "frameCount",
555
+ range: "http://www.w3.org/2001/XMLSchema#integer",
556
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count",
557
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
556
558
  property :frameRate,
557
559
  comment: %(Amount of video frames per second.).freeze,
558
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video".freeze,
560
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video",
559
561
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
560
- label: "frameRate".freeze,
561
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
562
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate".freeze,
563
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
562
+ label: "frameRate",
563
+ range: "http://www.w3.org/2001/XMLSchema#float",
564
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate",
565
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
564
566
  property :freeSpace,
565
567
  comment: %(Unoccupied storage space of the filesystem.).freeze,
566
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
568
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
567
569
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
568
- label: "freeSpace".freeze,
569
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
570
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
570
+ label: "freeSpace",
571
+ range: "http://www.w3.org/2001/XMLSchema#integer",
572
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
571
573
  property :frontChannels,
572
574
  comment: %(Number of front channels.).freeze,
573
575
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
574
- label: "frontChannels".freeze,
575
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
576
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels".freeze,
577
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
576
+ label: "frontChannels",
577
+ range: "http://www.w3.org/2001/XMLSchema#integer",
578
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels",
579
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
578
580
  property :hasHash,
579
581
  comment: %(Links the file with it's hash value.).freeze,
580
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
582
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
581
583
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nao#userVisible" => %(false).freeze,
582
- label: "hasHash".freeze,
583
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash".freeze,
584
- type: ["http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DefiningProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
584
+ label: "hasHash",
585
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash",
586
+ type: ["http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DefiningProperty", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"]
585
587
  property :hasMediaFileListEntry,
586
588
  comment: %(This property is intended to point to an RDF list of MediaFiles.).freeze,
587
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList".freeze,
588
- label: "hasMediaFileListEntry".freeze,
589
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaFileListEntry".freeze,
590
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
589
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList",
590
+ label: "hasMediaFileListEntry",
591
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaFileListEntry",
592
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
591
593
  property :hasMediaStream,
592
594
  comment: %(Connects a media container with a single media stream contained within.).freeze,
593
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
594
- label: "hasMediaStream".freeze,
595
- range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject".freeze,
596
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasPart".freeze,
597
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
595
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
596
+ label: "hasMediaStream",
597
+ range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject",
598
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasPart",
599
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
598
600
  property :hashAlgorithm,
599
601
  comment: %(Name of the algorithm used to compute the hash value. Examples might include CRC32, MD5, SHA, TTH etc.).freeze,
600
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash".freeze,
602
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash",
601
603
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
602
- label: "hashAlgorithm".freeze,
603
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
604
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
604
+ label: "hashAlgorithm",
605
+ range: "http://www.w3.org/2001/XMLSchema#string",
606
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
605
607
  property :hashValue,
606
608
  comment: %(The actual value of the hash.).freeze,
607
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash".freeze,
609
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash",
608
610
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#cardinality" => %(1).freeze,
609
- label: "hashValue".freeze,
610
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
611
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
611
+ label: "hashValue",
612
+ range: "http://www.w3.org/2001/XMLSchema#string",
613
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
612
614
  property :height,
613
615
  comment: %(Visual content height in pixels.).freeze,
614
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
616
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
615
617
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
616
- label: "height".freeze,
617
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
618
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
618
+ label: "height",
619
+ range: "http://www.w3.org/2001/XMLSchema#integer",
620
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
619
621
  property :horizontalResolution,
620
622
  comment: %(Horizontal resolution of an image \(if printed\). Expressed in DPI.).freeze,
621
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
623
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
622
624
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
623
- label: "horizontalResolution".freeze,
624
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
625
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
625
+ label: "horizontalResolution",
626
+ range: "http://www.w3.org/2001/XMLSchema#integer",
627
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
626
628
  property :interlaceMode,
627
629
  comment: %(True if the image is interlaced, false if not.).freeze,
628
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
630
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
629
631
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
630
- label: "interlaceMode".freeze,
631
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
632
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
632
+ label: "interlaceMode",
633
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
634
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
633
635
  property :isPasswordProtected,
634
636
  comment: %(States if a given resource is password-protected.).freeze,
635
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#ArchiveItem".freeze,
637
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#ArchiveItem",
636
638
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
637
- label: "isPasswordProtected".freeze,
638
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
639
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
639
+ label: "isPasswordProtected",
640
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
641
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
640
642
  property :lfeChannels,
641
643
  comment: %(Number of Low Frequency Expansion \(subwoofer\) channels.).freeze,
642
644
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
643
- label: "lfeChannels".freeze,
644
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
645
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels".freeze,
646
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
645
+ label: "lfeChannels",
646
+ range: "http://www.w3.org/2001/XMLSchema#integer",
647
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels",
648
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
647
649
  property :lineCount,
648
650
  comment: %(The amount of lines in a text document).freeze,
649
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument".freeze,
651
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument",
650
652
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
651
- label: "lineCount".freeze,
652
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
653
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
653
+ label: "lineCount",
654
+ range: "http://www.w3.org/2001/XMLSchema#integer",
655
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
654
656
  property :occupiedSpace,
655
657
  comment: %(Occupied storage space of the filesystem.).freeze,
656
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
658
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
657
659
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
658
- label: "occupiedSpace".freeze,
659
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
660
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
660
+ label: "occupiedSpace",
661
+ range: "http://www.w3.org/2001/XMLSchema#integer",
662
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
661
663
  property :originalLocation,
662
664
  comment: %(The original location of the deleted resource.).freeze,
663
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource".freeze,
665
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource",
664
666
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
665
- label: "originalLocation".freeze,
666
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
667
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
667
+ label: "originalLocation",
668
+ range: "http://www.w3.org/2001/XMLSchema#string",
669
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
668
670
  property :pageCount,
669
671
  comment: %(Number of pages.).freeze,
670
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument".freeze,
672
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument",
671
673
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
672
- label: "pageCount".freeze,
673
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
674
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
674
+ label: "pageCount",
675
+ range: "http://www.w3.org/2001/XMLSchema#integer",
676
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
675
677
  property :pageNumber,
676
678
  comment: %(Page linked by the bookmark.).freeze,
677
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark".freeze,
679
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark",
678
680
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
679
- label: "pageNumber".freeze,
680
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
681
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
681
+ label: "pageNumber",
682
+ range: "http://www.w3.org/2001/XMLSchema#integer",
683
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
682
684
  property :paletteSize,
683
685
  comment: %(The number of colors defined in palette of the raster image.).freeze,
684
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage".freeze,
686
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage",
685
687
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
686
- label: "palette size".freeze,
687
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
688
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
688
+ label: "palette size",
689
+ range: "http://www.w3.org/2001/XMLSchema#integer",
690
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
689
691
  property :permissions,
690
692
  comment: %(A string containing the permissions of a file. A feature common in many UNIX-like operating systems.).freeze,
691
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject".freeze,
693
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject",
692
694
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
693
- label: "permissions".freeze,
694
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
695
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
695
+ label: "permissions",
696
+ range: "http://www.w3.org/2001/XMLSchema#string",
697
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
696
698
  property :programmingLanguage,
697
699
  comment: %(Indicates the name of the programming language this source code file is written in. Examples might include 'C', 'C++', 'Java' etc.).freeze,
698
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode".freeze,
699
- label: "programmingLanguage".freeze,
700
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
701
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
700
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode",
701
+ label: "programmingLanguage",
702
+ range: "http://www.w3.org/2001/XMLSchema#string",
703
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
702
704
  property :rate,
703
705
  comment: %(A common superproperty for all properties specifying the media rate. Examples of subproperties may include frameRate for video and sampleRate for audio. This property is expressed in units per second.).freeze,
704
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media".freeze,
705
- label: "rate".freeze,
706
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
707
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
706
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media",
707
+ label: "rate",
708
+ range: "http://www.w3.org/2001/XMLSchema#float",
709
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
708
710
  property :rearChannels,
709
711
  comment: %(Number of rear channels.).freeze,
710
712
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
711
- label: "rearChannels".freeze,
712
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
713
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels".freeze,
714
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
713
+ label: "rearChannels",
714
+ range: "http://www.w3.org/2001/XMLSchema#integer",
715
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels",
716
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
715
717
  property :sampleCount,
716
718
  comment: %(The amount of samples in an audio clip.).freeze,
717
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio".freeze,
719
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio",
718
720
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
719
- label: "sampleCount".freeze,
720
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
721
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count".freeze,
722
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
721
+ label: "sampleCount",
722
+ range: "http://www.w3.org/2001/XMLSchema#integer",
723
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count",
724
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
723
725
  property :sampleRate,
724
726
  comment: %(The amount of audio samples per second.).freeze,
725
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio".freeze,
727
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio",
726
728
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
727
- label: "sampleRate".freeze,
728
- range: "http://www.w3.org/2001/XMLSchema#float".freeze,
729
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate".freeze,
730
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
729
+ label: "sampleRate",
730
+ range: "http://www.w3.org/2001/XMLSchema#float",
731
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate",
732
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
731
733
  property :sideChannels,
732
734
  comment: %(Number of side channels).freeze,
733
735
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
734
- label: "sideChannels".freeze,
735
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
736
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels".freeze,
737
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
736
+ label: "sideChannels",
737
+ range: "http://www.w3.org/2001/XMLSchema#integer",
738
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels",
739
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
738
740
  property :streamPosition,
739
741
  comment: %(Stream position of the bookmark, suitable for e.g. audio books. Expressed in milliseconds).freeze,
740
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark".freeze,
742
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark",
741
743
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
742
- label: "streamPosition".freeze,
743
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
744
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
744
+ label: "streamPosition",
745
+ range: "http://www.w3.org/2001/XMLSchema#integer",
746
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
745
747
  property :supercedes,
746
748
  comment: %(States that a piece of software supercedes another piece of software.).freeze,
747
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
748
- label: "supercedes".freeze,
749
- range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software".freeze,
750
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
749
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
750
+ label: "supercedes",
751
+ range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software",
752
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
751
753
  property :totalSpace,
752
754
  comment: %(Total storage space of the filesystem, which can be different from nie:contentSize because the latter includes filesystem format overhead.).freeze,
753
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
755
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
754
756
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
755
- label: "totalSpace".freeze,
756
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
757
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
757
+ label: "totalSpace",
758
+ range: "http://www.w3.org/2001/XMLSchema#integer",
759
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
758
760
  property :uncompressedSize,
759
761
  comment: %(Uncompressed size of the content of a compressed file.).freeze,
760
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive".freeze,
762
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive",
761
763
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
762
- label: "uncompressedSize".freeze,
763
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
764
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
764
+ label: "uncompressedSize",
765
+ range: "http://www.w3.org/2001/XMLSchema#integer",
766
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
765
767
  property :uuid,
766
768
  comment: %(Universally unique identifier of the filesystem. In the future, this property may have its parent changed to a more generic class.).freeze,
767
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem".freeze,
768
- label: "uuid".freeze,
769
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
770
- subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#identifier".freeze,
771
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
769
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem",
770
+ label: "uuid",
771
+ range: "http://www.w3.org/2001/XMLSchema#string",
772
+ subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#identifier",
773
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
772
774
  property :verticalResolution,
773
775
  comment: %(Vertical resolution of an Image \(if printed\). Expressed in DPI).freeze,
774
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image".freeze,
776
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image",
775
777
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
776
- label: "verticalResolution".freeze,
777
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
778
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
778
+ label: "verticalResolution",
779
+ range: "http://www.w3.org/2001/XMLSchema#integer",
780
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
779
781
  property :width,
780
782
  comment: %(Visual content width in pixels.).freeze,
781
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual".freeze,
783
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual",
782
784
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
783
- label: "width".freeze,
784
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
785
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
785
+ label: "width",
786
+ range: "http://www.w3.org/2001/XMLSchema#integer",
787
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
786
788
  property :wordCount,
787
789
  comment: %(The amount of words in a text document.).freeze,
788
- domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument".freeze,
790
+ domain: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument",
789
791
  :"http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality" => %(1).freeze,
790
- label: "wordCount".freeze,
791
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
792
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
792
+ label: "wordCount",
793
+ range: "http://www.w3.org/2001/XMLSchema#integer",
794
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
793
795
 
794
796
  # Extra definitions
795
797
  term :decryptedStatus,
796
- label: "DecryptedStatus".freeze,
797
- type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus".freeze
798
+ label: "DecryptedStatus",
799
+ type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
798
800
  term :encryptedStatus,
799
- label: "EncryptedStatus".freeze,
800
- type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus".freeze
801
+ label: "EncryptedStatus",
802
+ type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
801
803
  term :losslessCompressionType,
802
- label: "losslessCompressionType".freeze,
803
- type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType".freeze
804
+ label: "losslessCompressionType",
805
+ type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
804
806
  term :lossyCompressionType,
805
- label: "lossyCompressionType".freeze,
806
- type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType".freeze
807
+ label: "lossyCompressionType",
808
+ type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
807
809
  end
808
810
  end