Title Find all the cases where Preeclampsia co-occurs with the gene __HGNC_ID__ in a document.
Sparql
PREFIX hgnc:<http://pubannotation.org/projects/preeclampsia_genes/HGNC:>
SELECT ?s1 ?s2
WHERE {
	GRAPH prj:Preeclampsia {
	 	?o1 tao:denoted_by ?s1 .
	}

	GRAPH prj:preeclampsia_genes {
	 	?o2 tao:denoted_by ?s2 .
    ?o2 a hgnc:__HGNC_ID__ .
	}
      
	?s1 tao:belongs_to ?a1 .
  ?s2 tao:belongs_to ?a1 .
}
Reasoning false
Comment
Show mode textae
Annotations to show Preeclampsia,preeclampsia_genes
Priority 0
Active true
belongs to Preeclampsia
List