{
  "@context": "http://www.w3.org/ns/hydra/context.jsonld",
  "@id": "https://api.melding.vlaanderen.be/api/v1/meldingstypes/",
  "@type": "Collection",
  "totalItems": 2,
  "member": [
    {
      "@id": "https://api.melding.vlaanderen.be/api/v1/meldingstypes/1",
      "prefLabel": "Fout",
      "description": null,
      "@type": "https://www.w3.org/2004/02/skos/core#Concept"
    },
    {
      "@id": "https://api.melding.vlaanderen.be/api/v1/meldingstypes/2",
      "prefLabel": "Ontbrekend",
      "description": null,
      "@type": "https://www.w3.org/2004/02/skos/core#Concept"
    }
  ]
}