Title Find all the cases where an epitope term co-occurs with an anatomy term in an abstract.
Sparql
PREFIX pubann:<http://pubannotation.org/ontology/>
SELECT ?s1 ?s2
WHERE {
  GRAPH prj:GlyCosmos600-GlycoEpitope {
    ?o1 tao:denoted_by ?s1 .
  }

  GRAPH prj:GlyCosmos600-MAT {
    ?o2 tao:denoted_by ?s2 .
  }

  ?s1 tao:belongs_to ?d1 .
  ?s2 tao:belongs_to ?d1 .
}
Reasoning false
Comment
Show mode textae
Annotations to show GlyCosmos600-GlycoEpitope,GlyCosmos600-MAT
Priority 0
Active true
belongs to GlyCosmos600-GlycoEpitope
List