37 cres_qresult<ValidationResults>
validate(
const QUrl& _graph_uri,
38 const QString& _format = knowCore::FileFormat::Turtle);
43 const QString& _format = knowCore::FileFormat::Turtle);
48 const QString& _format = knowCore::FileFormat::Turtle);
53 static cres_qresult<Validator>
create(
const QString& _validator_def,
54 const QString& _format = knowCore::FileFormat::Turtle);
58 static cres_qresult<Validator>
create(
const QUrl& _validator_url,
59 const QString& _format = knowCore::FileFormat::Turtle);
64 const QString& _format = knowCore::FileFormat::Turtle);
90 template<
typename _T_>
97 QExplicitlySharedDataPointer<Private> d;