← Back to team overview

wintermute-devel team mailing list archive

[Bug 846248] Re: Unable to load semantics from ontology

 

As a matter of fact, the Resource class is meant to wrap the resulting
Soprano::Node object returned, so instead of a QSet<QString> of objects,
it'd be a QSet<Resource*>. The Resource class merely handles access of
the Soprano::Node in a manner that allows us to not only resist breaking
ABI, but also permitting the avoiding of repeating tedious instructions.

-- 
You received this bug notification because you are a member of
Wintermute Developers, which is a bug assignee.
https://bugs.launchpad.net/bugs/846248

Title:
  Unable to load semantics from ontology

Status in Wintermute:
  Confirmed
Status in Wintermute trunk series:
  Confirmed

Bug description:
  Wintermute requires that information, more technically known as
  resources, a subset of a RDF statement, are required in order to form
  properly machine understandable statement. An ontology provides the
  logic of knowledge for natural language processing.

  We need Soprano to simply execute a SPARQL query.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wintermute/+bug/846248/+subscriptions


References