@base <http://example.com/base/> .

<Country%20Info/Country%20Code=1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Country%20Info> .
<Country%20Info/Country%20Code=1> <Country%20Info#Country%20Code> "1"^^<http://www.w3.org/2001/XMLSchema#integer>  .
<Country%20Info/Country%20Code=1> <Country%20Info#Name> "Bolivia, Plurinational State of"  .
<Country%20Info/Country%20Code=1> <Country%20Info#ISO%203166> "BO"  .
<Country%20Info/Country%20Code=2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Country%20Info> .
<Country%20Info/Country%20Code=2> <Country%20Info#Country%20Code> "2"^^<http://www.w3.org/2001/XMLSchema#integer>  .
<Country%20Info/Country%20Code=2> <Country%20Info#Name> "Ireland"  .
<Country%20Info/Country%20Code=2> <Country%20Info#ISO%203166> "IE"  .
<Country%20Info/Country%20Code=3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Country%20Info> .
<Country%20Info/Country%20Code=3> <Country%20Info#Country%20Code> "3"^^<http://www.w3.org/2001/XMLSchema#integer>  .
<Country%20Info/Country%20Code=3> <Country%20Info#Name> "Saint Martin (French part)"  .
<Country%20Info/Country%20Code=3> <Country%20Info#ISO%203166> "MF"  .