@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "Iker";
  vcard:formattedName "Iker Arrastio";
  vcard:url "";
  vcard:hasAddress _:node1iaciiuvax3612 .

_:node1iaciiuvax3612 vcard:streetAddress "Gran Vía Don Diego López de Haro , 25";
  vcard:locality "Bilbao";
  vcard:country "Espainia" .
