Advertisement
LuciaPrieto

Untitled

Jun 22nd, 2018
2,515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.36 KB | None | 0 0
  1. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  2. PREFIX dcterms: <http://purl.org/dc/terms/>
  3. PREFIX sio: <http://semanticscience.org/resource/>
  4.  
  5. SELECT DISTINCT
  6.     STR(?protID) AS ?protID
  7.                                  
  8. WHERE {  
  9.     <http://identifiers.org/ncbigene/%s> sio:SIO_010078 ?proteinIRI .
  10.     ?proteinIRI dcterms:title ?protID
  11.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement