{
  "dcat:distribution": [{
    "dcat:mediaType": {
      "rdfs:label": "application/ld+json",
      "@type": "dct:MediaType"
    },
    "dcat:accessURL": "https://fedeo.ceos.org/collections/services/items?httpAccept=application/ld%2Bjson",
    "@type": "dcat:Distribution",
    "dct:title": "Services as JSON-LD (GeoDCAT-AP)"
  }],
  "dct:spatial": {
    "@type": "dct:Location",
    "dcat:bbox": {
      "@value": "POLYGON((-180 -90,-180 90,180 90,180 -90,-180 -90))",
      "@type": "gsp:wktLiteral"
    }
  },
  "@type": "dcat:Dataset",
  "dcat:qualifiedRelation": [
    {
      "dct:relation": "https://fedeo.ceos.org/collections/services?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?httpAccept=application/ld%2Bjson",
      "dct:format": {
        "rdfs:label": "application/ld+json",
        "@type": "dct:MediaType"
      },
      "@type": "dcat:Relationship",
      "dct:title": "Parent as JSON-LD (GeoDCAT-AP)",
      "dcat:hadRole": "https://stacspec.org/def/rel/iana/1.0/parent"
    },
    {
      "dct:relation": "https://fedeo.ceos.org/collections/services?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"
    },
    {
      "dct:relation": "https://fedeo.ceos.org/collections/services",
      "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:identifier": "services",
  "dct:description": "Metadata records representing EO services and applications",
  "@id": "https://fedeo.ceos.org/collections/services",
  "dct:title": "EO services and applications",
  "@context": {
    "dct": "http://purl.org/dc/terms/",
    "gsp": "http://www.opengis.net/ont/geosparql#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "dcat": "http://www.w3.org/ns/dcat#"
  }
}