That is what I was looking for. 

Thanks

> On Jul 29, 2016, at 2:17 AM, Wojtek Lukasiewicz <woj.lu...@gmail.com> wrote:
> 
> Hello,
> 
> how about asking
> ?page dbo:soundRecording db:1984_Summer_Olympics__1,
> and then just ?page dbo:wikiPageID ?pageID
> 
> or more general
> select ?soundRec ?pageID
> where {
> ?soundRec a dbo:Sound .
> ?page dbo:soundRecording ?soundRec .
> ?page dbo:wikiPageID ?pageID
> }
> 
> Best,
> Wojtek
> 
> On Fri, Jul 29, 2016 at 3:04 AM, Joakim Soderberg 
> <joakim.soderb...@blippar.com <mailto:joakim.soderb...@blippar.com>> wrote:
> Hi,
> 
> Is there a way to find the wikipediaId from an entity of type dbo:Sound, e.g. 
> ?entity a duo:Sound
> 
> For example 1984_Summer_Olympics__1 has the following statements
> 
> 
> dbo:description composed byJohn Williamsfor the 1984 Summer Olympics in Los 
> Angeles and performed by theBoston Pops Orchestra
> dbo:filename    John Williams Olympic Theme.ogg
> dbo:title       "Olympic Fanfare and Theme"
> rdf:type        dbo:Sound
> rdf:type        owl:Thing
> rdf:type        dbo:Document
> rdf:type        dbo:Work
> rdf:type        schema:CreativeWork
> rdf:type        <http://www.wikidata.org/entity/Q386724 
> <http://www.wikidata.org/entity/Q386724>>
> rdf:type        foam:Document
> 
> 
> but no information of an associated wikipedia article.
> ------------------------------------------------------------------------------
> _______________________________________________
> DBpedia-discussion mailing list
> DBpedia-discussion@lists.sourceforge.net 
> <mailto:DBpedia-discussion@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion 
> <https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion>
> 

------------------------------------------------------------------------------
_______________________________________________
DBpedia-discussion mailing list
DBpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to