チケット #339 (closed タスク: fixed)

登録: 15 年

最終更新: 15 年

SPARQLツールで投げられているHTTPリクエストを調べる

報告者: t-hatakeyama 担当者: t-hatakeyama
優先度: 納品までには解決したい マイルストーン: 平成22年度開発
コンポーネント: Galaxy バージョン:
キーワード: 関係者:
GanttChart表示: OFF 依存TaskNo:
開始予定日: YYYY/MM/DD 終了予定日: YYYY/MM/DD

説明

select distinct ?p where {
?s ?p ?o
} limit 10

上記のようなSPARQLクエリを投げた際に、URIがリテラルとして扱われることがある。

原因究明の足がかりとして、とりえあえず、GalaxyのSPARQLツールで投げているHTTPリクエストを調べる。

チケットの履歴

更新者: t-hatakeyama (15 年 前)

  • ステータスnew から closed に変更されました。
  • 解決方法fixed に設定されました。

Galaxyツールからのエンドポイントへのリクエスト

GET /biogateway/endpoint?query=select%20distinct%20?p%20where%20%7B%0A?s%20?p%20?o%0A%7D%20limit%2010

エンドポイントからのレスポンス

<?xml version="1.0" ?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
 <head>
  <variable name="p"/>
 </head>
 <results distinct="false" ordered="true">
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfShortOfUriTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfShortOfLongTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfShortOfSqlvalTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfTypeminTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfTypemaxTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfDatatypeOfShortTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfIslitOfShortTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfIsuriOfShortTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfIsblankOfShortTmpl</uri></binding>
  </result>
  <result>
   <binding name="p"><uri>http://www.openlinksw.com/schemas/virtrdf#qmfBoolTmpl</uri></binding>
  </result>
 </results>
</sparql>
Note: チケットについてのヘルプは TracTickets を参照 して下さい。