< ^  >

More Example Queries

Query:

   Find images containing a green apple on a rough wooden table

expressed as:

  [ P | P <- ImageDB,  P.Rs(Apple,Table) = (touches,?,~meets) ]

Query:

   Find images with Kate Winslett lying on a piece of wreckage in the middle of the North Atlantic

expressed as:

  [ P | P <- ImageDB,  P.Rs(KateWinslett,Wreckage) = (overlaps,?,?)
		       & P.Rs(Wreckage,NorthAtlantic) = (inside,?,?) ]


< ^  >