Title Get all the sentences where remdesivir appears together with a glycan motif structure.
Sparql
SELECT DISTINCT ?s3
WHERE {
	GRAPH prj:LitCovid-PubTator {
		?o1 tao:denoted_by ?s1 ; a <https://id.nlm.nih.gov/mesh/C000606551> .
	}
	GRAPH prj:LitCovid_Glycan-Motif-Structure {
		?o2 tao:denoted_by ?s2 .
	}
	GRAPH prj:LitCovid-sentences {
		?o3 tao:denoted_by ?s3 .
	}
	?s3 tao:contains ?s1 .
	?s3 tao:contains ?s2 .

	# The triple patterns below are semantically redundant, but necessary for a performance reason.
	?s1 tao:belongs_to ?d .
	?s2 tao:belongs_to ?d .
	?s3 tao:belongs_to ?d .
}
Reasoning false
Comment
Show mode textae
Annotations to show LitCovid-PubTator,LitCovid_Glycan-Motif-Structure
Priority 0
Active true
belongs to LitCovid
List