GeoURL
From semanticweb.org
GeoURL is a Schema for mapping XML documents to a Location. It can be used in any XML-Element like in the following Example:
<anyElement> <geourl:longitude>-118.25201</geourl:longitude> <geourl:latitude>34.0456</geourl:latitude> </anyElement>
or, because its defined in RDF, in the equivalent Syntax:
<anyElement geourl:longitude="-118.25201" geourl:latitude="34.0456" />
There are serval other Schemas to add a Location. The Schemes are:
| Scheme | Namespace |
|---|---|
| GeoURL | http://geourl.org/ |
| geo | http://www.w3.org/2003/01/geo/wgs84_pos# |
| foaf | http://xmlns.com/foaf/0.1/ |
| contact | http://www.w3.org/2000/10/swap/pim/contact# |
[edit] Use in Wikipedia
[[geo:point::(geo:long:="-118.25201", geo:lat:="34.0456")]]