Comment 4 for bug 846248

Revision history for this message
Jacky Alciné (jackyalcine) wrote :

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.