00001 /* 00002 * This file is part of Soprano Project. 00003 * 00004 * Copyright (C) 2007 Sebastian Trueg <trueg@kde.org> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Library General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Library General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Library General Public License 00017 * along with this library; see the file COPYING.LIB. If not, write to 00018 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00019 * Boston, MA 02110-1301, USA. 00020 */ 00021 00022 #ifndef _SOPRANO_NAO_H_ 00023 #define _SOPRANO_NAO_H_ 00024 00025 #include <QtCore/QUrl> 00026 #include "soprano_export.h" 00027 00028 namespace Soprano { 00029 namespace Vocabulary { 00030 namespace NAO { 00034 SOPRANO_EXPORT QUrl naoNamespace(); 00035 00041 SOPRANO_EXPORT QUrl Party(); 00042 00048 SOPRANO_EXPORT QUrl Symbol(); 00049 00055 SOPRANO_EXPORT QUrl Tag(); 00056 00062 SOPRANO_EXPORT QUrl altLabel(); 00063 00069 SOPRANO_EXPORT QUrl altSymbol(); 00070 00076 SOPRANO_EXPORT QUrl annotation(); 00077 00084 SOPRANO_EXPORT QUrl contributor(); 00085 00091 SOPRANO_EXPORT QUrl created(); 00092 00099 SOPRANO_EXPORT QUrl creator(); 00100 00106 SOPRANO_EXPORT QUrl description(); 00107 00113 SOPRANO_EXPORT QUrl engineeringTool(); 00114 00120 SOPRANO_EXPORT QUrl hasDefaultNamespace(); 00121 00127 SOPRANO_EXPORT QUrl hasDefaultNamespaceAbbreviation(); 00128 00134 SOPRANO_EXPORT QUrl hasSymbol(); 00135 00141 SOPRANO_EXPORT QUrl hasTag(); 00142 00149 SOPRANO_EXPORT QUrl hasTopic(); 00150 00156 SOPRANO_EXPORT QUrl identifier(); 00157 00164 SOPRANO_EXPORT QUrl isRelated(); 00165 00171 SOPRANO_EXPORT QUrl isTagFor(); 00172 00179 SOPRANO_EXPORT QUrl isTopicOf(); 00180 00186 SOPRANO_EXPORT QUrl lastModified(); 00187 00193 SOPRANO_EXPORT QUrl modified(); 00194 00200 SOPRANO_EXPORT QUrl numericRating(); 00201 00207 SOPRANO_EXPORT QUrl personalIdentifier(); 00208 00214 SOPRANO_EXPORT QUrl prefLabel(); 00215 00221 SOPRANO_EXPORT QUrl prefSymbol(); 00222 00228 SOPRANO_EXPORT QUrl rating(); 00229 00236 SOPRANO_EXPORT QUrl serializationLanguage(); 00237 00243 SOPRANO_EXPORT QUrl status(); 00244 00250 SOPRANO_EXPORT QUrl version(); 00251 } 00252 } 00253 } 00254 00255 #endif