DBpedia Querying: Troubleshooting Composer Data in SPARQL
Milan Dojchinovski Jan Forberg Hi Milan and Jan - thank you for the lovely tutorial! I am playing around with querying dbpedia and using composers as a practice example. For example, pull composer, composition and premier date of composition for e.g. classical music (1750-1820). Examining the examples under OnlineAccess, some things that are confusing me:
- 1.
Filtering in the where cause with ?person dbo:birthPlace :Berlin . causes an error in https://dbpedia.org/sparql, namely, Undefined default namespace prefix at ':Berlin' before '.'. How would that clause be written correctly for the sparql endpoint?
- 2.
dbo:SoccerPlayer returns results, yet dbo:MusicComposer- although defined in the ontology - does not. I am assuming that means no content was tagged with MusicComposer? How could one then find music composers?
Thank you!