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.

Here's what I get, though (limiting results)

[djogo@fisher ~]$ /opt/apache-jena-2.10.1-SNAPSHOT/bin/arq --query
bug_sparql_jena_ou_d2r.txt --graph
/opt/djogo_paper/rodada20130325/roda_unificado_unificado/ontocloud.owl
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| document
| author
                                                                          |
=================================================================================================================================================================================================================================
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27489>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495632313237363936363530>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27491>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495632313237363936363530>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27492>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495632313237363936363530>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27687>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495638363837373434373235>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27691>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495636333732373236363131>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27801>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495637343335363138303637>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR27802>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495637353933303737343734>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR32640>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C23757365727345485231363135>
              |
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR32660>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495639393438313135333338>
|
| <http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentsEHR32719>
|
<687474703A2F2F7777772E636970652E616363616D6172676F2E6F72672E62722F6F6E746F6C6F676961732F683274632E6F776C237573657273554E495631323931373635353036>
|
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The query is:

SELECT DISTINCT  *
WHERE
  {
SERVICE <http://0.0.0.0:2020/sparql> { ?document
<http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentType>
"exam request" . }
SERVICE <http://0.0.0.0:2020/sparql> { ?document
<http://www.cipe.accamargo.org.br/ontologias/h2tc.owl#documentAuthor>
?author . }
  }
limit 10


ARQ 2.8.8 yields the same.


>
>
>> Thanks,
>> --
>> diogo patrĂ£o
>>
>>
>

Reply via email to