SPARQL micro-service wrapping the Macaulay Library Web API to search taxon code(s) corresponding to a taxon name.
prefix schema: prefix dwc: SELECT ?taxonCode WHERE { [] a dwc:Taxon; dwc:scientificName "Delphinus delphis"; schema:identifier ?taxonCode. }