1/*
2 * This file has been generated by the onto2vocabularyclass tool
3 * copyright (C) 2007-2010 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_NDO_H_
22#define _SOPRANO_NDO_H_
23
24#include <QtCore/QUrl>
25#include "nepomuk_export.h"
26
27namespace Nepomuk2 {
28 namespace Vocabulary {
29 namespace NDO {
30 /**
31 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#
32 */
33 NEPOMUK_EXPORT QUrl ndoNamespace();
34
35 /**
36 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#DownloadEvent
37 *
38 * A single event (from the point of view of the user) of downloading
39 * of a file or a set of files. Use nuao:involves to indicate the
40 * files involved. The event is assigned to downloaded copies
41 * of files. Can be assigned to multiple files.
42 */
43 NEPOMUK_EXPORT QUrl DownloadEvent();
44
45 /**
46 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#P2PFile
47 *
48 * A file available via a peer-to-peer network
49 */
50 NEPOMUK_EXPORT QUrl P2PFile();
51
52 /**
53 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#Torrent
54 *
55 * A .torrent file which contains references(ndo:TorrentedFile)
56 * to files available via BitTorrent. The references are pointed
57 * to via nie:hasLogicalPart
58 */
59 NEPOMUK_EXPORT QUrl Torrent();
60
61 /**
62 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#TorrentedFile
63 *
64 * A file available via a BitTorrent peer-to-peer network
65 */
66 NEPOMUK_EXPORT QUrl TorrentedFile();
67
68 /**
69 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#copiedFrom
70 *
71 * Links a DataObject with its copy. This relation means that originally
72 * the Data Objects were copies but might have changed subsequentially.
73 */
74 NEPOMUK_EXPORT QUrl copiedFrom();
75
76 /**
77 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo#referrer
78 *
79 * Points to the Information Element that contained the link to
80 * the download source which was used in the download event.
81 */
82 NEPOMUK_EXPORT QUrl referrer();
83
84 /**
85 * http://www.semanticdesktop.org/ontologies/2010/04/30/ndo/metadata
86 */
87 NEPOMUK_EXPORT QUrl metadata();
88 }
89 }
90}
91
92#endif
93