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 /urn:catalog:O:L:14/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "@id": "http://purl.org/gbifnorway/id/urn:catalog:o:l:14",
    "@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": "Anaptychia ethiopica",
    "dwc:catalognumber": "14",
    "dwc:basisofrecord": "Preservedspecimen",
    "dc:isPartOf": {
        "label": "Lichen herbarium, Oslo (O) UiO",
        "id": "https://gbif.org/dataset/7948250c-6958-4a29-a670-ed1015b26252",
        "gbif-dataset-type": "OCCURRENCE"
    }
}