Hi Andy

I did some more tests and the problem was that some SQL expression were
returning a binary data type instead of varchar for the URI, and D2R got
that serialized as a string of hex codes.

Thanks anyway!

--
diogo patrĂ£o




On Thu, Apr 11, 2013 at 8:58 AM, Andy Seaborne <[email protected]> wrote:

> On 11/04/13 12:45, Diogo FC Patrao wrote:
>
>> Hello Andy
>>
>>
>>
>>  joseki-3.4.4
>>>
>>>>
>>>>
>>> Use Fuseki
>>>
>>>
>> I'll try;
>>
>>
>>  Any help in order to get things straight will be appreciated.
>>>
>>>>
>>>>
>>> I can't think of anything
>>>
>>> You say the query directly to the D2R-server -- what format is that
>>> using?
>>> Could you show a sample of the results (inc MIME type)?
>>>
>>>
>> Sorry, I didn't get what you mean about format or result mimetype.
>>
>
> I want to know what comes back from the D2R server when the SERVICE call
> is made. I.e. is the wrong at the point it is sent from the D2R server.
>  Removing %, without decoding, is not something Jena does - so first check
> on what comes back.
>
> Something like (this is all one line)
>
> wget -O- --header "Accept: application/sparql-results" '
> http://0.0.0.0:2020/sparql?**query=SELECT<http://0.0.0.0:2020/sparql?query=SELECT>*
>  SERVICE <
> http://0.0.0.0:2020/sparql> { ?document
> <http://www.cipe.accamargo.**org.br/ontologias/h2tc.owl#**documentAuthor<http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentAuthor>
> >
> ?author . } LIMIT 5}'
>
>
>         Andy
>

Reply via email to