Hi,

On 04/12/2012 03:39 PM, soumia sefsafi wrote:
Hi,
I am a newbe in dbpedia benchmark, i've installed virtuoso and i have download dbpedia benchmark from http://aksw.org/Projects/DBPSB and i've loaded into virtuoso using:
SQL>  ld_dir('/home/username','*.nt','http://dbpedia.org'); but i don't know 
how to verify in virtuoso
that i've all the data in dbpedia and how can i have sparql test queries.

In order to verify that you have all data loaded, you can simply execute a count query, in order to get the count of loaded triples.
So simply use the following query:
SELECT count(*) WHERE { ?s ?p ?o }

Regarding the second question assuming you are loading the DBpedia data into a local Virtuoso instance, you should have something like http://localhost:8890/sparql. Through this page, you can ask some SPARQL queries against your local DBpedia instance


thx for ur help.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2


_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Hope that helps.

--
Kind Regards
Mohamed Morsey
Department of Computer Science
University of Leipzig

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to