On 6/6/14 11:37 AM, Kevin Peterson wrote:
Hi,
I have two questions, please help me out.

1. I built the latest edition of Virtuoso from source code @github - following the guide provided on homepage of project and virtuoso product website. Installation went successful, no issues there. However, I see that the rdf_mappers_dav.vad file is not generated. I noticed this after loading dbpedia dataset (v3.9) where last step is to install dbpedia_dav.vad and rdf_mappers_dav.vad. While ideally dbpedia_dav.vad was also supposed to be generated in binsrc/dbpedia dir while building the virtuoso, it did not. Anyway, I managed to find the dbpedia_vad file from the github project so its sorted. Now, please tell me how can I get the latest version of rdf_mappers_dav.vad for virtuoso v7.1x? I cannot re build the virtuoso as its done on server with dbpedia dataset loaded, can't redo the whole thing again.

2. I by mistake loaded one dataset of dbpedia dump into a graph name: http://dbpedia.org/ and while rest of the dataset is loaded into: http://dbpedia.org <http://dbpedia.org/> (without backward slash). I want to merge both into one single graph, but I do not know how to do it. Doing rename graph operation from Conductor is failing as I cannot rename to graph that already exists (I need to merge).

So any help on how to achieve above tasks would be of great help.

Thank you very much!

Kevin

SPARQL 1.1 options:

## Copy between named graphs

COPY <http://dbpedia.org <http://dbpedia.org/>/> TO <http://dbpedia.org <http://dbpedia.org/>> .

## Move from one Named Graph to another

MOVE <http://dbpedia.org <http://dbpedia.org/>/> TO <http://dbpedia.org <http://dbpedia.org/>> .

##

LOAD <http://dbpedia.org <http://dbpedia.org/>/> INTO <http://dbpedia.org <http://dbpedia.org/>> .

--

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to