<?xml version="1.0" encoding="utf-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns2="http://example.org/country/">
<rdf:Description rdf:about="http://example.org/country/RU">
<rdf:type rdf:resource="http://example.org/country/Country"/>
<ns2:code>RU</ns2:code>
<ns2:code3>RUS</ns2:code3>
<ns2:name>Russian Federation</ns2:name>
<ns2:country_code rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">643</ns2:country_code>
<ns2:region rdf:resource="http://example.org/region/EU"/>
</rdf:Description>
</rdf:RDF>