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

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "José Antonio";
  vcard:formattedName "José Antonio Santano Clavero";
  vcard:url "";
  vcard:hasAddress _:node1iaciiuvax3776 .

_:node1iaciiuvax3776 vcard:streetAddress "San Juan Arria Plaza, 1";
  vcard:locality "Irun";
  vcard:country "Espainia" .
