wintermute-devel team mailing list archive
-
wintermute-devel team
-
Mailing list archive
-
Message #00369
[Bug 846248] Re: Unable to load semantics from Ontology
The following is archived information from the now-closed issue on
GitHub:
The obtainResource() method should do the following:
* Form a SPARQL query as a QString
* Determine if the said concept exists. If it doesn't; return a null concept.
* Create a Resource object that stems from that said repository and the found concept.
I'm not sure how we deal with multiple concepts returned; I guess the
return type could be changed toQList<Resource> but that's if it's
necessary to do so.
--
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:
New
Status in Wintermute trunk series:
New
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