This file is indexed.

/usr/share/strigi/fieldproperties/nie_data.rdfs is in libstreamanalyzer0 0.7.7-1.1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<rdf:RDF
    xmlns:nid3="http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#"
    xmlns:nfo="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#"
    xmlns:nmo="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#"
    xmlns:nie="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#"
    xmlns:exif="http://www.kanzaki.com/ns/exif#"
    xmlns:nao="http://www.semanticdesktop.org/ontologies/2007/08/15/nao#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:protege="http://protege.stanford.edu/system#"
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:ncal="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:nrl="http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#"
    xmlns:pimo="http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#"
    xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
    xmlns:tmo="http://www.semanticdesktop.org/ontologies/2008/05/20/tmo#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:nco="http://www.semanticdesktop.org/ontologies/2007/03/22/nco#"
    xmlns:nexif="http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#">
  <rdfs:Class rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject">
    <rdfs:label>DataObject</rdfs:label>
    <rdfs:comment>A unit of data that is created, annotated and processed on the user desktop. It represents a native structure the user works with. The usage of the term 'native' is important. It means that a DataObject can be directly mapped to a data structure maintained by a native application. This may be a file, a set of files or a part of a file. The granularity depends on the user. This class is not intended to be instantiated by itself. Use more specific subclasses.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource">
    <rdfs:label>DataSource</rdfs:label>
    <rdfs:comment>A superclass for all entities from which DataObjects can be extracted. Each entity represents a native application or some other system that manages information that may be of interest to the user of the Semantic Desktop. Subclasses may include FileSystems, Mailboxes, Calendars, websites etc. The exact choice of subclasses and their properties is considered application-specific. Each data extraction application is supposed to provide it's own DataSource ontology. Such an ontology should contain supported data source types coupled with properties necessary for the application to gain access to the data sources.  (paths, urls, passwords  etc...)</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement">
    <rdfs:label>InformationElement</rdfs:label>
    <rdfs:comment>A unit of content the user works with. This is a superclass for all interpretations of a DataObject.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdfs:Class>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#generatorOption">
    <rdfs:label>generatorOption</rdfs:label>
    <rdfs:comment>A common superproperty for all settings used by the generating software. This may include compression settings, algorithms, autosave, interlaced/non-interlaced etc. Note that this property has no range specified and therefore should not be used directly. Always use more specific properties.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#generator">
    <rdfs:label>generator</rdfs:label>
    <rdfs:comment>Software used to "generate" the contents. E.g. a word processor name.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#description">
    <rdfs:label>description</rdfs:label>
    <rdfs:comment>A textual description of the resource. This property may be used for any metadata fields that provide some meta-information or comment about a resource in the form of a passage of text. This property is not to be confused with nie:plainTextContent. Use more specific subproperties wherever possible.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#disclaimer">
    <rdfs:comment>A disclaimer</rdfs:comment>
    <rdfs:label>disclaimer</rdfs:label>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#legal"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#dataSource">
    <nrl:minCardinality>1</nrl:minCardinality>
    <rdfs:label>dataSource</rdfs:label>
    <rdfs:comment>Marks the provenance of a DataObject, what source does a data object come from.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/source"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#depends">
    <rdfs:label>depends</rdfs:label>
    <rdfs:comment>Dependency relation. A piece of content depends on another piece of data in order to be properly understood/used/interpreted.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#relatedTo"/>
    </rdfs:subPropertyOf>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#links">
    <rdfs:label>links</rdfs:label>
    <rdfs:comment>A linking relation. A piece of content links/mentions a piece of data</rdfs:comment>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#relatedTo"/>
    </rdfs:subPropertyOf>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#relatedTo">
    <rdfs:label>relatedTo</rdfs:label>
    <rdfs:comment>A common superproperty for all relations between a piece of content and other pieces of data (which may be interpreted as other pieces of content).</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/relation"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#copyright">
    <rdfs:comment>Content copyright</rdfs:comment>
    <rdfs:label>copyright</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/accessRights"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#legal"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#comment">
    <rdfs:comment>A user comment about an InformationElement.</rdfs:comment>
    <rdfs:label>comment</rdfs:label>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#interpretedAs">
    <rdfs:label>interpretedAs</rdfs:label>
    <rdfs:comment>Links the DataObject with the InformationElement it is interpreted as.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isStoredAs"/>
    </nrl:inverseProperty>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isStoredAs">
    <rdfs:label>isStoredAs</rdfs:label>
    <rdfs:comment>Links the information element with the DataObject it is stored in.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#interpretedAs"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#contentLastModified">
    <nrl:maxCardinality>1</nrl:maxCardinality>
    <rdfs:comment>The date of the last modification of the content.</rdfs:comment>
    <rdfs:label>contentLastModified</rdfs:label>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#informationElementDate"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#mimeType">
    <rdfs:label>mimeType</rdfs:label>
    <rdfs:comment>The mime type of the resource, if available. Example: "text/plain". See http://www.iana.org/assignments/media-types/. This property applies to data objects that can be described with one mime type. In cases where the object as a whole has one mime type, while it's parts have other mime types, or there is no mime type that can be applied to the object as a whole, but some parts of the content have mime types - use more specific properties.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#plainTextContent">
    <rdfs:label>plainTextContent</rdfs:label>
    <rdfs:comment>Plain-text representation of the content of a InformationElement with all markup removed. The main purpose of this property is full-text indexing and search. Its exact content is considered application-specific. The user can make no assumptions about what is and what is not contained within. Applications should use more specific properties wherever possible.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#version">
    <rdfs:label>version</rdfs:label>
    <rdfs:comment>The current version of the given data object. Exact semantics is unspecified at this level. Use more specific subproperties if needed.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasVersion"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#contentCreated">
    <nrl:maxCardinality>1</nrl:maxCardinality>
    <rdfs:label>contentCreated</rdfs:label>
    <rdfs:comment>The date of the content creation. This may not necessarily be equal to the date when the DataObject (i.e. the physical representation) itself was created. Compare with nie:created property.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#informationElementDate"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#subject">
    <rdfs:comment>An overall topic of the content of a InformationElement</rdfs:comment>
    <rdfs:label>subject</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#byteSize">
    <nrl:maxCardinality>1</nrl:maxCardinality>
    <rdfs:label>byteSize</rdfs:label>
    <rdfs:comment>The overall size of the data object in bytes. That means the WHOLE data object and ONLY the data object, not of the content that is of interest to the user. For cases where the content size is different (e.g. in compressed files the content is larger, in messages the content excludes headings and is smaller) use more specific properties, not necessarily subproperties of this one.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#lastRefreshed">
    <nrl:maxCardinality>1</nrl:maxCardinality>
    <rdfs:label>lastRefreshed</rdfs:label>
    <rdfs:comment>Date when information about this data object was retrieved (for the first time) or last refreshed from the data source. This property is important for metadata extraction applications that don't receive any notifications of changes in the data source and have to poll it regularly. This may lead to information becoming out of date. In these cases this property may be used to determine the age of data, which is an important element of it's dependability. </rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#license">
    <rdfs:comment>Terms and intellectual property rights licensing conditions.</rdfs:comment>
    <rdfs:label>license</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/license"/>
    <rdfs:subPropertyOf>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#legal"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#created">
    <rdfs:label>created</rdfs:label>
    <rdfs:comment>Date of creation of the DataObject. Note that this date refers to the creation of the DataObject itself (i.e. the physical representation). Compare with nie:contentCreated.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/created"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#identifier">
    <rdfs:label>identifier</rdfs:label>
    <rdfs:comment>An unambiguous reference to the InformationElement within a given context. Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/identifier"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:subPropertyOf rdf:resource="http://www.semanticdesktop.org/ontologies/2007/08/15/nao#identifier"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#keyword">
    <rdfs:label>keyword</rdfs:label>
    <rdfs:comment>Adapted DublinCore: The topic of the content of the resource, as keyword. No sentences here. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme. </rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#informationElementDate">
    <rdfs:label>informationElementDate</rdfs:label>
    <rdfs:comment>A point or period of time associated with an event in the lifecycle of an Information Element. A common superproperty for all date-related properties of InformationElements in the NIE Framework.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart">
    <rdfs:label>hasLogicalPart</rdfs:label>
    <rdfs:comment>Generic property used to express 'logical' containment relationships between InformationElements. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of InformationElement to use those specific subproperties. Note the difference between 'physical' containment (hasPart) and logical containment (hasLogicalPart)</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isLogicalPartOf"/>
    </nrl:inverseProperty>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#title">
    <rdfs:comment>Name given to an InformationElement</rdfs:comment>
    <rdfs:label>title</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasPart">
    <rdfs:label>hasPart</rdfs:label>
    <rdfs:comment>Generic property used to express 'physical' containment relationships between DataObjects. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of DataObjects to use those specific subproperties. Note to the developers: Please be aware of the distinction between containment relation and provenance. The hasPart relation models physical containment, an InformationElement (a nmo:Message) can have a 'physical' part (an nfo:Attachment).  Also, please note the difference between physical containment (hasPart) and logical containment (hasLogicalPart) the former has more strict meaning. They may occur independently of each other.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty>
      <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf"/>
    </nrl:inverseProperty>
    <rdfs:subPropertyOf rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#relatedTo"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#legal">
    <rdfs:label>legal</rdfs:label>
    <rdfs:comment>A common superproperty for all properties that point at legal information about an Information Element</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/rights"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isPartOf">
    <rdfs:label>isPartOf</rdfs:label>
    <rdfs:comment>Generic property used to express containment relationships between DataObjects. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of DataObjects to use those specific subproperties. Note to the developers: Please be aware of the distinction between containment relation and provenance. The isPartOf relation models physical containment, a nie:DataObject (e.g. an nfo:Attachment) is a 'physical' part of an nie:InformationElement (a nmo:Message). Also, please note the difference between physical containment (isPartOf) and logical containment (isLogicalPartOf) the former has more strict meaning. They may occur independently of each other.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataObject"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasPart"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#licenseType">
    <rdfs:label>licenseType</rdfs:label>
    <rdfs:comment>The type of the license. Possible values for this field may include "GPL", "BSD", "Creative Commons" etc.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#legal"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#characterSet">
    <rdfs:label>characterSet</rdfs:label>
    <rdfs:comment>Characterset in which the content of the InformationElement was created. Example: ISO-8859-1, UTF-8. One of the registered character sets at http://www.iana.org/assignments/character-sets. This characterSet is used to interpret any textual parts of the content. If more than one characterSet is used within one data object, use more specific properties.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#isLogicalPartOf">
    <rdfs:label>isLogicalPartOf</rdfs:label>
    <rdfs:comment>Generic property used to express 'logical' containment relationships between DataObjects. NIE extensions are encouraged to provide more specific subproperties of this one. It is advisable for actual instances of InformationElement to use those specific subproperties. Note the difference between 'physical' containment (isPartOf) and logical containment (isLogicalPartOf)</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <nrl:inverseProperty rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#hasLogicalPart"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#language">
    <rdfs:label>language</rdfs:label>
    <rdfs:comment>Language the InformationElement is expressed in. This property applies to the data object in its entirety. If the data object is divisible into parts expressed in multiple languages - more specific properties should be used. Users are encouraged to use the two-letter code specified in the RFC 3066</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/language"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#contentSize">
    <rdfs:label>contentSize</rdfs:label>
    <rdfs:comment>The size of the content. This property can be used whenever the size of the content of an InformationElement differs from the size of the DataObject. (e.g. because of compression, encoding, encryption or any other representation issues). The contentSize in expressed in bytes.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#rootElementOf">
    <rdfs:label>rootElementOf</rdfs:label>
    <rdfs:comment>DataObjects extracted from a single data source are organized into a containment tree. This property links the root of that tree with the datasource it has been extracted from</rdfs:comment>
    <rdfs:range rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#DataSource"/>
    <rdfs:domain rdf:resource="http://www.semanticdesktop.org/ontologies/2007/01/19/nie#InformationElement"/>
  </rdf:Property>
</rdf:RDF>