Re: [Dbpedia-discussion] extracting audios files and intermediate nodes

2016-05-09 Thread Dimitris Kontokostas
Thanks for the feedback Joackim You might also want to take a look at http://commons.dbpedia.org/ you can get all the media files in wikimedia commons which might be also useful for you On Thu, May 5, 2016 at 7:28 PM, Joakim Soderberg < joakim.soderb...@blippar.com> wrote: > Thanks for the

Re: [Dbpedia-discussion] extracting audios files and intermediate nodes

2016-05-05 Thread Joakim Soderberg
Thanks for the explanation Dimitri. My use case is to retrieve as many audio files as possible. The revised solution is: SELECT * WHERE { ?dbpediaId a dbo:Sound . { ?dbpediaId dbo:fileURL ?fileURL } UNION { ?dbpediaId dcterm:format ?format FILTER (regex(str(?format), 'x-midi|ogg'))}

Re: [Dbpedia-discussion] extracting audios files and intermediate nodes

2016-05-05 Thread Dimitris Kontokostas
Hi Joakim, yes indeed contents inside () are stripped in some cases http://mappings.dbpedia.org/server/extraction/en/extract?title=Korn==trix=custom these triples come from different extractors and that is why there is a difference the triples with dbp:filename come from the raw infobox

[Dbpedia-discussion] extracting audios files and intermediate nodes

2016-05-04 Thread Joakim Soderberg
Hi, I am extracting audio files for “Things” but I came across erroneous filenames for some entries. Fore example: SELECT ?audio WHERE { dbr:Korn dbp:filename ?audio } Returns:Korn - Predictable .ogg But the correct filename is: Korn - Predictable (demo).ogg After some