måndag 6 november 2017

Wikidata People in SBL with occupation music and no Spotify ID

select distinct  ?Spotify ?person ?death ?personLabel  ?personDescription

   { ?person wdt:P3217 ?SBLID .}
   { ?person wdt:P570 ?death .}
   minus  { ?person wdt:P1902 ?SpotifyID .}
   {?person wdt:P106/wdt:P279* wd:Q639669}
   BIND (URI(CONCAT("https://open.spotify.com/artist/",?SpotifyID)) AS ?Spotify)
   SERVICE wikibase:label { bd:serviceParam wikibase:language "sv","en"}
 }
Order by Desc(?death)

link

Inga kommentarer:

Skicka en kommentar