Advertisement
LuciaPrieto

Untitled

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