{
  "dcat:dataset": [
    {"@id": "https://fedeo.ceos.org/collections/series"},
    {"@id": "https://fedeo.ceos.org/collections/services"},
    {"@id": "https://fedeo.ceos.org/collections/datasets"}
  ],
  "@type": "dcat:Dataset",
  "dcat:qualifiedRelation": [
    {
      "dct:relation": "https://fedeo.ceos.org/collections?httpAccept=application/ld%2Bjson",
      "dct:format": {
        "rdfs:label": "application/ld+json",
        "@type": "dct:MediaType"
      },
      "@type": "dcat:Relationship",
      "dct:title": "Self as JSON-LD (GeoDCAT-AP)",
      "dcat:hadRole": "http://www.iana.org/assignments/relation/self"
    },
    {
      "dct:relation": "https://fedeo.ceos.org/collections",
      "dct:format": {
        "rdfs:label": "application/json",
        "@type": "dct:MediaType"
      },
      "@type": "dcat:Relationship",
      "dct:title": "Self as JSON",
      "dcat:hadRole": "http://www.iana.org/assignments/relation/alternate"
    },
    {
      "dct:relation": "https://fedeo.ceos.org/collections?httpAccept=text/html",
      "dct:format": {
        "rdfs:label": "text/html",
        "@type": "dct:MediaType"
      },
      "@type": "dcat:Relationship",
      "dct:title": "Self as HTML",
      "dcat:hadRole": "http://www.iana.org/assignments/relation/alternate"
    }
  ],
  "@id": "https://fedeo.ceos.org/collections",
  "@context": {
    "dct": "http://purl.org/dc/terms/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "dcat": "http://www.w3.org/ns/dcat#"
  }
}