Advertisement
LuciaPrieto

Untitled

Jun 22nd, 2018
2,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.21 KB | None | 0 0
  1. SELECT DISTINCT
  2.     STR(?PathwayID) AS ?PathwayID
  3.    
  4. WHERE {
  5.     ?geneProduct dc:identifier <http://identifiers.org/ncbigene/%s> ;
  6.                  dcterms:isPartOf ?pathway .
  7.     ?pathway dc:identifier ?PathwayID
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement