Skip to content

Commit

Permalink
Fix dbpedia false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 24, 2023
1 parent 67e2550 commit 1048b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -13568,6 +13568,7 @@ sub dbpedia
if(($class->{'Label'}->{'text'} eq 'Place') ||
($class->{'Label'}->{'text'} eq 'School') ||
($class->{'Label'}->{'text'} eq 'Work') ||
($class->{'Label'}->{'text'} eq 'Event') ||
($class->{'Label'}->{'text'} eq 'Artwork')) {
next RESULT;
}
Expand Down

0 comments on commit 1048b0c

Please sign in to comment.