Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread gaurav pant
Hi Morsey/All, Please find pom.xml file contents as below. ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; modelVersion4.0.0/modelVersion parent groupIdorg.dbpedia/groupId artifactIdextraction/artifactId version3.8/version

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Andrea Di Menna
Hi Gaurav, which are the permissions this folder? /mnt/ebs/perl/framework/dbpedia/target/classes Maybe not related, but the error message seems to suggest maven cannot clean that directory. Also, it might be useful to rerun the maven command with -eX switches. Regards Andrea 2013/3/20 gaurav

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Mohamed Morsey
Hi Gaurav, I give it a compile here using your , and it was successful. Furthermore, regarding your further question, I would recommend you to read that README file [1]. On 03/20/2013 11:18 AM, gaurav pant wrote: Hi, Please find below. ?xml version=1.0 encoding=UTF-8? project

Re: [Dbpedia-discussion] Cleaner abstract extraction

2013-03-20 Thread gaurav pant
Hi Jona/Dimitrix/All, I am trying to extract cleaner abstracts using git:// github.com/dbpedia/extraction-framework.git. I am following http://wiki.dbpedia.org/AbstractExtraction https://github.com/dbpedia/extraction-framework/wiki/Extraction-Instructions. I have configured pom.xml inside

Re: [Dbpedia-discussion] (no subject)

2013-03-20 Thread Jona Christopher Sahnwaldt
Done. Happy mapping! On Wed, Mar 20, 2013 at 11:37 AM, 藤本 椋也 regun...@gmail.com wrote: Hi, I'm planning to modify the mapping wiki of DBpedia Japanese. I'd like to appreciate it if you could authorize my account as an Editor. My account is Legno. Thank you. Best Regards, Legno

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread gaurav pant
Hi Morsy/All, While running *Import.sh* is am getting below error. missing /home/gaurav/other_lang_extraction/extraction-framework-master/dump/wiki_dump/dewiki/tables-no-indexes.sql missing

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Dimitris Kontokostas
Hi Gaurav, if you use the old script you'll have to use the old instructions :) clean.sh is not necessary in the scala-based import that Jona created On Wed, Mar 20, 2013 at 4:01 PM, gaurav pant golup...@gmail.com wrote: Hi Morsy/All, While running *Import.sh* is am getting below error.

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Jona Christopher Sahnwaldt
On Wed, Mar 20, 2013 at 3:01 PM, gaurav pant golup...@gmail.com wrote: Hi Morsy/All, While running Import.sh is am getting below error. Don't use import.sh. missing /home/gaurav/other_lang_extraction/extraction-framework-master/dump/wiki_dump/dewiki/tables-no-indexes.sql missing

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Jona Christopher Sahnwaldt
Yes, this is almost certainly a problem with file/folder permissions. From looking at your path /mnt/ebs/, I assume you're using Amazon Elastic Block Storage. Is that correct? On Wed, Mar 20, 2013 at 11:48 AM, Andrea Di Menna ninn...@gmail.com wrote: Hi Gaurav, which are the permissions this

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Mohamed Morsey
Hi Jona and all, On 03/20/2013 03:25 PM, Jona Christopher Sahnwaldt wrote: On Wed, Mar 20, 2013 at 3:01 PM, gaurav pantgolup...@gmail.com wrote: Hi Morsy/All, While running Import.sh is am getting below error. Don't use import.sh. missing

Re: [Dbpedia-discussion] issue with abstract export

2013-03-20 Thread Dimitris Kontokostas
I also think that this is a maven / folder permissions like JC and Andrea suggested. The script breaks at $mvn clean so you should check your system Dimitris On Wed, Mar 20, 2013 at 4:32 PM, Jona Christopher Sahnwaldt j...@sahnwaldt.de wrote: Yes, this is almost certainly a problem with

[Dbpedia-discussion] property/batAvg vs property/battingAverage

2013-03-20 Thread Prashanth Swaminathan
Hi, I'm kinda new to Dbpedia and semantic web as such. I'm trying to get the predicate of my query, so I'm trying to do a string match from the natural language query that I have. Eg: Q: What is the batting average of Sachin Tendulkar I use this query to find the predicates : SELECT

[Dbpedia-discussion] Backslash encoding for URIs

