view examples/sadi_merge_output.sparql @ 4:6501986529b0 draft

HTML or tabular option added
author mikel-egana-aranguren <mikel.egana.aranguren@gmail.com>
date Mon, 28 Apr 2014 16:11:05 +0200
parents 24ad2706526c
children
line wrap: on
line source

PREFIX sio_resource: <http://semanticscience.org/resource/>
PREFIX sadi_pred:  <http://sadiframework.org/ontologies/predicates.owl#>
SELECT DISTINCT ?protein ?SNP ?kegg_id
WHERE {
    ?protein sadi_pred:isEncodedBy ?kegg_id .
    ?protein sio_resource:SIO_000272 ?SNP .
}