Store the RDF parts in special child element of <office:document> called <office:rdf> wchi will contain <office:rdf-graph> elements that correspond to the rdf files. So
<office:document>
<office:rdf>
<office:rdf-graph name="manifest.rdf">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
</office:rdf-graph>
<office:rdf-graph name="geo1.rdf">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
</office:rdf-graph>
</office:rdf>
</office:document>
Store the RDF parts in special child element of <office:document> called <office:rdf> wchi will contain <office:rdf-graph> elements that correspond to the rdf files. So
<office:document>
<office:rdf>
<office:rdf-graph name="manifest.rdf">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
</office:rdf-graph>
<office:rdf-graph name="geo1.rdf">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
</office:rdf-graph>
</office:rdf>
</office:document>
Description
The metadata can be stored in the ZIP storage of ODF, but there is no equivalent place in the flat file format.