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!
Tell me the distance between Empire State Building in New York City and Bratislavský hrad
✔ 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)))
❌ Not completed yet.
{% endif %}