[MyResearch] RDFIG Geo vocab workspace

This place is a workspace for RDF Interest Group Geo vocabulary work.

Currently we have only a very minimalistic RDF vocabulary for describing Points with latitude, longitude, and altitude properties from the WGS84 reference datum specification. This design allows for basic information about points to be described in RDF/XML, and augmented with more sophisticated or application-specific metadata.

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
  <geo:Point>
    <geo:lat>55.701</geo:lat>
    <geo:long>12.552</geo:long>
  </geo:Point>
</rdf:RDF>