(This has nothing to do with Geographic "mapping" - its about tagging data fields with common, universal identifiers)
A stub that emulates what D6 rdfcck was trying to do, and what D7 RDF UI now
does.
This adds a UI and internal data management store for giving Drupal content
types and CCK fields recognisible, portable field ids, in RDF format.
(CURIEs)
As in D7, a forum post can now be mapped to rdf:type=sioc:Post and
Drupal $node->user can be mapped to dc:Creator
It only provides an internal API and CRUD for this mapping - it doesn't have
any effect on node data or presentation itself. That should be done by other
modules, such as an RDFa renderer or XML exporter.
Currently, this mapping can be used by the Freebase_CCK schema importer and
the Freebase_data importer.
This is Drupal 6 only - this sort of functionality already exists in Drupal7