Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created January 30, 2014 06:10
Show Gist options
  • Save kozo2/8703424 to your computer and use it in GitHub Desktop.
Save kozo2/8703424 to your computer and use it in GitHub Desktop.
SPARQLs
SELECT a #?uniprot_id #?xref_id
WHERE
{
?id ?label "ConA" .
?uniprot_id ?p ?id .
?uniprot_id a <http://purl.uniprot.org/core/Protein> .
# ?uniprot_id <http://www.w3.org/2000/01/rdf-schema#seeAlso> ?xref_id .
# <http://purl.uniprot.org/pfam/PF00139> ?p ?o
# ?xref_id <http://purl.uniprot.org/core/database> <http://purl.uniprot.org/database/Pfam>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment