Title Find all the sentences which mention SARS and anatomical locations.
Sparql
PREFIX pubann:<http://pubannotation.org/ontology/>
SELECT DISTINCT ?sentence
WHERE {
	?o1 tao:denoted_by ?sars_mention ;
		a <http://purl.obolibrary.org/obo/MONDO_0005091> .
	?o2 tao:denoted_by ?location_mention ;
		a ?c2 .
	FILTER strstarts(str(?c2), "http://purl.obolibrary.org/obo/UBERON_")

	?o3 tao:denoted_by ?sentence ;
		a pubann:Sentence .
	?sentence tao:contains ?sars_mention .
	?sentence tao:contains ?location_mention .
}
Reasoning false
Comment
Show mode textae
Annotations to show CORD-19-sample-MONDO,CORD-19-sample-UBERON
Priority 0
Active true
belongs to CORD-19-sample-paragraphs
List