Vocabulary for Ordnance Survey National Grid (OSGB36) coordinates
This is a simple RDF vocabulary for expressing OSGB36 coordinates.
Following is an example of a simple RDF document expressing the coordinates of a point.
<rdf:RDF xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns:geo = "http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:os = "http://downlode.org/rdf/ordnance_survey#" > <geo:SpatialThing> <os:x>12345</os:x> <os:y>12345</os:x> </geo:SpatialThing>
The schema itself may be examined by viewing the source of this page.