バージョン 2 から バージョン 3 における更新: ~FederatedQuery

差分発生行の前後
無視リスト:
更新日時:
2014/08/21 11:22:02 (10 年 前)
更新者:
wu
コメント:

--

凡例:

変更なし
追加
削除
変更
  • ~FederatedQuery

    v2 v3  
    6161}}} 
    6262 
    63 Both of the two queries can be finished within 5 seconds. 
    64  
    6563 
    6664{{{ 
     
    7573}}} 
    7674 
     75ALl of these three queries can be finished within 5 seconds. 
    7776 
     77 
     78{{{ 
     79select ?s ?p1 ?o1 ?o2 
     80where{ 
     81?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bio2rdf.org/omim_vocabulary:Gene>. 
     82?s ?p2 ?o1. 
     83?o1 ?p3 ?o2. 
     84<http://bio2rdf.org/pharmgkb:PA446359> <http://bio2rdf.org/pharmgkb_vocabulary:x-SnoMedCT> ?o2.} 
     85 
     86}}} 
     87 
     88Error while using the FedX CLI. System will exit.  
     89Details: -1 
     90 
     91As for the original query,the following error occurs: 
     92 
     93 
     94Exception in thread "pool-31-thread-2" Exception in thread "Union Scheduler_12" java.lang.OutOfMemoryError: Java heap space 
    7895 
    7996