This will be the second warm up task ;)
You will use the data you just extracted and load them into a virtuoso
store.
I already created a populate.sql script for loading [1] and virtuoso also
has easy to use functions [2]

In both cases you have to setup the registry values before installing the
vad.

registry_set('dbp_decode_iri','on');
registry_set('dbp_domain','http://el.dbpedia.org');
registry_set('dbp_graph', 'http://el.dbpedia.org');
registry_set('dbp_lang', 'el');
registry_set('dbp_DynamicLocal', 'off');
registry_set('dbp_category', 'Κατηγορία');
registry_set('dbp_imprint', 'http://wiki.el.dbpedia.org/Imprint');
registry_set('dbp_website','http://wiki.el.dbpedia.org/');
registry_set('dbp_lhost', ':80');
registry_set('dbp_vhost', 'el.dbpedia.org');

To install the vad you go to web interface -> system -> packages
or use this function :
http://docs.openlinksw.com/virtuoso/fn_vad_install.html

After you set this up and running, you can update, according to your
experience, this part of the documentation too :)

Best,
Dimitris

[1] https://github.com/dbpedia/dbpedia-vad-i18n/blob/master/populate.sql
[2] http://www.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader


On Tue, Apr 16, 2013 at 6:43 AM, Shivani Poddar
<[email protected]>wrote:

> Also,I have got the setup for Virtuso up and running , do we have any
> relevant documentation in DBPedia wikis (Couldn't find much myself) as to
> how to integrate its usage with SPARQ so as to run and test the code I have
> from http://dbpedia.org/Internationalization/Guide#h152-7 along with the
> .vad file ??
>
> Regards,
> Shivani
>
>
> On Tue, Apr 16, 2013 at 7:20 AM, Shivani Poddar <
> [email protected]> wrote:
>
>> Hi,
>> The following page might have a couple of errors which I encountered
>> while setting up the codebase to begin contributing for the "Design a
>> better / interactive display page." project :
>>
>> http://dbpedia.org/Internationalization/Guide#h152-7
>>
>>  The second heading "2. Encoding / resource namespace / titles" directs
>> the user at changing the following :
>>
>> *[extraction_framework/core/src/main/scala]
>> org.dbpedia.extraction.util.Language.scala
>>
>>      // default: no language use generic domain
>>      val generic = Set[String]()
>>
>>      // change to this if language xx should be extracted using the
>> generic domain
>>      val generic = Set("xx")
>>
>> *
>> Here the file name is not *org.dbpedia.extraction.util.Language.scala, *but
>> the file path is
>> "extraction-framework/core/src/main/scala/org/dbpedia/extraction/util/Language.scala"
>>
>> secondly the refereed variables cannot be located in the file.
>> Are they supposed to be created ??
>>
>>
>> Same for the dump/extraction.default.properties file.
>> It is suggested that the value of the format variable be adjusted , while
>> the file already has settings like
>>
>> *105 # NT is unreadable anyway - might as well use URIs for en*
>> *106 format.nt.gz=n-triples;uri-policy.uri*
>> *107 format.nq.gz=n-quads;uri-policy.uri*
>> *108 *
>> *109 # Turtle is much more readable - use nice IRIs for all languages*
>> *110 format.ttl.gz=turtle-triples;uri-policy.iri*
>> *111 format.tql.gz=turtle-quads;uri-policy.iri*
>>
>> It would be helpful if the documentation is more specific. I could tweak
>> the documentation with the respective feedback here.
>>
>> Thank You,
>> Shivani
>>
>>
>
>
> --
> Shivani Poddar,
> Bachelors in Computer Sciences and MS in Exact Humanities, Sophomore
> International Institute of Information Technology, Hyderabad
>
>
> ------------------------------------------------------------------------------
> 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-gsoc mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dbpedia-gsoc
>
>


-- 
Dimitris Kontokostas
Department of Computer Science, University of Leipzig
Research Group: http://aksw.org
Homepage:http://aksw.org/DimitrisKontokostas
------------------------------------------------------------------------------
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-gsoc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-gsoc

Reply via email to