Hi Antoine,

On 4/14/14, 9:45 AM, Antoine Logean wrote:
> Dear all,
> What is the simplest way to get a row extract of all company entries
> that are now in dbpedia ?
I assume you are referring to the international DBpedia, i.e. 
http://dbpedia.org
An intuitive approach is to run this query [1] over the SPARQL endpoint 
[2], page through its results with OFFSET and LIMIT, and run a describe 
query (e.g. [3]) on each of the results.
> We are building a predictive company size model and we would like to use
> dbpedia as training set.
> Is there somewhere some statistics about the coverage (average sizes,
> company types, ...) of company information within Wikipedia ?
This mapping statistics page [4] may help you, it contains information 
on the actual usage of the Wikipedia template mapped to Company [5].

Cheers!

[1] select ?s where { ?s a dbpedia-owl:Company } limit 1000
[2] http://dbpedia.org/sparql
[3] describe <http://dbpedia.org/resource/Castorama>
[4] 
http://mappings.dbpedia.org/server/templatestatistics/en/?template=Infobox_company
[5] http://mappings.dbpedia.org/index.php/Mapping_en:Infobox_company
> Many thanks for you help.
> Kind regards
> Antoine
>
> --
>
> Opendata.ch - Enabling Open Government Data in Switzerland
> Antoine Logean | Founding Board Member | Community & Communication FR
> +41 79 3518482 |antoine.log...@opendata.ch  
> <mailto:antoine.log...@opendata.ch>  |http://twitter.com/ecolix
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
>
> _______________________________________________
> Dbpedia-discussion mailing list
> Dbpedia-discussion@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
>

-- 
Marco Fossati
http://about.me/marco.fossati
Twitter: @hjfocs
Skype: hell_j

------------------------------------------------------------------------------
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
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to