Running
SELECT count(*) WHERE {?s a dbpedia-owl:MovingImage.}

on http://commons.dbpedia.org/sparql
gives you ~50K videos

Associating these with dbpedia.org resource is something we do not support
right now
we plan to do this for images with the help of HPI but nothing planned for
videos atm
@magnus any ideas for this?

On Thu, Jun 23, 2016 at 7:18 PM, Joakim Soderberg <
joakim.soderb...@blippar.com> wrote:

> There are 75,368 videos on wikimedia (
> 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
>
>


-- 
Kontokostas Dimitris
------------------------------------------------------------------------------
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