2013-03-20 Thread Andrea Di Menna
Hi, I have been using Stanbol [1] to process DBpedia data files and build a dbpedia Solr index. Stanbol is using Jena TDB in order to load DBpedia files into a triple store. Unfortunately, almost all the DBpedia N-Triples files must be pre-processed before being able to import them using Jena

Re: [Dbpedia-discussion] Backslash encoding for URIs

2013-03-20 Thread Jona Christopher Sahnwaldt
Hi Andrea, there used to be encoding problems, but I think they are all fixed since the 3.8 release. I tried very hard to make TurtleEscaper do the right thing - I checked the relevant standards etc. Could you give an example where Jena complains about a DBpedia 3.8 file? Cheers, JC On Wed, Mar

Re: [Dbpedia-discussion] Backslash encoding for URIs

2013-03-20 Thread Andrea Di Menna
Hi Jona, I have tried loading labels_en_uris_de.nt.bz2 from the DBpedia 3.8 release using both Jena 2.7.4 and 2.10.0, but both fail with the following error: andread@build04:~/tools/apache-jena-2.10.0/bin$ ./tdbloader2 --loc .

Re: [Dbpedia-discussion] property/batAvg vs property/battingAverage

2013-03-20 Thread Mohamed Morsey
Hi Prashanth, On 03/20/2013 06:11 PM, Prashanth Swaminathan wrote: Hi, I'm kinda new to Dbpedia and semantic web as such. I'm trying to get the predicate of my query, so I'm trying to do a string match from the natural language query that I have. Eg: Q: What is the batting average of

Re: [Dbpedia-discussion] (no subject)

2013-03-20 Thread Masao Takaku
Hi, I also would like to add mapping for Japanese DBpedia. Could you please add my account as Editor? My account is Masao. Thank you in advance. Best, Masao In CAEQewppLQ6uO5eB7LyjY09=+L1NE7Zegd_PNzcH=uaa734e...@mail.gmail.com, j...@sahnwaldt.de wrote: Done. Happy mapping! On Wed, Mar

Re: [Dbpedia-discussion] Backslash encoding for URIs

2013-03-20 Thread Jona Christopher Sahnwaldt
On 20 March 2013 20:10, Andrea Di Menna ninn...@gmail.com wrote: Hi Jona, I have tried loading labels_en_uris_de.nt.bz2 from the DBpedia 3.8 release using both Jena 2.7.4 and 2.10.0, but both fail with the following error: andread@build04:~/tools/apache-jena-2.10.0/bin$ ./tdbloader2 --loc .

Re: [Dbpedia-discussion] Backslash encoding for URIs

2013-03-20 Thread Tom Morris
I suspect multistream bzip2 is the culprit (which is a sensible correlation with parallel bzip). For what it's worth Python 2.x can't read these files either. There's a backport of the 3.x support, but it requires installing a separate package. Tom On Wed, Mar 20, 2013 at 9:48 PM, Jona

Re: [Dbpedia-discussion] (no subject)

2013-03-20 Thread Jona Christopher Sahnwaldt
Done. Welcome to DBpedia! Looking forward to your contributions. You guys rock! :-) On 21 March 2013 02:08, Masao Takaku tma...@acm.org wrote: Hi, I also would like to add mapping for Japanese DBpedia. Could you please add my account as Editor? My account is Masao. Thank you in advance.

Re: [Dbpedia-discussion] (no subject)

2013-03-20 Thread Jona Christopher Sahnwaldt
Great! On 21 March 2013 03:44, Fumihiro Kato f...@fumi.me wrote: We will have a DBpedia mapping event next week. Therefore more Japanese contributors will request their accounts. Best, Fumi On Thu, Mar 21, 2013 at 11:29 AM, Jona Christopher Sahnwaldt j...@sahnwaldt.de wrote: Done.

Re: [Dbpedia-discussion] (no subject)

2013-03-20 Thread Takeshi Morita
Hi, I'm going to attend the DBpedia mapping event next week. I'm planning to modify the mapping wiki of DBpedia Japanese. I'd appreciate it if you could authorize my account t_morita as an Editor. Best Regards, Takeshi Morita 2013/3/21 Jona Christopher Sahnwaldt j...@sahnwaldt.de: Great! On