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_NRL_H_ 00023 #define _SOPRANO_NRL_H_ 00024 00025 #include <QtCore/QUrl> 00026 #include "soprano_export.h" 00027 00028 namespace Soprano { 00029 namespace Vocabulary { 00030 namespace NRL { 00034 SOPRANO_EXPORT QUrl nrlNamespace(); 00035 00041 SOPRANO_EXPORT QUrl AsymmetricProperty(); 00042 00048 SOPRANO_EXPORT QUrl Configuration(); 00049 00055 SOPRANO_EXPORT QUrl Data(); 00056 00063 SOPRANO_EXPORT QUrl DefaultGraph(); 00064 00071 SOPRANO_EXPORT QUrl DocumentGraph(); 00072 00080 SOPRANO_EXPORT QUrl ExternalViewSpecification(); 00081 00087 SOPRANO_EXPORT QUrl FunctionalProperty(); 00088 00094 SOPRANO_EXPORT QUrl Graph(); 00095 00102 SOPRANO_EXPORT QUrl GraphMetadata(); 00103 00109 SOPRANO_EXPORT QUrl GraphView(); 00110 00116 SOPRANO_EXPORT QUrl InstanceBase(); 00117 00123 SOPRANO_EXPORT QUrl InverseFunctionalProperty(); 00124 00131 SOPRANO_EXPORT QUrl KnowledgeBase(); 00132 00138 SOPRANO_EXPORT QUrl Ontology(); 00139 00145 SOPRANO_EXPORT QUrl ReflexiveProperty(); 00146 00154 SOPRANO_EXPORT QUrl RuleViewSpecification(); 00155 00161 SOPRANO_EXPORT QUrl Schema(); 00162 00168 SOPRANO_EXPORT QUrl Semantics(); 00169 00175 SOPRANO_EXPORT QUrl SymmetricProperty(); 00176 00182 SOPRANO_EXPORT QUrl TransitiveProperty(); 00183 00190 SOPRANO_EXPORT QUrl ViewSpecification(); 00191 00197 SOPRANO_EXPORT QUrl cardinality(); 00198 00206 SOPRANO_EXPORT QUrl coreGraphMetadataFor(); 00207 00213 SOPRANO_EXPORT QUrl equivalentGraph(); 00214 00221 SOPRANO_EXPORT QUrl externalRealizer(); 00222 00229 SOPRANO_EXPORT QUrl graphMetadataFor(); 00230 00237 SOPRANO_EXPORT QUrl hasSemantics(); 00238 00245 SOPRANO_EXPORT QUrl hasSpecification(); 00246 00254 SOPRANO_EXPORT QUrl imports(); 00255 00261 SOPRANO_EXPORT QUrl inverseProperty(); 00262 00268 SOPRANO_EXPORT QUrl maxCardinality(); 00269 00275 SOPRANO_EXPORT QUrl minCardinality(); 00276 00283 SOPRANO_EXPORT QUrl realizes(); 00284 00290 SOPRANO_EXPORT QUrl rule(); 00291 00298 SOPRANO_EXPORT QUrl ruleLanguage(); 00299 00306 SOPRANO_EXPORT QUrl semanticsDefinedBy(); 00307 00314 SOPRANO_EXPORT QUrl subGraphOf(); 00315 00322 SOPRANO_EXPORT QUrl superGraphOf(); 00323 00330 SOPRANO_EXPORT QUrl updatable(); 00331 00337 SOPRANO_EXPORT QUrl viewOn(); 00338 } 00339 } 00340 } 00341 00342 #endif