Soprano
2.7.5
|
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_NRL_H_ 00022 #define _SOPRANO_NRL_H_ 00023 00024 #include <QtCore/QUrl> 00025 #include "soprano_export.h" 00026 00027 namespace Soprano { 00028 namespace Vocabulary { 00029 namespace NRL { 00033 SOPRANO_EXPORT QUrl nrlNamespace(); 00034 00040 SOPRANO_EXPORT QUrl AsymmetricProperty(); 00041 00047 SOPRANO_EXPORT QUrl Configuration(); 00048 00054 SOPRANO_EXPORT QUrl Data(); 00055 00062 SOPRANO_EXPORT QUrl DefaultGraph(); 00063 00070 SOPRANO_EXPORT QUrl DocumentGraph(); 00071 00079 SOPRANO_EXPORT QUrl ExternalViewSpecification(); 00080 00086 SOPRANO_EXPORT QUrl FunctionalProperty(); 00087 00093 SOPRANO_EXPORT QUrl Graph(); 00094 00101 SOPRANO_EXPORT QUrl GraphMetadata(); 00102 00108 SOPRANO_EXPORT QUrl GraphView(); 00109 00115 SOPRANO_EXPORT QUrl InstanceBase(); 00116 00124 SOPRANO_EXPORT QUrl DiscardableInstanceBase(); 00125 00131 SOPRANO_EXPORT QUrl InverseFunctionalProperty(); 00132 00139 SOPRANO_EXPORT QUrl KnowledgeBase(); 00140 00146 SOPRANO_EXPORT QUrl Ontology(); 00147 00153 SOPRANO_EXPORT QUrl ReflexiveProperty(); 00154 00162 SOPRANO_EXPORT QUrl RuleViewSpecification(); 00163 00169 SOPRANO_EXPORT QUrl Schema(); 00170 00176 SOPRANO_EXPORT QUrl Semantics(); 00177 00183 SOPRANO_EXPORT QUrl SymmetricProperty(); 00184 00190 SOPRANO_EXPORT QUrl TransitiveProperty(); 00191 00198 SOPRANO_EXPORT QUrl ViewSpecification(); 00199 00205 SOPRANO_EXPORT QUrl cardinality(); 00206 00214 SOPRANO_EXPORT QUrl coreGraphMetadataFor(); 00215 00221 SOPRANO_EXPORT QUrl equivalentGraph(); 00222 00229 SOPRANO_EXPORT QUrl externalRealizer(); 00230 00237 SOPRANO_EXPORT QUrl graphMetadataFor(); 00238 00245 SOPRANO_EXPORT QUrl hasSemantics(); 00246 00253 SOPRANO_EXPORT QUrl hasSpecification(); 00254 00262 SOPRANO_EXPORT QUrl imports(); 00263 00269 SOPRANO_EXPORT QUrl inverseProperty(); 00270 00276 SOPRANO_EXPORT QUrl maxCardinality(); 00277 00283 SOPRANO_EXPORT QUrl minCardinality(); 00284 00291 SOPRANO_EXPORT QUrl realizes(); 00292 00298 SOPRANO_EXPORT QUrl rule(); 00299 00306 SOPRANO_EXPORT QUrl ruleLanguage(); 00307 00314 SOPRANO_EXPORT QUrl semanticsDefinedBy(); 00315 00322 SOPRANO_EXPORT QUrl subGraphOf(); 00323 00330 SOPRANO_EXPORT QUrl superGraphOf(); 00331 00338 SOPRANO_EXPORT QUrl updatable(); 00339 00345 SOPRANO_EXPORT QUrl viewOn(); 00346 } 00347 } 00348 } 00349 00350 #endif