Hi, If web try the following SPARQL query in the http://dbpedia.org/sparql endpoint
PREFIX dbpedia-owl:<http://dbpedia.org/ontology/> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX vrank:<http://purl.org/voc/vrank#> SELECT ?s ?rank ?gender ?gender_owl FROM <http://dbpedia.org> FROM <http://people.aifb.kit.edu/ath/#DBpedia_PageRank> WHERE { ?s rdf:type dbpedia-owl:Person. ?s vrank:hasRank/vrank:rankValue ?rank. OPTIONAL { ?s foaf:gender ?gender. }. OPTIONAL { ?s dbpedia-owl:gender ?gender_owl. }. } ORDER BY DESC(?rank) LIMIT 50 We can see that there is no gender information for any of the people that appear on the list. In the most current dump there is the file "core-i18n/en/genders_en.ttl.bz2" with gender information but only about 4445 people. - Can I help you expanding that file? - Whom should I talk to specify the format of the file, test criteria and substitution/expansion of the genders_en.ttl.bz2? Regards, J. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ DBpedia-developers mailing list DBpedia-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dbpedia-developers