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

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "Daniel";
  vcard:formattedName "Daniel García Ruiz";
  vcard:url "";
  vcard:hasAddress _:node1iaciiuvax2828 .

_:node1iaciiuvax2828 vcard:streetAddress "La Paz Plaza, 1";
  vcard:locality "Labastida/Bastida";
  vcard:country "Espainia" .
