Group Abstract Group Abstract

Message Boards Message Boards

Data queries of MusicAct: studio albums

Posted 13 hours ago

I'm running an investigation with my students where we're trying to query the Wolfram Knowledgebase to give me a list of data properties associated with a particular (chosen) MusicAct. For example, the number of songs on all of the studio albums produced by "The Offspring". I can get the number of songs for all of the albums, but I am struggling to reduce this to only the studio albums (of "MusicAlbumType" - "MusicAlbum").

The command I have used for retrieving the album song length is below. Any help is much appreciated!

EntityValue[
  EntityValue[Entity["MusicAct", "TheOffspring::7k2n5"], "Albums"], 
  "CanonicalNumberOfSongs"] // EntityList
POSTED BY: Stephen Alderton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard