Is there a way, using "semantic" properties of HTML5 (and RDFa?) to unambiguously refer to a place name? This might be using a geonames URI, so something like this (which I assume is incorrect):
<span about="http://sws.geonames.org/7298792">St Mary's</span> is a great place to go coasteering.
Where many place names are so often repeated throughout the World, such as St Mary's, it would be great to be able to 'disambiguate' which location is being referred to.
I am looking for a solution similar to that for time in HTML5, where is a tag to make a time unambiguous and machine-readable:
<time datetime="2013-03-14">last Thursday</time>