DBPedia Mac OS X上的实时镜像设置

时间:2014-06-19 06:37:37

标签: macos dbpedia

我正在尝试在我的个人Mac计算机上设置DBpedia Live Mirror。以下是有关我的设置的一些技术主机信息: 操作系统:OS X 10.9.3 处理器2.6 GHz Intel Core i7 内存16 GB 1600 MHz DDR3 用于托管DBpedia Live Mirror数据的数据库服务器:OpenLink Virtuoso(开源版)

以下是我到目前为止所遵循的步骤的摘要:

  1. 从DBPedia Live下载初始数据种子为:dbpedia_2013_07_18.nt.bz2
  2. http://sourceforge.net/projects/dbpintegrator/files/下载同步工具。
  3. 执行virtload.sh脚本。不得不在这里调整一些命令以与OS X兼容。
  4. 根据README.txt文件修改同步工具配置文件,如下所示:

    a)将文件“lastDownloadDate.dat”中的开始日期设置为该转储日期(2013-07-18-00-000000)。

    b)在文件“dbpedia_updates_downloader.ini”中设置配置信息,例如Virtuoso和GraphURI的登录凭据。

  5. 在命令行中执行“java -jar dbpintegrator-1.1.jar”。 此脚本重复显示以下错误:

    INFO - Options file read successfully
    INFO - File : http://live.dbpedia.org/changesets/lastPublishedFile.txt has been successfully downloaded
    INFO - File : http://live.dbpedia.org/changesets/2014/06/16/13/000001.removed.nt.gz has been successfully downloaded
    WARN - File /Users/shruti/virtuoso/dbpedia-live/UpdatesDownloadFolder/000001.removed.nt.gz cannot be decompressed due to Unexpected end of ZLIB input stream
    ERROR - Error:  (No such file or directory)
    INFO - File : http://live.dbpedia.org/changesets/2014/06/16/13/000001.added.nt.gz has been successfully downloaded
    WARN - File /Users/shruti/virtuoso/dbpedia-live/UpdatesDownloadFolder/000001.added.nt.gz cannot be decompressed due to Unexpected end of ZLIB input stream
    ERROR - Error:  (No such file or directory)
    INFO - File : http://live.dbpedia.org/changesets/lastPublishedFile.txt has been successfully downloaded
    INFO - File : http://live.dbpedia.org/changesets/2014/06/16/13/000002.removed.nt.gz has been successfully downloaded
    INFO - File : /Users/shruti/virtuoso/dbpedia-live/UpdatesDownloadFolder/000002.removed.nt.gz decompressed successfully to /Users/shruti/virtuoso/dbpedia-live/UpdatesDownloadFolder/000002.removed.nt
    WARN - null Function executeStatement
    WARN - null Function executeStatement
    WARN - null Function executeStatement
    WARN - null Function executeStatement
    WARN - null Function executeStatement
    ...
    
  6. 问题

    1. 为什么在运行Java程序时会反复看到以下错误:“dbpintegrator-1.1.jar”?这是否意味着我的实时镜像中没有更新这些文件中的三元组?

      WARN - File /Users/shruti/virtuoso/dbpedia-live/UpdatesDownloadFolder/000001.removed.nt.gz cannot be decompressed due to Unexpected end of ZLIB input stream
      ERROR - Error:  (No such file or directory)
      
    2. 如何验证镜像中加载的数据是最新的?是否有可用于验证此问题的SPARQL查询?

    3. 我发现我的实时镜像中的数据缺少wikiPageId(http://dbpedia.org/ontology/wikiPageID)和wikiPageRevisionID。这是为什么? DBpedia实时数据转储中是否缺少此数据?

1 个答案:

答案 0 :(得分:0)

现在应该修复。 你可以从这里再试一次:https://github.com/dbpedia/dbpedia-live-mirror