6 lines
1.2 KiB
Plaintext
6 lines
1.2 KiB
Plaintext
R25-0 نزدیکترین رستوران هندی کجاست [ geo ] of ( [ * , distance ( geo , $location . current_location ) ] of sort ( distance ( geo , $location . current_location ) asc of @org.schema.Restaurant . Restaurant ( ) filter servesCuisine =~ " هندی " ) ) [ 1 ] ;
|
|
R29-0 جستجوی یک رستوران چینی در LOCATION_0 با حداقل NUMBER_0 بررسی. @org.schema.Restaurant . Restaurant ( ) filter aggregateRating . reviewCount >= NUMBER_0 && geo == LOCATION_0 && servesCuisine =~ " چینی " ;
|
|
R30-0 رتبه بندی pizzeria uno در LOCATION_0 چقدر است؟ [ aggregateRating.ratingValue ] of @org.schema.Restaurant . Restaurant ( ) filter geo == LOCATION_0 && name =~ " pizzeria uno " ;
|
|
R32-0 امتیاز نوار برمودا چیست؟ [ aggregateRating.ratingValue ] of @org.schema.Restaurant . Restaurant ( ) filter id == null ^^org.schema.Restaurant:Restaurant ( " نوار برمودا " ) ;
|
|
R33-0 مکان و نام نزدیکترین رستوران مکزیکی را به من نشان دهید. [ geo ] of ( [ * , distance ( geo , $location . current_location ) ] of sort ( distance ( geo , $location . current_location ) asc of @org.schema.Restaurant . Restaurant ( ) filter servesCuisine =~ " مکزیکی " ) ) [ 1 ] ;
|