Skip to content
Permalink
Browse files

biological process

  • Loading branch information...
pgroth committed Aug 19, 2019
1 parent a2dae35 commit d71bfafe42bfa336e71298f0760a578c4ae2f220
Showing with 15 additions and 0 deletions.
  1. +15 −0 wikidata-queries/biological-process-protein.rq
@@ -0,0 +1,15 @@
#+ summary: Find all proteins involved in a biological process
#+ endpoint: http://query.wikidata.org/sparql


PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>

SELECT ?protein ?proteinLabel WHERE {
?protein wdt:P682 ?process .
?protein wdt:P31 wd:Q8054 .

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

0 comments on commit d71bfaf

Please sign in to comment.
You can’t perform that action at this time.