バージョン 5 から バージョン 6 における更新: data
- 更新日時:
- 2015/01/05 11:59:57 (10 年 前)
凡例:
- 変更なし
- 追加
- 削除
- 変更
-
data
v5 v6 1 1 2 2 == Query == 3 Query 1: 4 5 6 {{{ 7 select ?s1 ?o1 ?o2 8 where{ 9 ?s1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bio2rdf.org/omim_vocabulary:Gene>. 10 ?s1 <http://bio2rdf.org/omim_vocabulary:refers-to> ?o1. 11 ?o1 <http://bio2rdf.org/omim_vocabulary:x-snomed> ?o2. 12 <http://bio2rdf.org/pharmgkb:PA446359> <http://bio2rdf.org/pharmgkb_vocabulary:x-snomedct> ?o2. 13 } 14 }}} 15 3 16 4 17 Query 2: