dbpedia / fact-extractor

Fact Extraction from Wikipedia Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When a duration FE is found, start and end date triples should be stated

marfox opened this issue · comments

For instance, stagione 2006-2007 now yields "P1Y"^^xsd:duration, but should also yield "2006^^xsd:gYear"and "2007"^^xsd:gYear, keeping track of the start and end dates.
The output triples would then look like below:

fact:Vittoria_1056741_3 fact:hasDurata "P1Y"^^xsd:duration .
fact:Vittoria_1056741_3 dbpedia-owl:startYear "2006^^xsd:gYear .
fact:Vittoria_1056741_3 dbpedia-owl:endYear "2007^^xsd:gYear .