SPARQL micro-service wrapping the Macaulay Library Web API to search audio recordings by Macaulay's taxon code.
prefix schema: SELECT ?audio ?audioFile ?description WHERE { ?taxon a dwc:Taxon; schema:identifier "t-11034463"; schema:audio ?audio. ?audio a schema:AudioObject; schema:contentUrl ?audioFile; schema:description ?description. }