ePubCheck doesn't like the RDF section, which isn't supported in ePub2 and ePub3. Just remove it.
Simply delete the namespace declaration:
Code:
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
and the whole metadata section:
Code:
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>