00001 /* 00002 * This file has been generated by the onto2vocabularyclass tool 00003 * copyright (C) 2007-2008 Sebastian Trueg <trueg@kde.org> 00004 * 00005 * This library is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Library General Public 00007 * License as published by the Free Software Foundation; either 00008 * version 2 of the License, or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Library General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Library General Public License 00016 * along with this library; see the file COPYING.LIB. If not, write to 00017 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 * Boston, MA 02110-1301, USA. 00019 */ 00020 00021 #ifndef _SOPRANO_NAO_H_ 00022 #define _SOPRANO_NAO_H_ 00023 00024 #include <QtCore/QUrl> 00025 #include "soprano_export.h" 00026 00027 namespace Soprano { 00028 namespace Vocabulary { 00029 namespace NAO { 00033 SOPRANO_EXPORT QUrl naoNamespace(); 00034 00040 SOPRANO_EXPORT QUrl Party(); 00041 00047 SOPRANO_EXPORT QUrl Symbol(); 00048 00054 SOPRANO_EXPORT QUrl Tag(); 00055 00061 SOPRANO_EXPORT QUrl altLabel(); 00062 00068 SOPRANO_EXPORT QUrl altSymbol(); 00069 00075 SOPRANO_EXPORT QUrl annotation(); 00076 00083 SOPRANO_EXPORT QUrl contributor(); 00084 00090 SOPRANO_EXPORT QUrl created(); 00091 00098 SOPRANO_EXPORT QUrl creator(); 00099 00105 SOPRANO_EXPORT QUrl description(); 00106 00112 SOPRANO_EXPORT QUrl engineeringTool(); 00113 00119 SOPRANO_EXPORT QUrl hasDefaultNamespace(); 00120 00126 SOPRANO_EXPORT QUrl hasDefaultNamespaceAbbreviation(); 00127 00133 SOPRANO_EXPORT QUrl hasSymbol(); 00134 00140 SOPRANO_EXPORT QUrl hasTag(); 00141 00148 SOPRANO_EXPORT QUrl hasTopic(); 00149 00155 SOPRANO_EXPORT QUrl identifier(); 00156 00163 SOPRANO_EXPORT QUrl isRelated(); 00164 00170 SOPRANO_EXPORT QUrl isTagFor(); 00171 00178 SOPRANO_EXPORT QUrl isTopicOf(); 00179 00185 SOPRANO_EXPORT QUrl lastModified(); 00186 00192 SOPRANO_EXPORT QUrl modified(); 00193 00199 SOPRANO_EXPORT QUrl numericRating(); 00200 00206 SOPRANO_EXPORT QUrl personalIdentifier(); 00207 00213 SOPRANO_EXPORT QUrl prefLabel(); 00214 00220 SOPRANO_EXPORT QUrl prefSymbol(); 00221 00227 SOPRANO_EXPORT QUrl rating(); 00228 00235 SOPRANO_EXPORT QUrl serializationLanguage(); 00236 00242 SOPRANO_EXPORT QUrl status(); 00243 00249 SOPRANO_EXPORT QUrl version(); 00250 } 00251 } 00252 } 00253 00254 #endif