22 #ifndef _SOPRANO_N3_NODE_PARSER_H_ 23 #define _SOPRANO_N3_NODE_PARSER_H_ 25 #include <QtCore/QRegExp> 26 #include <QtCore/QHash> 27 #include <QtCore/QUrl> 28 #include <QtCore/QFlags>
A Node represents one RDF resource.
void setNamespacePrefixes(const QHash< QString, QUrl > &bnames)
Parser which converts N3 string representation of nodes into Node objects.
Soprano::Node parseNode(QTextStream &s, Node::N3ParserFlags flags=Node::NoFlags) const
Core class of Soprano's exception system.
void addNamespacePrefix(const QString &abbr, const QUrl &ns)