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 /dae07883-d739-4f78-adad-ed1e17ac089a/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "@id": "http://purl.org/gbifnorway/id/dae07883-d739-4f78-adad-ed1e17ac089a",
    "@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": "Salvia merjamie",
    "dwc:catalognumber": "O-DP-18283/2-D",
    "dwc:basisofrecord": "MaterialSample",
    "dc:isPartOf": {
        "label": "NHMO DNA Bank Vascular plants collection",
        "id": "https://gbif.org/dataset/e73369d9-fa93-47f9-932c-e101b6dd8507",
        "gbif-dataset-type": "OCCURRENCE"
    }
}