GBIF Norway's resolver provides data published to gbif.org by Norwegian publishers. Query by appending e.g.
`?scientificname=Galium+odoratum` to filter on scientific name. Add '_add_counts=true' to return the result count (not performant).

GET /008910013040037/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "@id": "http://purl.org/gbifnorway/id/008910013040037",
    "@context": {
        "dc": "http://purl.org/dc/elements/1.1/",
        "dwc": "http://rs.tdwg.org/dwc/terms/",
        "owl": "https://www.w3.org/tr/owl-ref/",
        "rdf": "https://www.w3.org/tr/rdf-schema/"
    },
    "rdf:type": "rs.tdwg.org/materialsample",
    "dwc:scientificname": "Rossia palpebrosa",
    "dwc:catalognumber": "008910013040037",
    "dwc:basisofrecord": "MaterialSample",
    "dc:isPartOf": {
        "label": "imr_mareano_beamtrawl",
        "id": "https://gbif.org/dataset/99006141-bf02-4821-8e6e-5818a1cbf70a",
        "gbif-dataset-type": "OCCURRENCE"
    }
}