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 00122 SOPRANO_EXPORT QUrl InverseFunctionalProperty(); 00123 00130 SOPRANO_EXPORT QUrl KnowledgeBase(); 00131 00137 SOPRANO_EXPORT QUrl Ontology(); 00138 00144 SOPRANO_EXPORT QUrl ReflexiveProperty(); 00145 00153 SOPRANO_EXPORT QUrl RuleViewSpecification(); 00154 00160 SOPRANO_EXPORT QUrl Schema(); 00161 00167 SOPRANO_EXPORT QUrl Semantics(); 00168 00174 SOPRANO_EXPORT QUrl SymmetricProperty(); 00175 00181 SOPRANO_EXPORT QUrl TransitiveProperty(); 00182 00189 SOPRANO_EXPORT QUrl ViewSpecification(); 00190 00196 SOPRANO_EXPORT QUrl cardinality(); 00197 00205 SOPRANO_EXPORT QUrl coreGraphMetadataFor(); 00206 00212 SOPRANO_EXPORT QUrl equivalentGraph(); 00213 00220 SOPRANO_EXPORT QUrl externalRealizer(); 00221 00228 SOPRANO_EXPORT QUrl graphMetadataFor(); 00229 00236 SOPRANO_EXPORT QUrl hasSemantics(); 00237 00244 SOPRANO_EXPORT QUrl hasSpecification(); 00245 00253 SOPRANO_EXPORT QUrl imports(); 00254 00260 SOPRANO_EXPORT QUrl inverseProperty(); 00261 00267 SOPRANO_EXPORT QUrl maxCardinality(); 00268 00274 SOPRANO_EXPORT QUrl minCardinality(); 00275 00282 SOPRANO_EXPORT QUrl realizes(); 00283 00289 SOPRANO_EXPORT QUrl rule(); 00290 00297 SOPRANO_EXPORT QUrl ruleLanguage(); 00298 00305 SOPRANO_EXPORT QUrl semanticsDefinedBy(); 00306 00313 SOPRANO_EXPORT QUrl subGraphOf(); 00314 00321 SOPRANO_EXPORT QUrl superGraphOf(); 00322 00329 SOPRANO_EXPORT QUrl updatable(); 00330 00336 SOPRANO_EXPORT QUrl viewOn(); 00337 } 00338 } 00339 } 00340 00341 #endif