On 1/29/15 5:56 PM, Edgard Marx wrote:
The easiest and fast way to get DBpedia statistics is http://dbtrends.aksw.org.
Why can't I access an RDF representation of this information?

There is also a library that can be used in your code. https://bitbucket.org/emarx/dbtrends/wiki/Home.

Anyway, we've loaded stats data into the DBpedia public instance:

sparql select count(*) from <http://dbpedia.semanticmultimedia.org/dbpedia2014/en/pagerank_scores_en_2014.ttl.bz2> where {?s ?p ?o};
5,544,757 triples .

sparql select count(*) from <http://dbpedia.semanticmultimedia.org/dbpedia2014/en/hits_scores_en_2014.ttl.bz2> where {?s ?p ?o};
5,544,757 triples .

sparql select count(*) from <http://dbpedia.semanticmultimedia.org/dbpedia2014/en/pageinlinkCounts_en_2014.ttl.bz2> where {?s ?p ?o};
5,130,711 triples .

sparql select count(*) from <http://dbpedia.semanticmultimedia.org/dbpedia2014/en/pageoutlinkCounts_en_2014.ttl.bz2> where {?s ?p ?o};
4,582,685 triples.

Example:

http://dbpedia.org/c/842SNK -- random describe with output in a form that encourages Linked Data follow-your-nose exploration.

--
Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog 1: http://kidehen.blogspot.com
Personal Weblog 2: 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
Personal WebID: http://kingsley.idehen.net/dataspace/person/kidehen#this


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

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to