comparison examples/sadi_merge_output.sparql @ 3:24ad2706526c draft

Reimplemented in Python, using RDFLib
author mikel-egana-aranguren <mikel.egana.aranguren@gmail.com>
date Fri, 25 Apr 2014 15:42:31 +0200
parents
children
comparison
equal deleted inserted replaced
2:b8bf1af83841 3:24ad2706526c
1 PREFIX sio_resource: <http://semanticscience.org/resource/>
2 PREFIX sadi_pred: <http://sadiframework.org/ontologies/predicates.owl#>
3 SELECT DISTINCT ?protein ?SNP ?kegg_id
4 WHERE {
5 ?protein sadi_pred:isEncodedBy ?kegg_id .
6 ?protein sio_resource:SIO_000272 ?SNP .
7 }