insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00001', 'F', N'Filipa', N'Calado', '1899//', null, 1, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00002', 'M', N'José', N'', 'n/d', null, 1, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00003', 'M', N'Cassiano', N'Calado', 'n/d', null, 1, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00004', 'F', N'Maria', N'', 'n/d', null, 1, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00005', 'M', N'', N'', '', null, 0, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00006', 'F', N'Manuel', N'Lagarto', 'n/d', null, 1, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00007', 'F', N'', N'', '', null, 0, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00008', 'F', N'', N'', '', null, 0, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00009', 'F', N'', N'', '', null, 0, N''); insert into GenoPro_individuals (id, Gender, FirstName, LastName, Birth, BirthDate, IsDead, Comment) values ('ind00010', 'M', N'António', N'Agostinho', '', null, 0, N'');