rdf-vocab 3.1.12 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -5
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +647 -601
- data/lib/rdf/vocab/bf2.rb +2263 -2097
- data/lib/rdf/vocab/bibframe.rb +2263 -2097
- data/lib/rdf/vocab/bibo.rb +944 -939
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4856 -3758
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +378 -359
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +150 -135
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +327 -286
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +8 -8
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1272 -1069
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +444 -403
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +320 -312
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +323 -317
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +116 -16
- data/lib/rdf/vocab/premis.rb +949 -819
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9462 -9295
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14780 -14153
- data/lib/rdf/vocab/schemas.rb +14780 -14153
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +821 -700
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +27 -2
- data/spec/spec_helper.rb +11 -3
- metadata +32 -45
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"
|
12
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software"
|
13
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
17
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer"
|
18
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
22
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
27
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject"
|
28
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
32
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
37
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
38
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
42
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
43
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
47
|
-
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
48
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
52
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage"
|
53
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
57
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
58
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
62
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject"
|
63
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
67
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
68
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
72
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject"
|
73
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
77
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
81
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
82
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
86
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
87
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
91
|
-
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
92
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
96
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer"
|
97
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
102
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem"
|
103
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
107
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer"
|
108
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
112
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
113
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
117
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
118
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
122
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument"
|
123
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
127
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image"
|
128
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
132
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual"
|
133
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
137
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject"
|
138
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
142
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
143
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
147
|
-
subClassOf: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
148
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
152
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
153
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
157
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
158
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
162
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document"
|
163
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
167
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software"
|
168
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
172
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument"
|
173
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
177
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
178
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
182
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
183
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
187
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument"
|
188
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
192
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document"
|
193
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
197
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image"
|
198
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
202
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject"
|
203
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
207
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
208
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
212
|
-
subClassOf: ["http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
213
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
217
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
218
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
222
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
223
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
227
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument"
|
228
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
232
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document"
|
233
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
237
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document"
|
238
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
242
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer"
|
243
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
246
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image"
|
247
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
251
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual"
|
252
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
256
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media"
|
257
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
261
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
262
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
266
|
-
subClassOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"
|
267
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
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"
|
275
|
-
range: "http://www.w3.org/2001/XMLSchema#float"
|
276
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
282
|
-
range: "http://www.w3.org/2001/XMLSchema#float"
|
283
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate"
|
284
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
288
|
-
label: "belongsToContainer"
|
289
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer"
|
290
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf"
|
291
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
297
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
298
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
304
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
305
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
311
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
312
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth"
|
313
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
319
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
320
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#links"
|
321
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
327
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
328
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
334
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
335
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
341
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
342
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
346
|
-
label: "codec"
|
347
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
348
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
354
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
355
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
361
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
362
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#bitDepth"
|
363
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
369
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
370
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
376
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
|
377
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
381
|
-
label: "conflicts"
|
382
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software"
|
383
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
387
|
-
label: "contains bookmark"
|
388
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark"
|
389
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart"
|
390
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
394
|
-
label: "contains folder"
|
395
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder"
|
396
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart"
|
397
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
401
|
-
label: "contains Placemark"
|
402
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Placemark"
|
403
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart"
|
404
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
408
|
-
label: "count"
|
409
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
410
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
414
|
-
label: "definesClass"
|
415
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
416
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
420
|
-
label: "definesFunction"
|
421
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
422
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
426
|
-
label: "definesGlobalVariable"
|
427
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
428
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
434
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
435
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
441
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image"
|
442
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
448
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
449
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
455
|
-
range: "http://www.w3.org/2001/XMLSchema#duration"
|
456
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
462
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
463
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
469
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
|
470
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
476
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
477
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#created"
|
478
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
484
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
485
|
-
subPropertyOf: "dc11:date"
|
486
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
492
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
493
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastModified"
|
494
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
500
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
501
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefLabel"
|
502
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
508
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact"
|
509
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
515
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
516
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#byteSize"
|
517
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
523
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource"
|
524
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url"
|
525
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
531
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
532
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
538
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
539
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
545
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact"
|
546
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#creator"
|
547
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
553
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
554
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count"
|
555
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
561
|
-
range: "http://www.w3.org/2001/XMLSchema#float"
|
562
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate"
|
563
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
569
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
570
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
575
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
576
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels"
|
577
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
583
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileHash"
|
584
|
-
type: ["http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DefiningProperty"
|
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"
|
588
|
-
label: "hasMediaFileListEntry"
|
589
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaFileListEntry"
|
590
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
594
|
-
label: "hasMediaStream"
|
595
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"
|
596
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasPart"
|
597
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
603
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
604
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
610
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
611
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
617
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
618
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
624
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
625
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
631
|
-
range: "http://www.w3.org/2001/XMLSchema#boolean"
|
632
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
638
|
-
range: "http://www.w3.org/2001/XMLSchema#boolean"
|
639
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
644
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
645
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels"
|
646
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
652
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
653
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
659
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
660
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
666
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
667
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
673
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
674
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
680
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
681
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
687
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
688
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
694
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
695
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
699
|
-
label: "programmingLanguage"
|
700
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
701
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
705
|
-
label: "rate"
|
706
|
-
range: "http://www.w3.org/2001/XMLSchema#float"
|
707
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
712
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
713
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels"
|
714
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
720
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
721
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#count"
|
722
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
728
|
-
range: "http://www.w3.org/2001/XMLSchema#float"
|
729
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#rate"
|
730
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
735
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
736
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#channels"
|
737
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
743
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
744
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
748
|
-
label: "supercedes"
|
749
|
-
range: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software"
|
750
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
756
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
757
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
763
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
764
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
768
|
-
label: "uuid"
|
769
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
770
|
-
subPropertyOf: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#identifier"
|
771
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
777
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
778
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
784
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
785
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
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"
|
791
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
792
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
797
|
-
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
|
798
|
+
label: "DecryptedStatus",
|
799
|
+
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
|
798
800
|
term :encryptedStatus,
|
799
|
-
label: "EncryptedStatus"
|
800
|
-
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
|
801
|
+
label: "EncryptedStatus",
|
802
|
+
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EncryptionStatus"
|
801
803
|
term :losslessCompressionType,
|
802
|
-
label: "losslessCompressionType"
|
803
|
-
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
|
804
|
+
label: "losslessCompressionType",
|
805
|
+
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
|
804
806
|
term :lossyCompressionType,
|
805
|
-
label: "lossyCompressionType"
|
806
|
-
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
|
807
|
+
label: "lossyCompressionType",
|
808
|
+
type: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#CompressionType"
|
807
809
|
end
|
808
810
|
end
|