/usr/include/nepomuk/nuao.h is in kdelibs5-dev 4:4.8.4-4+deb7u1.
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 | /*
* This file has been generated by the onto2vocabularyclass tool
* copyright (C) 2007-2010 Sebastian Trueg <trueg@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifndef _SOPRANO_NUAO_H_
#define _SOPRANO_NUAO_H_
#include <QtCore/QUrl>
#include "nepomuk_export.h"
namespace Nepomuk {
namespace Vocabulary {
namespace NUAO {
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#
*/
NEPOMUK_EXPORT QUrl nuaoNamespace();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#DesktopEvent
*
* A desktop event: activity performed by an user. A "hook" class
* that should be extended by other ontologies such as desktop
* service ontology to specify which application or service was
* involved in the desktop event.
*/
NEPOMUK_EXPORT QUrl DesktopEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#Event
*
* An event: activity that have a specific start datetime and possibly
* a duration
*/
NEPOMUK_EXPORT QUrl Event();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#FocusEvent
*
* An event which refers to the timespan in which a resource was
* in the focus of the user.
*/
NEPOMUK_EXPORT QUrl FocusEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#ModificationEvent
*
* An event that lead to changes of the resource that are meaningful
* to the user
*/
NEPOMUK_EXPORT QUrl ModificationEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#UsageEvent
*
* An event of primary or intended use of the resource by the user.
* Primary or intended use is defined as the use by the consumer
* of the resource, such as watching a movie or listening to a song.
* Not to be confused with a low-level read on a file.
*/
NEPOMUK_EXPORT QUrl UsageEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#duration
*
* Duration of the event. Deprecated in favor of nuao:end.
*/
NEPOMUK_EXPORT QUrl duration();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#end
*
* The time the event finished
*/
NEPOMUK_EXPORT QUrl end();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#eventCount
*
* The total number of events
*/
NEPOMUK_EXPORT QUrl eventCount();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#firstEvent
*
* The start time of the first event
*/
NEPOMUK_EXPORT QUrl firstEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#firstModification
*
* The start time of the first modification
*/
NEPOMUK_EXPORT QUrl firstModification();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#firstUsage
*
* The start time of the first usage
*/
NEPOMUK_EXPORT QUrl firstUsage();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#initiatingAgent
*
* Relates an event to the agent initiating the event.
*/
NEPOMUK_EXPORT QUrl initiatingAgent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#involves
*
* Relates an event to the resources that are involved in the event.
*/
NEPOMUK_EXPORT QUrl involves();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#lastEvent
*
* The start time of the last event
*/
NEPOMUK_EXPORT QUrl lastEvent();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#lastModification
*
* The start time of the last modification
*/
NEPOMUK_EXPORT QUrl lastModification();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#lastUsage
*
* The start time of the last usage
*/
NEPOMUK_EXPORT QUrl lastUsage();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#modificationCount
*
* The total number of modifications
*/
NEPOMUK_EXPORT QUrl modificationCount();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#start
*
* The time of the start of the event
*/
NEPOMUK_EXPORT QUrl start();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#targettedResource
*
* Relates an event to the resource that was targetted in the event.
*/
NEPOMUK_EXPORT QUrl targettedResource();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#totalEventDuration
*
* The total duration of all events
*/
NEPOMUK_EXPORT QUrl totalEventDuration();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#totalFocusDuration
*
* The total amount of time a resource was in focus during a UsageEvent.
* This property should be used to 'compress' several FocusEvent
* instances into the essential information.
*/
NEPOMUK_EXPORT QUrl totalFocusDuration();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#totalModificationDuration
*
* The total duration of all modifications
*/
NEPOMUK_EXPORT QUrl totalModificationDuration();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#totalUsageDuration
*
* The total duration of all usages
*/
NEPOMUK_EXPORT QUrl totalUsageDuration();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#usageCount
*
* The total number of usages
*/
NEPOMUK_EXPORT QUrl usageCount();
/**
* http://www.semanticdesktop.org/ontologies/2010/01/25/nuao/metadata
*/
NEPOMUK_EXPORT QUrl metadata();
}
}
}
#endif
|