With the second type of distance query we can ask for the distance between two named things. Please note that the order of the two things matters: What appears first in the NL query should also appear first in the MRL query!

  1. Ask the question below.
  2. Correct errors and send feedback. Pay attention to the question class.

Tell me the distance between Empire State Building in New York City and Bratislavský hrad

{% if completed %}

✔ Completed.

dist(query(area(keyval('name','New York City')),nwr(keyval('name','Empire State Building')),qtype(latlong)),query(nwr(keyval('name','Bratislavský hrad')),qtype(latlong)))

{% else %}

❌ Not completed yet.

{% endif %}