バージョン 12 から バージョン 13 における更新: data

差分発生行の前後
無視リスト:
更新日時:
2015/01/08 10:33:20 (9 年 前)
更新者:
wu
コメント:

--

凡例:

変更なし
追加
削除
変更
  • data

    v12 v13  
    131131 
    132132}}} 
     133 
     134 
     135 
     136== Rewritten query with "service" keyword:  == 
     137 
     138Query 1: 
     139 
     140Query 1s: 
     141 
     142{{{ 
     143select ?s1 ?o1 ?o2  
     144where{ 
     145service<http://omim.bio2rdf.org/sparql> 
     146{ 
     147?s1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>   <http://bio2rdf.org/omim_vocabulary:Gene>. 
     148?s1   <http://bio2rdf.org/omim_vocabulary:refers-to> ?o1. 
     149?o1   <http://bio2rdf.org/omim_vocabulary:x-snomed> ?o2.} 
     150 
     151service<http://pharmgkb.bio2rdf.org/sparql> 
     152{<http://bio2rdf.org/pharmgkb:PA446359> <http://bio2rdf.org/pharmgkb_vocabulary:x-snomedct> ?o2.} 
     153}  
     154 
     155}}} 
     156 
     157 
     158 
     159Query 1ss: 
     160 
     161 
     162{{{ 
     163select ?s1 ?o1 ?o2  
     164where{ 
     165service<http://omim.bio2rdf.org/sparql> 
     166{ 
     167?s1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>   <http://bio2rdf.org/omim_vocabulary:Gene>. 
     168?s1   <http://bio2rdf.org/omim_vocabulary:refers-to> ?o1. 
     169?o1   <http://bio2rdf.org/omim_vocabulary:x-snomed> ?o2.} 
     170 
     171service<http://pharmgkb.bio2rdf.org/sparql> 
     172{<http://bio2rdf.org/pharmgkb:PA446359> <http://bio2rdf.org/pharmgkb_vocabulary:x-snomedct> ?o2.} 
     173 
     174}  
     175}}}