5 lines
1.7 KiB
Plaintext
5 lines
1.7 KiB
Plaintext
R18-0 نزدیکترین el rancho grande چیست؟ 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 =~ " el rancho grande " ) ) ) [ 1 ] => notify
|
|
R19-0 نزدیکترین رستوران هندی کجاست؟ now => [ param:geo:Location ] of ( ( sort param:distance:Measure(m) asc of ( compute distance ( param:geo:Location , location:current_location ) of ( ( @org.schema.Restaurant.Restaurant ) filter param:servesCuisine:String =~ " هندی " ) ) ) [ 1 ] ) => notify
|
|
R20-0 نظر من را برای استخر خیابان هالز توسط johneka roy نشان بده now => ( ( ( @org.schema.Restaurant.Restaurant ) filter param:id:Entity(org.schema.Restaurant:Restaurant) == " استخر خیابان هالز " ^^org.schema.Restaurant:Restaurant ) join ( @org.schema.Restaurant.Review ) ) filter param:author:Entity(org.schema.Restaurant:Person) == " johneka roy " ^^org.schema.Restaurant:Person and param:id:Entity(org.schema.Restaurant:Review) in_array param:review:Array(Entity(org.schema.Restaurant:Review)) => notify
|
|
R23-0 پارک مسافرخانه چقدر خوب است؟ now => [ param:aggregateRating.ratingValue:Number ] of ( ( @org.schema.Restaurant.Restaurant ) filter param:id:Entity(org.schema.Restaurant:Restaurant) == " پارک مسافرخانه " ^^org.schema.Restaurant:Restaurant ) => notify
|
|
R24-0 امتیاز آن شرکت بستنی قطب شمال چیست؟ now => [ param:aggregateRating.ratingValue:Number ] of ( ( @org.schema.Restaurant.Restaurant ) filter param:id:Entity(org.schema.Restaurant:Restaurant) == " شرکت بستنی قطب شمال " ^^org.schema.Restaurant:Restaurant ) => notify |