Advertisement
LuciaPrieto

Untitled

Jun 22nd, 2018
2,600
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(?classID) AS ?classID
  7.                                    
  8. WHERE {
  9.     <http://identifiers.org/uniprot/%s> sio:SIO_000095 ?classIRI.
  10.     ?classIRI dcterms:identifier ?classID
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement