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

vcard:Organization <http://xmlns.com/foaf/0.1/firstName> "Jon";
  vcard:formattedName "Jon Lasa Echávarri";
  vcard:url "";
  vcard:hasAddress _:node1ge1ci9hgx14152 .

_:node1ge1ci9hgx14152 vcard:streetAddress "Cuchillería, 95";
  vcard:locality "Vitoria-Gasteiz";
  vcard:country "Espainia" .
