extraction-framework icon indicating copy to clipboard operation
extraction-framework copied to clipboard

Birth/date date only Month/Day for Issac_Newton - Missing Year

Open twistedvisions opened this issue 11 years ago • 1 comments

See: http://live.dbpedia.org/page/Isaac_Newton

The birth date in dbpedia is: --01-04

The data in the wikipedia page seems a bit wierd:

| birth_date = 25 December 1642<br/>{{small|<nowiki>[</nowiki>[[Old Style and New Style dates|NS]]: {{Birth date|1643|01|04|df=y}}<nowiki>]</nowiki>}}{{lower|0.1em|<ref name="OSNS"/>}}

It looks like you are pulling the "new style" date, and only the month and day, not the year.

twistedvisions avatar Jan 31 '14 23:01 twistedvisions

That is extracted from {{Persondata}}. Looks like a trailing newline in the template property is causing the parser to fail.

ninniuz avatar Feb 03 '14 18:02 ninniuz