Warning: That file was not part of the compilation database. It may have many parsing errors.

1/*
2 * This file has been generated by the onto2vocabularyclass tool
3 * copyright (C) 2007-2011 Sebastian Trueg <trueg@kde.org>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
14 *
15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
19 */
20
21#ifndef _SOPRANO_NAO_H_
22#define _SOPRANO_NAO_H_
23
24#include <QtCore/QUrl>
25#include "soprano_export.h"
26
27namespace Soprano {
28 namespace Vocabulary {
29 namespace NAO {
30 /**
31 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#
32 */
33 SOPRANO_EXPORT QUrl naoNamespace();
34
35 /**
36 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#FreeDesktopIcon
37 *
38 * Represents a desktop icon as defined in the FreeDesktop Icon
39 * Naming Standard
40 */
41 SOPRANO_EXPORT QUrl FreeDesktopIcon();
42
43 /**
44 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Party
45 *
46 * Represents a single or a group of individuals
47 */
48 SOPRANO_EXPORT QUrl Party();
49
50 /**
51 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Symbol
52 *
53 * Represents a symbol
54 */
55 SOPRANO_EXPORT QUrl Symbol();
56
57 /**
58 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Tag
59 *
60 * Represents a generic tag
61 */
62 SOPRANO_EXPORT QUrl Tag();
63
64 /**
65 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#altLabel
66 *
67 * An alternative label alongside the preferred label for a resource
68 */
69 SOPRANO_EXPORT QUrl altLabel();
70
71 /**
72 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#altSymbol
73 *
74 * An alternative symbol representation for a resource
75 */
76 SOPRANO_EXPORT QUrl altSymbol();
77
78 /**
79 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#annotation
80 *
81 * Generic annotation for a resource
82 */
83 SOPRANO_EXPORT QUrl annotation();
84
85 /**
86 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#contributor
87 *
88 * Refers to a single or a group of individuals that contributed
89 * to a resource
90 */
91 SOPRANO_EXPORT QUrl contributor();
92
93 /**
94 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#created
95 *
96 * States the creation, or first modification time for a resource
97 */
98 SOPRANO_EXPORT QUrl created();
99
100 /**
101 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#creator
102 *
103 * Refers to the single or group of individuals that created the
104 * resource
105 */
106 SOPRANO_EXPORT QUrl creator();
107
108 /**
109 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#deprecated
110 *
111 * If this property is assigned, the subject class, property,
112 * or resource, is deprecated and should not be used in production
113 * systems any longer. It may be removed without further notice.
114 */
115 SOPRANO_EXPORT QUrl deprecated();
116
117 /**
118 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#description
119 *
120 * A non-technical textual annotation for a resource
121 */
122 SOPRANO_EXPORT QUrl description();
123
124 /**
125 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#engineeringTool
126 *
127 * Specifies the engineering tool used to generate the graph
128 */
129 SOPRANO_EXPORT QUrl engineeringTool();
130
131 /**
132 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasDefaultNamespace
133 *
134 * Defines the default static namespace for a graph
135 */
136 SOPRANO_EXPORT QUrl hasDefaultNamespace();
137
138 /**
139 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasDefaultNamespaceAbbreviation
140 *
141 * Defines the default static namespace abbreviation for a graph
142 */
143 SOPRANO_EXPORT QUrl hasDefaultNamespaceAbbreviation();
144
145 /**
146 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSubResource
147 *
148 * Defines a relationship between a resource and one or more sub
149 * resources
150 */
151 SOPRANO_EXPORT QUrl hasSubResource();
152
153 /**
154 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSuperResource
155 *
156 * Defines a relationship between a resource and one or more super
157 * resources
158 */
159 SOPRANO_EXPORT QUrl hasSuperResource();
160
161 /**
162 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasSymbol
163 *
164 * Annotation for a resource in the form of a symbol representation
165 */
166 SOPRANO_EXPORT QUrl hasSymbol();
167
168 /**
169 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTag
170 *
171 * Defines an existing tag for a resource
172 */
173 SOPRANO_EXPORT QUrl hasTag();
174
175 /**
176 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTopic
177 *
178 * Defines a relationship between two resources, where the object
179 * is a topic of the subject
180 */
181 SOPRANO_EXPORT QUrl hasTopic();
182
183 /**
184 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#iconName
185 *
186 * Defines a name for a FreeDesktop Icon as defined in the FreeDesktop
187 * Icon Naming Standard
188 */
189 SOPRANO_EXPORT QUrl iconName();
190
191 /**
192 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#identifier
193 *
194 * Defines a generic identifier for a resource
195 */
196 SOPRANO_EXPORT QUrl identifier();
197
198 /**
199 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isDataGraphFor
200 *
201 * Links a named graph to the resource for which it contains metadata.
202 * Its typical usage would be to link the graph containing extracted
203 * file metadata to the file resource. This allows for easy maintenance
204 * later on.
205 */
206 SOPRANO_EXPORT QUrl isDataGraphFor();
207
208 /**
209 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isRelated
210 *
211 * Defines an annotation for a resource in the form of a relationship
212 * between the subject resource and another resource
213 */
214 SOPRANO_EXPORT QUrl isRelated();
215
216 /**
217 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isTagFor
218 *
219 * States which resources a tag is associated with
220 */
221 SOPRANO_EXPORT QUrl isTagFor();
222
223 /**
224 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#isTopicOf
225 *
226 * Defines a relationship between two resources, where the subject
227 * is a topic of the object
228 */
229 SOPRANO_EXPORT QUrl isTopicOf();
230
231 /**
232 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#lastModified
233 *
234 * States the last modification time for a resource
235 */
236 SOPRANO_EXPORT QUrl lastModified();
237
238 /**
239 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#modified
240 *
241 * States the modification time for a resource
242 */
243 SOPRANO_EXPORT QUrl modified();
244
245 /**
246 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#numericRating
247 *
248 * Annotation for a resource in the form of a numeric rating (float
249 * value), allowed values are between 1 and 10 whereas 0 is interpreted
250 * as not set
251 */
252 SOPRANO_EXPORT QUrl numericRating();
253
254 /**
255 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#personalIdentifier
256 *
257 * Defines a personal string identifier for a resource
258 */
259 SOPRANO_EXPORT QUrl personalIdentifier();
260
261 /**
262 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#pluralPrefLabel
263 *
264 * The plural form of the preferred label for a resource
265 */
266 SOPRANO_EXPORT QUrl pluralPrefLabel();
267
268 /**
269 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefLabel
270 *
271 * A preferred label for a resource
272 */
273 SOPRANO_EXPORT QUrl prefLabel();
274
275 /**
276 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#prefSymbol
277 *
278 * A unique preferred symbol representation for a resource
279 */
280 SOPRANO_EXPORT QUrl prefSymbol();
281
282 /**
283 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#rating
284 *
285 * Annotation for a resource in the form of an unrestricted rating
286 */
287 SOPRANO_EXPORT QUrl rating();
288
289 /**
290 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#score
291 *
292 * An authoritative score for an item valued between 0 and 1
293 */
294 SOPRANO_EXPORT QUrl score();
295
296 /**
297 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#scoreParameter
298 *
299 * A marker property to mark selected properties which are input
300 * to a mathematical algorithm to generate scores for resources.
301 * Properties are marked by being defined as subproperties of
302 * this property
303 */
304 SOPRANO_EXPORT QUrl scoreParameter();
305
306 /**
307 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#serializationLanguage
308 *
309 * States the serialization language for a named graph that is
310 * represented within a document
311 */
312 SOPRANO_EXPORT QUrl serializationLanguage();
313
314 /**
315 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#status
316 *
317 * Specifies the status of a graph, stable, unstable or testing
318 */
319 SOPRANO_EXPORT QUrl status();
320
321 /**
322 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#userVisible
323 *
324 * Mark a property, class, or even resource as user visible or not.
325 * Non-user-visible entities should never be presented to the
326 * user. By default everything is user-visible.
327 */
328 SOPRANO_EXPORT QUrl userVisible();
329
330 /**
331 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#version
332 *
333 * Specifies the version of a graph, in numeric format
334 */
335 SOPRANO_EXPORT QUrl version();
336
337 /**
338 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Agent
339 *
340 * An agent is the artificial counterpart to nao:Party. It can be a software component or some service.
341 */
342 SOPRANO_EXPORT QUrl Agent();
343
344 /**
345 * http://www.semanticdesktop.org/ontologies/2007/08/15/nao#maintainedBy
346 *
347 * The agent that maintains this resource, ie. created it and knows what to do with it.
348 */
349 SOPRANO_EXPORT QUrl maintainedBy();
350 }
351 }
352}
353
354#endif
355

Warning: That file was not part of the compilation database. It may have many parsing errors.