"<http://data.deichman.no/person/ahlgren_ernst_1850-1888> <http://www.foafrealm.org/xfoaf/0.1/nationality> <http://data.deichman.no/nationality/sv> .\n" +
"<http://data.deichman.no/person/ahlgren_ernst_1850-1888> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .\n" +
"<http://data.deichman.no/person/ahlgren_ernst_1850-1888> <http://xmlns.com/foaf/0.1/name> \"Ahlgren, Ernst\" .\n" +
"<http://data.deichman.no/person/ahlgren_ernst_1850-1888> <http://xmlns.com/foaf/0.1/title> \"psevd. for Victoria Benedictsson\" .\n";
RegexpCleaner birthcleaner = new RegexpCleaner();
birthcleaner.setRegexp("^(\\d\\d\\d\\d)-");
RegexpCleaner deathcleaner = new RegexpCleaner();
deathcleaner.setRegexp("-(\\d\\d\\d\\d)$");
source.addColumn(new Column("?uri", "ID", null, null));
source.addColumn(new Column("http://xmlns.com/foaf/0.1/name", "NAME",
null, new FamilyCommaGivenCleaner()));
source.addColumn(new Column("http://data.deichman.no/lifespan",