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_OWL_H_ 00022 #define _SOPRANO_OWL_H_ 00023 00024 #include <QtCore/QUrl> 00025 #include "soprano_export.h" 00026 00027 namespace Soprano { 00028 namespace Vocabulary { 00029 namespace OWL { 00033 SOPRANO_EXPORT QUrl owlNamespace(); 00034 00038 SOPRANO_EXPORT QUrl AllDifferent(); 00039 00043 SOPRANO_EXPORT QUrl AnnotationProperty(); 00044 00048 SOPRANO_EXPORT QUrl Class(); 00049 00053 SOPRANO_EXPORT QUrl DataRange(); 00054 00058 SOPRANO_EXPORT QUrl DatatypeProperty(); 00059 00063 SOPRANO_EXPORT QUrl DeprecatedClass(); 00064 00068 SOPRANO_EXPORT QUrl DeprecatedProperty(); 00069 00073 SOPRANO_EXPORT QUrl FunctionalProperty(); 00074 00078 SOPRANO_EXPORT QUrl InverseFunctionalProperty(); 00079 00083 SOPRANO_EXPORT QUrl Nothing(); 00084 00088 SOPRANO_EXPORT QUrl ObjectProperty(); 00089 00093 SOPRANO_EXPORT QUrl Ontology(); 00094 00098 SOPRANO_EXPORT QUrl OntologyProperty(); 00099 00103 SOPRANO_EXPORT QUrl Restriction(); 00104 00108 SOPRANO_EXPORT QUrl SymmetricProperty(); 00109 00113 SOPRANO_EXPORT QUrl Thing(); 00114 00118 SOPRANO_EXPORT QUrl TransitiveProperty(); 00119 00123 SOPRANO_EXPORT QUrl allValuesFrom(); 00124 00128 SOPRANO_EXPORT QUrl backwardCompatibleWith(); 00129 00133 SOPRANO_EXPORT QUrl cardinality(); 00134 00138 SOPRANO_EXPORT QUrl complementOf(); 00139 00143 SOPRANO_EXPORT QUrl differentFrom(); 00144 00148 SOPRANO_EXPORT QUrl disjointWith(); 00149 00153 SOPRANO_EXPORT QUrl distinctMembers(); 00154 00158 SOPRANO_EXPORT QUrl equivalentClass(); 00159 00163 SOPRANO_EXPORT QUrl equivalentProperty(); 00164 00168 SOPRANO_EXPORT QUrl hasValue(); 00169 00173 SOPRANO_EXPORT QUrl imports(); 00174 00178 SOPRANO_EXPORT QUrl incompatibleWith(); 00179 00183 SOPRANO_EXPORT QUrl intersectionOf(); 00184 00188 SOPRANO_EXPORT QUrl inverseOf(); 00189 00193 SOPRANO_EXPORT QUrl maxCardinality(); 00194 00198 SOPRANO_EXPORT QUrl minCardinality(); 00199 00203 SOPRANO_EXPORT QUrl onProperty(); 00204 00208 SOPRANO_EXPORT QUrl oneOf(); 00209 00213 SOPRANO_EXPORT QUrl priorVersion(); 00214 00218 SOPRANO_EXPORT QUrl sameAs(); 00219 00223 SOPRANO_EXPORT QUrl someValuesFrom(); 00224 00228 SOPRANO_EXPORT QUrl unionOf(); 00229 00233 SOPRANO_EXPORT QUrl versionInfo(); 00234 } 00235 } 00236 } 00237 00238 #endif