Skip to content

Commit

Permalink
Remove more dbpedia false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 7, 2023
1 parent cd80523 commit 905358b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -12509,10 +12509,10 @@ sub dbpedia
# Died different year from the dbpedia person died
next RESULT;
}
} elsif($uri =~ /(\d\d)th-century_deaths/) {
} elsif($uri =~ /(\d\d)th-century_/) {
my $c = ($1 + 1) * 100;
if(defined($yob) && ($yob > $c)) {
# Born after dbpedia person died
# Born after dbpedia event
next RESULT;
}
}
Expand Down

0 comments on commit 905358b

Please sign in to comment.