Hm... I just checked the code and it looks like we already fixed this a long time ago:
https://github.com/dbpedia/extraction-framework/commit/3235856827e201963d15e7b3590416db068f19ff Jun 25, 2012 xsd:int -> xsd:integer But although we ran the extraction a month later, the file still contains xsd:int: curl -s http://downloads.dbpedia.org/3.8/en/infobox_properties_en.nt.bz2 | bunzip2 | less # started 2012-07-23T13:07:06Z ... <http://dbpedia.org/resource/Autism> <http://dbpedia.org/property/icd> "299"^^<http://www.w3.org/2001/XMLSchema#int> . I don't know what went wrong. We should run InfoboxExtractor on a current Wikipedia dump and see what happens. JC On 12 April 2013 06:09, Jona Christopher Sahnwaldt <[email protected]> wrote: > (We should include the list in our replies.) > > This is indeed an error. We'll try to fix this in the next release. > > At the moment, you could try to edit the file and replace the type > "#int" by "#integer". > > On 12 April 2013 05:26, Yashpal Pant <[email protected]> wrote: >> >> ERROR: '1000000000000' is not a valid value for datatype >> http://www.w3.org/2001/XMLSchema#int [line 611] >> >> ________________________________ >> From: Jona Christopher Sahnwaldt <[email protected]> >> To: Yashpal Pant <[email protected]> >> Cc: "[email protected]" >> <[email protected]> >> Sent: Thursday, April 11, 2013 8:27 PM >> Subject: Re: [Dbpedia-discussion] infobox_properties_en.nt file of DBPedia >> 3.8 >> >> What are the errors? >> >> On 11 April 2013 16:55, Yashpal Pant <[email protected]> wrote: >>> Hi All, >>> >>> I am trying to check if infobox_properties_en.nt has valid RDF syntax. I >>> found some errors, and that >>> is why I could not able to load it into triple store. >>> >>> What would be the solution, if I want to load this file successfully? >>> >>> Thanks, >>> Yashpal >>> >>> >>> ------------------------------------------------------------------------------ >>> Precog is a next-generation analytics platform capable of advanced >>> analytics on semi-structured data. The platform includes APIs for building >>> apps and a phenomenal toolset for data science. Developers can use >>> our toolset for easy data analysis & visualization. Get a free account! >>> http://www2.precog.com/precogplatform/slashdotnewsletter >>> _______________________________________________ >>> Dbpedia-discussion mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >>> >> >> ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
