/usr/include/soprano/nrl.h is in libsoprano-dev 2.9.4+dfsg1-0ubuntu2.
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 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 | /*
* This file has been generated by the onto2vocabularyclass tool
* copyright (C) 2007-2010 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_NRL_H_
#define _SOPRANO_NRL_H_
#include <QtCore/QUrl>
#include "soprano_export.h"
namespace Soprano {
namespace Vocabulary {
namespace NRL {
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#
*/
SOPRANO_EXPORT QUrl nrlNamespace();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#AsymmetricProperty
*
* A marker class to identify asymmetric properties
*/
SOPRANO_EXPORT QUrl AsymmetricProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Configuration
*
* Represents a named graph containing configuration data
*/
SOPRANO_EXPORT QUrl Configuration();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Data
*
* An abstract class representing all named graph roles
*/
SOPRANO_EXPORT QUrl Data();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DefaultGraph
*
* Represents the default graph, the graph which contains any
* triple that does not belong to any other named graph
*/
SOPRANO_EXPORT QUrl DefaultGraph();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DefiningProperty
*
* A defining property's value is part of what defines a resource,
* changing it means
* means chaning the identity of the resource. The set of values
* of all defining
* properties of a resource make up its identify.
* Whenever comparing resources or sharing them the value of this
* property should
* be taken into account. By default all properties with a literal
* range are to be
* treated as defining properties unless they are marked as nrl:NonDefiningProperty.
*/
SOPRANO_EXPORT QUrl DefiningProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DiscardableInstanceBase
*
* A named graph containing instance data that can be recreated
* by analyzing the original resources. Intended to be used by
* metadata extractors.
*/
SOPRANO_EXPORT QUrl DiscardableInstanceBase();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#DocumentGraph
*
* A marker class to identify named graphs that exist within a physical
* document
*/
SOPRANO_EXPORT QUrl DocumentGraph();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#ExternalViewSpecification
*
* Represents an external view specification, this usually being
* a program which automatically generates the required view
* for an input graph
*/
SOPRANO_EXPORT QUrl ExternalViewSpecification();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#FunctionalProperty
*
* A marker class to identify functional properties
*/
SOPRANO_EXPORT QUrl FunctionalProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Graph
*
* Represents a named graph
*/
SOPRANO_EXPORT QUrl Graph();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#GraphMetadata
*
* Represents a special named graph that contains metadata for
* another graph
*/
SOPRANO_EXPORT QUrl GraphMetadata();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#GraphView
*
* Identifies a graph which is itself a view of another named graph
*/
SOPRANO_EXPORT QUrl GraphView();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#InstanceBase
*
* Represents a named graph containing instance data
*/
SOPRANO_EXPORT QUrl InstanceBase();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#InverseFunctionalProperty
*
* A marker class to identify inverse functional properties
*/
SOPRANO_EXPORT QUrl InverseFunctionalProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#KnowledgeBase
*
* Represents a named graph containing both schematic and instance
* data
*/
SOPRANO_EXPORT QUrl KnowledgeBase();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#NonDefiningProperty
*
* A non-defining property's value is not part of what defines
* a resource, it rather
* is part of the resource's state or expresses an opinion about
* the resource. Whenever
* comparing resources or sharing them the value of this property
* should not be taken into
* account. By default all properties with a resource range are
* to be treated as
* non-defining properties unless they are marked as nrl:DefiningProperty.
*/
SOPRANO_EXPORT QUrl NonDefiningProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Ontology
*
* Represents a named graph having the role of an Ontology
*/
SOPRANO_EXPORT QUrl Ontology();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#ReflexiveProperty
*
* A marker class to identify reflexive properties
*/
SOPRANO_EXPORT QUrl ReflexiveProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#RuleViewSpecification
*
* Represents a view specification that is composed of a set of
* rules which generate the required view from the input graph
* upon firing
*/
SOPRANO_EXPORT QUrl RuleViewSpecification();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Schema
*
* Represents a named graph containing schematic data
*/
SOPRANO_EXPORT QUrl Schema();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#Semantics
*
* Represents some declarative semantics
*/
SOPRANO_EXPORT QUrl Semantics();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#SymmetricProperty
*
* A marker class to identify symmetric properties
*/
SOPRANO_EXPORT QUrl SymmetricProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#TransitiveProperty
*
* A marker class to identify transitive properties
*/
SOPRANO_EXPORT QUrl TransitiveProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#ViewSpecification
*
* Represents a specification of the means to achieve a transformation
* of an input graph into the required graph view
*/
SOPRANO_EXPORT QUrl ViewSpecification();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#cardinality
*
* Specifies the precise value cardinality for a specific property
*/
SOPRANO_EXPORT QUrl cardinality();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#coreGraphMetadataFor
*
* Links a metadata graph to the graph for which it specifies the
* core graph properties including the semantics and the graph
* namespace. A graph can have only one unique core metadata graph
*/
SOPRANO_EXPORT QUrl coreGraphMetadataFor();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#equivalentGraph
*
* Links two equivalent named graphs. A symmetric property
*/
SOPRANO_EXPORT QUrl equivalentGraph();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#externalRealizer
*
* Points to the location of the realizer for the external view
* specification
*/
SOPRANO_EXPORT QUrl externalRealizer();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#graphMetadataFor
*
* Links a metadata graph to the graph that is being described.
* A unique value is compulsory
*/
SOPRANO_EXPORT QUrl graphMetadataFor();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#hasSemantics
*
* Points to a representation of the declarative semantics for
* a graph role
*/
SOPRANO_EXPORT QUrl hasSemantics();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#hasSpecification
*
* Points to the representation of the view specification required
* to generate the graph view in question
*/
SOPRANO_EXPORT QUrl hasSpecification();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#imports
*
* Models a subsumption relationship between two graphs, stating
* that the object graph is imported and included in the subject
* graph
*/
SOPRANO_EXPORT QUrl imports();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#inverseProperty
*
* Links two properties and specifies their inverse behaviour
*/
SOPRANO_EXPORT QUrl inverseProperty();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#maxCardinality
*
* Specifies a maximum value cardinality for a specific property
*/
SOPRANO_EXPORT QUrl maxCardinality();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#minCardinality
*
* Specifies a minimum value cardinality for a specific property
*/
SOPRANO_EXPORT QUrl minCardinality();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#realizes
*
* Points to a representation of the declarative semantics that
* the view specification realizes
*/
SOPRANO_EXPORT QUrl realizes();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#rule
*
* Specifies rules for a view specification that is driven by rules
*/
SOPRANO_EXPORT QUrl rule();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#ruleLanguage
*
* Specifies the rule language for a view specification that is
* driven by rules
*/
SOPRANO_EXPORT QUrl ruleLanguage();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#semanticsDefinedBy
*
* Points to the human readable specifications for a representation
* of some declarative semantics
*/
SOPRANO_EXPORT QUrl semanticsDefinedBy();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#subGraphOf
*
* Specifies a containment relationship between two graphs,
* meaning that the subject graph is included in the object graph
*/
SOPRANO_EXPORT QUrl subGraphOf();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#superGraphOf
*
* Specifies a subsumption relationship between two graphs,
* meaning that the object graph is included in the subject graph
*/
SOPRANO_EXPORT QUrl superGraphOf();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#updatable
*
* A core graph metadata property, this defines whether a graph
* can be freely updated '1' or otherwise '0'
*/
SOPRANO_EXPORT QUrl updatable();
/**
* http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#viewOn
*
* Points to a graph view over the subject named graph
*/
SOPRANO_EXPORT QUrl viewOn();
}
}
}
#endif
|