/usr/include/soprano/owl.h is in libsoprano-dev 2.7.6+dfsg.1-2wheezy1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | /*
* This file has been generated by the onto2vocabularyclass tool
* copyright (C) 2007-2008 Sebastian Trueg <trueg@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifndef _SOPRANO_OWL_H_
#define _SOPRANO_OWL_H_
#include <QtCore/QUrl>
#include "soprano_export.h"
namespace Soprano {
namespace Vocabulary {
namespace OWL {
/**
* http://www.w3.org/2002/07/owl#
*/
SOPRANO_EXPORT QUrl owlNamespace();
/**
* http://www.w3.org/2002/07/owl#AllDifferent
*/
SOPRANO_EXPORT QUrl AllDifferent();
/**
* http://www.w3.org/2002/07/owl#AnnotationProperty
*/
SOPRANO_EXPORT QUrl AnnotationProperty();
/**
* http://www.w3.org/2002/07/owl#Class
*/
SOPRANO_EXPORT QUrl Class();
/**
* http://www.w3.org/2002/07/owl#DataRange
*/
SOPRANO_EXPORT QUrl DataRange();
/**
* http://www.w3.org/2002/07/owl#DatatypeProperty
*/
SOPRANO_EXPORT QUrl DatatypeProperty();
/**
* http://www.w3.org/2002/07/owl#DeprecatedClass
*/
SOPRANO_EXPORT QUrl DeprecatedClass();
/**
* http://www.w3.org/2002/07/owl#DeprecatedProperty
*/
SOPRANO_EXPORT QUrl DeprecatedProperty();
/**
* http://www.w3.org/2002/07/owl#FunctionalProperty
*/
SOPRANO_EXPORT QUrl FunctionalProperty();
/**
* http://www.w3.org/2002/07/owl#InverseFunctionalProperty
*/
SOPRANO_EXPORT QUrl InverseFunctionalProperty();
/**
* http://www.w3.org/2002/07/owl#Nothing
*/
SOPRANO_EXPORT QUrl Nothing();
/**
* http://www.w3.org/2002/07/owl#ObjectProperty
*/
SOPRANO_EXPORT QUrl ObjectProperty();
/**
* http://www.w3.org/2002/07/owl#Ontology
*/
SOPRANO_EXPORT QUrl Ontology();
/**
* http://www.w3.org/2002/07/owl#OntologyProperty
*/
SOPRANO_EXPORT QUrl OntologyProperty();
/**
* http://www.w3.org/2002/07/owl#Restriction
*/
SOPRANO_EXPORT QUrl Restriction();
/**
* http://www.w3.org/2002/07/owl#SymmetricProperty
*/
SOPRANO_EXPORT QUrl SymmetricProperty();
/**
* http://www.w3.org/2002/07/owl#Thing
*/
SOPRANO_EXPORT QUrl Thing();
/**
* http://www.w3.org/2002/07/owl#TransitiveProperty
*/
SOPRANO_EXPORT QUrl TransitiveProperty();
/**
* http://www.w3.org/2002/07/owl#allValuesFrom
*/
SOPRANO_EXPORT QUrl allValuesFrom();
/**
* http://www.w3.org/2002/07/owl#backwardCompatibleWith
*/
SOPRANO_EXPORT QUrl backwardCompatibleWith();
/**
* http://www.w3.org/2002/07/owl#cardinality
*/
SOPRANO_EXPORT QUrl cardinality();
/**
* http://www.w3.org/2002/07/owl#complementOf
*/
SOPRANO_EXPORT QUrl complementOf();
/**
* http://www.w3.org/2002/07/owl#differentFrom
*/
SOPRANO_EXPORT QUrl differentFrom();
/**
* http://www.w3.org/2002/07/owl#disjointWith
*/
SOPRANO_EXPORT QUrl disjointWith();
/**
* http://www.w3.org/2002/07/owl#distinctMembers
*/
SOPRANO_EXPORT QUrl distinctMembers();
/**
* http://www.w3.org/2002/07/owl#equivalentClass
*/
SOPRANO_EXPORT QUrl equivalentClass();
/**
* http://www.w3.org/2002/07/owl#equivalentProperty
*/
SOPRANO_EXPORT QUrl equivalentProperty();
/**
* http://www.w3.org/2002/07/owl#hasValue
*/
SOPRANO_EXPORT QUrl hasValue();
/**
* http://www.w3.org/2002/07/owl#imports
*/
SOPRANO_EXPORT QUrl imports();
/**
* http://www.w3.org/2002/07/owl#incompatibleWith
*/
SOPRANO_EXPORT QUrl incompatibleWith();
/**
* http://www.w3.org/2002/07/owl#intersectionOf
*/
SOPRANO_EXPORT QUrl intersectionOf();
/**
* http://www.w3.org/2002/07/owl#inverseOf
*/
SOPRANO_EXPORT QUrl inverseOf();
/**
* http://www.w3.org/2002/07/owl#maxCardinality
*/
SOPRANO_EXPORT QUrl maxCardinality();
/**
* http://www.w3.org/2002/07/owl#minCardinality
*/
SOPRANO_EXPORT QUrl minCardinality();
/**
* http://www.w3.org/2002/07/owl#onProperty
*/
SOPRANO_EXPORT QUrl onProperty();
/**
* http://www.w3.org/2002/07/owl#oneOf
*/
SOPRANO_EXPORT QUrl oneOf();
/**
* http://www.w3.org/2002/07/owl#priorVersion
*/
SOPRANO_EXPORT QUrl priorVersion();
/**
* http://www.w3.org/2002/07/owl#sameAs
*/
SOPRANO_EXPORT QUrl sameAs();
/**
* http://www.w3.org/2002/07/owl#someValuesFrom
*/
SOPRANO_EXPORT QUrl someValuesFrom();
/**
* http://www.w3.org/2002/07/owl#unionOf
*/
SOPRANO_EXPORT QUrl unionOf();
/**
* http://www.w3.org/2002/07/owl#versionInfo
*/
SOPRANO_EXPORT QUrl versionInfo();
}
}
}
#endif
|