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

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "Daniel";
  vcard:formattedName "Daniel López de Armentia Cortés";
  vcard:url "";
  vcard:hasAddress _:node1grnphstqx280 .

_:node1grnphstqx280 vcard:streetAddress "San Vicente de Paul, 3";
  vcard:locality "Vitoria-Gasteiz";
  vcard:country "Espainia" .
