Go to the documentation of this file.
22 #ifndef _SOPRANO_RDF_SCHEMA_MODEL_H_
23 #define _SOPRANO_RDF_SCHEMA_MODEL_H_
32 class StatementIterator;
206 bool isClass(
const Node& resource )
const;
215 bool isProperty(
const Node& resource )
const;
225 bool isDirectSubClassOf(
const Node& subClass,
const Node& superClass )
const;
235 bool isDirectSubPropertyOf(
const Node& subProperty,
const Node& superProperty )
const;
245 bool isDirectType(
const Node& someClass,
const Node& someType )
const;
258 bool isSubClassOf(
const Node& subClass,
const Node& superClass )
const;
271 bool isSubPropertyOf(
const Node& subProperty,
const Node& superProperty )
const;
284 bool isType(
const Node& someClass,
const Node& someType )
const;
SOPRANO_EXPORT QUrl type()
SOPRANO_EXPORT QUrl range()
A FilterModel is a virtual model that wraps another Model.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
SOPRANO_EXPORT QUrl subPropertyOf()
An iterator that provides a stream of Statements.
SOPRANO_EXPORT QUrl domain()
SOPRANO_EXPORT QUrl subClassOf()
Provides convenience methods to handle RDFS data.
A Node represents one RDF resource.