There are 75,368 videos on wikimedia 
(https://commons.wikimedia.org/wiki/Special:TimedMediaHandler 
<https://commons.wikimedia.org/wiki/Special:TimedMediaHandler>). 
I want to find as many videos associated with dbpedia entries as possible. What 
is the best way to search videos on dbpedia?

The following query on dbpedia core returns only 75 videos:

SELECT (count(*) as ?num) WHERE
{  
 ?dbpediaId dbp:filename ?filename FILTER (regex(str(?filename), 
'.*\\.(ogv|WebM)$')) 
}


 
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
DBpedia-discussion mailing list
DBpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to