R5-0 نزدیکترین orient express را به من نشان بده now => ( sort param:distance:Measure(m) asc of ( compute distance ( param:geo:Location , location:current_location ) of ( ( @org.schema.Restaurant.Restaurant ) filter param:name:String =~ " orient express " ) ) ) [ 1 ] => notify
R6-0 نمایش همه توضیحات بررسی شده توسط areeba vaughan. now => [ param:description:String ] of ( ( @org.schema.Restaurant.Review ) filter param:author:Entity(org.schema.Restaurant:Person) == " areeba vaughan " ^^org.schema.Restaurant:Person ) => notify
R9-0 آیا می توانید رتبه رستوران افسانه ای را در LOCATION_0 به من بگویید؟ now => [ param:aggregateRating.ratingValue:Number ] of ( ( @org.schema.Restaurant.Restaurant ) filter param:geo:Location == LOCATION_0 and param:name:String =~ " رستوران افسانه ای " ) => notify
R10-0 یک رستوران افغان با NUMBER_0 یا بیشتر ستاره پیدا کنید. now => ( @org.schema.Restaurant.Restaurant ) filter param:aggregateRating.ratingValue:Number >= NUMBER_0 and param:servesCuisine:String =~ " افغان " => notify
R11-0 جستجو برای رستوران های ژاپنی با NUMBER_0 بررسی ستاره یا بهتر. now => ( @org.schema.Restaurant.Restaurant ) filter param:aggregateRating.ratingValue:Number >= NUMBER_0 and param:servesCuisine:String =~ " ژاپنی " => notify