On June 18th 2018 we updated the data available in the SPARQL endpoint.
The following SPARQL query retrieves the number of instances for each class in the DBpedia ontology.
1 2 3 4 5
SELECT ?class (COUNT(?s) AS ?count) WHERE {
?s a ?class .
filter (strstarts(str(?s), "http://es.dbpedia.org/resource")) .
filter (strstarts(str(?class), "http://dbpedia.org/ontology"))
} GROUP BY ?class ORDER BY DESC(?count)
La siguiente figura muestra cómo ha aumentado el número de instancias de la versión anterior (DBpedia 2014) a la nueva (DBpedia 10-2016) para las clases más pobladas.
The following figure shows the increase on the number of instances from the previous version (DBpedia 2014) to the new one (DBpedia 10-2016) for the most populated classes.
Por instance, for class 'Agent' we have moved from 276,260 instancias to 363,866.
![]() |
If we compare with the previous data update, in which we went from version 3.9 to the 2014 version, we must notice the following:
Ontology Engineering Group. ETSI Informáticos, Universidad Politécnica de Madrid (UPM)