Title List all the documents which have both GlycoEpitope and GlycoMotifStructure annotations
Sparql
SELECT distinct ?d1
WHERE {
	GRAPH prj:LitCovid-PD-GlycoEpitope {
		?o1 tao:denoted_by ?s1 .
	}

	GRAPH prj:LitCovid_Glycan-Motif-Structure {
		?o2 tao:denoted_by ?s2 .
	}
    
	?s1 tao:belongs_to ?d1 .
	?s2 tao:belongs_to ?d1 .
}
Reasoning false
Comment
Show mode raw
Annotations to show
Priority 0
Active true
belongs to LitCovid-PD-GlycoEpitope
List