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

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "Javier";
  vcard:formattedName "Javier Segura Marquínez";
  vcard:url "";
  vcard:hasAddress _:node1ge1ci9hgx5956 .

_:node1ge1ci9hgx5956 vcard:streetAddress "Ronda de Azkue, 1";
  vcard:locality "San Vicente de Barakaldo";
  vcard:country "Espainia" .
