hi, the best way to do it, is to download all the rdf locally and use the following virtuoso script to load them http://ods.openlinksw.com/wiki/main/Main/VirtBulkRDFLoader
in order to create the url list you could convert the nt files into csv (by replacing '> <' -> "," '<' -> " and '>' -> ") and import them in excel , manipulate the columns and load them in file downloader or use the awk and wget -i commands cheers, Dimitris On Mon, Dec 27, 2010 at 6:13 PM, Laure Mina <[email protected]> wrote: > Thanks for you answer. > I want also to know if it is possible to load many URIs in my local RDF > store (virtuoso) using HTTP GET. Each URI is a reference to a DBpedia RDF > file. Here after some examples of them: > http://dbpedia.org/data/Jacques_Lacan.rdf > http://dbpedia.org/data/Stevie_Nicks.rdf > ... > > I can use this statement for one URI : DB.DBA.RDF_LOAD_RDFXML > (http_get('http://dbpedia.org/data/Jacques_Lacan.rdf')). But, doing this > many times, it is a tedious work. So, if you have an idea how can I perform > a bulk load of all these URIs, please tell me. > > Cheers, > Laure > > 2010/12/26 Dimitris Kontokostas <[email protected]> >> >> Persodata files contain only a subset of articles about Persons >> all other are in instance_type_en.nt/nq >> >> an easy way to filter only these articles would be using the grep unix >> command >> >> grep "ontology/Person" instance_types_el.nt > instance_types_person_en.nt >> >> it filters all lines that contain "onlology/Person" and adds them in >> instance_types_person_en.nt file >> >> Dimitris >> >> On Sun, Dec 26, 2010 at 12:45 PM, Roberto Mirizzi >> <[email protected]> wrote: >> > Il 26/12/2010 10.58, Laure Mina ha scritto: >> > >> > Hi all, >> > >> > I want to know if there is a mean to import DBpedia RDF files that are >> > only >> > in the category of "Person". I want to save these files in a local >> > directory. >> > >> > Thanks in advance, >> > Cheers. >> > >> > Hi Laure, >> > downloading just the Person dataset [1, 2] should be enough. Here [3] >> > more >> > info. >> > >> > [1] http://downloads.dbpedia.org/3.5.1/en/persondata_en.nt.bz2 >> > [2] http://downloads.dbpedia.org/3.5.1/en/persondata_en.nq.bz2 >> > [3] http://wiki.dbpedia.org/Downloads351#persondata >> > >> > Cheers, >> > roberto >> > >> > >> > -- >> > Roberto Mirizzi >> > http://sisinflab.poliba.it/mirizzi >> > >> > >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Learn how Oracle Real Application Clusters (RAC) One Node allows >> > customers >> > to consolidate database storage, standardize their database environment, >> > and, >> > should the need arise, upgrade to a full multi-node Oracle RAC database >> > without downtime or disruption >> > http://p.sf.net/sfu/oracle-sfdevnl >> > >> > _______________________________________________ >> > Dbpedia-discussion mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Learn how Oracle Real Application Clusters (RAC) One Node allows >> > customers >> > to consolidate database storage, standardize their database environment, >> > and, >> > should the need arise, upgrade to a full multi-node Oracle RAC database >> > without downtime or disruption >> > http://p.sf.net/sfu/oracle-sfdevnl >> > _______________________________________________ >> > Dbpedia-discussion mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >> > >> > >> >> >> >> -- >> Kontokostas Dimitris > > -- Kontokostas Dimitris ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
