0

I need to carry out an experiment that takes into consideration all movies of LinkedMDB including their predicates. LinkedMDB SPARQL endpoint is not very efficient, it gets overloaded easily and refuse connection after sending about 40 consecutive queries in my Java/Jena program. Therefore I had to stop the execution of the program for two seconds (Thread.sleep) and then continue. I can't do that for more than 90.000 datasets and their predicates. Is their a way or a link where all LinkedMDB movies datasets can be downloaded and accessed locally (I think Geonames have it, not sure about LinkedMDB)

M20
  • 1,032
  • 2
  • 15
  • 34
  • can I have the endpoint url please ? – William Kinaan Jun 01 '16 at 10:04
  • @WilliamKinaan www.linkedmdb.org/sparql : accessible via a program (the one I am using in my Java/Jena program) http://www.linkedmdb.org/snorql: an other interface. – M20 Jun 01 '16 at 10:51
  • thanks but I am getting `502 Bad Gateway` I'm being redirected to `http://settlement.cs.toronto.edu:40170/snorql/` – William Kinaan Jun 01 '16 at 10:53
  • @WilliamKinaan it was working yesterday night, first time see it happening . – M20 Jun 01 '16 at 11:58
  • well ... hopefully they'll fix it soon – William Kinaan Jun 01 '16 at 14:19
  • 2
    @JoshuaTaylor yes it is a duplicate, but the answer is not valid anymore. wiki.linkedmdb.org is not working, and the latest RDF dumps in http://www.cs.toronto.edu/~oktie/linkedmdb/ are 2009. But still, I didn't know it exists. that's helpful. – M20 Jun 01 '16 at 22:58

0 Answers0