@prefix void:  <http://rdfs.org/ns/void#> .
@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix os:    <http://a9.com/-/spec/opensearch/1.1/> .
@prefix gsp:   <http://www.opengis.net/ont/geosparql#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix eo:    <http://a9.com/-/opensearch/extensions/eo/1.0/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix geo:   <http://a9.com/-/opensearch/extensions/geo/1.0/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix sru:   <http://a9.com/-/opensearch/extensions/sru/2.0/> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix iana:  <http://www.iana.org/assignments/relation/> .
@prefix owc:   <http://www.opengis.net/ont/owc/1.0/> .
@prefix time:  <http://a9.com/-/opensearch/extensions/time/1.0/> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix atom:  <http://www.w3.org/2005/Atom/> .
@prefix locn:  <http://www.w3.org/ns/locn#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/vnd.iso.19139-2%2Bxml>
        a               dcat:CatalogRecord ;
        dct:conformsTo  [ a          dct:Standard ;
                          dct:title  "ISO19139-2"
                        ] .

<https://gcmd.earthdata.nasa.gov/kms/concept/715d7cf7-0824-4fca-bdd8-1b651953b820>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "EarthCARE CPR" .

<https://earth.esa.int/concept/1a13e04a-e0a5-5139-82f5-8b6f77f7d5e3>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "BBR" .

<https://earth.esa.int/concept/b1e4162a-8c33-5f76-8322-6a63cbdf923b>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "ATLID" .

<https://gcmd.earthdata.nasa.gov/kms/concept/081f9b6e-d0a0-4f1d-ad8a-638189418480>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "EarthCARE MSI" .

<https://gcmd.earthdata.nasa.gov/kms/concept/162e2243-3266-4999-b352-d8a1a9dc82ac>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords" ;
        skos:prefLabel  "EARTH SCIENCE>ATMOSPHERE>CLOUDS" .

<https://gcmd.earthdata.nasa.gov/kms/concept/485824e1-c539-45e6-8262-4e902b8542ed>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "ATLID" .

<https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP>
        a                         dcat:Dataset ;
        dct:description           "This EarthCARE collection contains the following data products:  \r\rLevel 2a: Single-Instrument Geophysical Products  \r\rThese products are derived from individual instrument data onboard EarthCARE. They provide detailed geophysical parameters and properties specific to each instrument's capabilities for example cloud and aerosol properties derived solely from radar or lidar measurements, offering high-resolution insights into atmospheric phenomena.  \r\rLevel 2b: Synergistic Geophysical Products  \r\rLevel 2b products leverage data from multiple EarthCARE instruments to generate comprehensive, synergistic geophysical datasets. By combining measurements from instruments like radar, lidar, and radiometers, these products offer a more integrated view of cloud-aerosol interactions and atmospheric dynamics. Synergistic products provide enhanced accuracy and depth compared to single-instrument outputs, enabling detailed studies of complex atmospheric processes." ;
        dct:identifier            "EarthCAREL2Products_MAAP" ;
        dct:language              <http://publications.europa.eu/resource/authority/language/EN> ;
        dct:modified              "2026-04-09T00:00:00.000Z" ;
        dct:spatial               [ a              dct:Location ;
                                    locn:geometry  "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:lowerCorner>-180.0 -90.0</gml:lowerCorner><gml:upperCorner>180.0 90.0</gml:upperCorner></gml:Envelope>"^^gsp:gmlLiteral , "POLYGON((-180.0 -90.0,180.0 -90.0,180.0 90.0,-180.0 90.0,-180.0 -90.0))"^^gsp:wktLiteral , "{\"type\":\"Polygon\",\"coordinates\":[[[-180,-90],[180,-90],[180,90],[-180,90],[-180,-90]]] }"^^gsp:geoJSONLiteral
                                  ] ;
        dct:temporal              [ a               dct:PeriodOfTime ;
                                    dcat:startDate  "2024-05-28T00:00:00.000Z"^^xsd:date
                                  ] ;
        dct:title                 "EarthCARE ESA L2 Products for the Commissioning Team" ;
        dct:type                  "http://inspire.ec.europa.eu/metadata-codelist/ResourceType/series" ;
        dcat:contactPoint         [ a              vcard:Organization ;
                                    vcard:hasName  "ESA/ESRIN"@en ;
                                    vcard:hasURL   <https://earth.esa.int>
                                  ] ;
        dcat:endpointDescription  "https://fedeo.ceos.org/collections/series/items/EarthCAREL2Products_MAAP/api" ;
        dcat:keyword              "AM__ACD_2B" , "DIF10" , "MSI_COP_2A" , "ATL_ICE_2A" , "CPR_CLD_2A" , "BMA_FLX_2B" , "ATL_ALD_2A" , "EARTH SCIENCE > ATMOSPHERE > CLOUDS" , "MSI_CM__2A" , "AM__MO__2B" , "Radar Altimeters" , "Sun-synchronous" , "ALL_DF__2B" , "Atmospheric Radiation" , "EARTH SCIENCE > ATMOSPHERE > AEROSOLS" , "Aerosols" , "ATL_FM__2A" , "Imaging Spectrometers/Radiometers" , "CPR_APC_2A" , "EARTHCARE_ESA_RESTRICTED_2" , "ATL_CTH_2A" , "AM__CTH_2B" , "ATL_TC__2A" , "EARTH SCIENCE > ATMOSPHERE > ATMOSPHERIC RADIATION" , "RESTRICTED" , "ACM_CAP_2B" , "Clouds" , "EARTH SCIENCE > ATMOSPHERE" , "BM__RAD_2B" , "Atmosphere" , "CPR_CD__2A" , "CPR_FMR_2A" , "ALL_3D__2B" , "ATL_AER_2A" , "CPR_TC__2A" , "ACM_RT__2B" , "Radiometers" , "MSI_AOT_2A" , "Lidar/Laser Sounders" , "AC__TC__2B" , "ACM_COM_2B" , "ATL_EBD_2A" ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/geo+json;profile=\"http://www.opengis.net/spec/eoc-geojson/1.0\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?mode=owc" ;
                                    dct:title     "OGC 17-084r1 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/dif10+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/dif10%2Bxml" ;
                                    dct:title     "DIF-10 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/rdf+xml;profile=\"http://data.europa.eu/930/\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" ;
                                    dct:title     "RDF/XML (GeoDCAT-AP) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/vnd.iso.19139-2+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/vnd.iso.19139-2%2Bxml" ;
                                    dct:title     "ISO 19139-2 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/json"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/json" ;
                                    dct:title     "STAC metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/rdf+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/rdf%2Bxml" ;
                                    dct:title     "RDF/XML metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/ld+json;profile=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/ld%2Bjson;profile=https://schema.org" ;
                                    dct:title     "JSON-LD (schema.org) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/rdf+xml;profile=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/rdf%2Bxml;profile=https://schema.org" ;
                                    dct:title     "RDF/XML (schema.org) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/xml" ;
                                    dct:title     "Dublin Core metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/vnd.iso.19115-3+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/vnd.iso.19115-3%2Bxml" ;
                                    dct:title     "ISO 19115-3 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/atom+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/atom%2Bxml" ;
                                    dct:title     "Atom format" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/ld+json"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/ld%2Bjson" ;
                                    dct:title     "JSON-LD metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "text/turtle;profile=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=text/turtle;profile=https://schema.org" ;
                                    dct:title     "Turtle (schema.org) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/geo+json;profile=\"http://www.opengis.net/spec/ogcapi-features-1/1.0\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP" ;
                                    dct:title     "OGC 17-069r3 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "text/turtle;profile=\"http://data.europa.eu/930/\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=text/turtle;profile=http://data.europa.eu/930/" ;
                                    dct:title     "Turtle (GeoDCAT-AP) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/ld+json;profile=\"http://data.europa.eu/930/\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" ;
                                    dct:title     "JSON-LD (GeoDCAT-AP) metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/vnd.iso.19139+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/vnd.iso.19139%2Bxml" ;
                                    dct:title     "ISO 19139 metadata" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "text/html"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=text/html" ;
                                    dct:title     "HTML" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:theme                <https://earth.esa.int/concept/fc478009-7c76-54af-ba48-64c36705faef> , <https://gcmd.earthdata.nasa.gov/kms/concept/c47f6052-634e-40ef-a5ac-13f69f6f4c2a> , <https://earth.esa.int/concept/1a13e04a-e0a5-5139-82f5-8b6f77f7d5e3> , <https://earth.esa.int/concept/7fd009e9-1286-5ddb-bddf-44503f0e3538> , <https://gcmd.earthdata.nasa.gov/kms/concept/f3c9a235-939d-4898-94f3-3dea5ad187e1> , <https://earth.esa.int/concept/b1e4162a-8c33-5f76-8322-6a63cbdf923b> , <https://gcmd.earthdata.nasa.gov/kms/concept/715d7cf7-0824-4fca-bdd8-1b651953b820> , <https://gcmd.earthdata.nasa.gov/kms/concept/bf66ef8c-acc5-4c2f-b519-db0cbee37c99> , <https://gcmd.earthdata.nasa.gov/kms/concept/162e2243-3266-4999-b352-d8a1a9dc82ac> , <https://gcmd.earthdata.nasa.gov/kms/concept/081f9b6e-d0a0-4f1d-ad8a-638189418480> , <https://earth.esa.int/concept/f235413a-11dc-56cd-a0e0-7b97a0e9f1a3> , <https://gcmd.earthdata.nasa.gov/kms/concept/4ad0c52d-6449-48ff-8678-adc6b2cebcb7> , <https://gcmd.earthdata.nasa.gov/kms/concept/2e5a401b-1507-4f57-82b8-36557c13b154> , <https://gcmd.earthdata.nasa.gov/kms/concept/485824e1-c539-45e6-8262-4e902b8542ed> ;
        prov:wasGeneratedBy       [ a                   prov:Activity ;
                                    prov:startedAtTime  "2024-05-28T00:00:00.000Z" ;
                                    prov:used           <https://earth.esa.int/concept/fc478009-7c76-54af-ba48-64c36705faef> , <https://earth.esa.int/concept/f235413a-11dc-56cd-a0e0-7b97a0e9f1a3>
                                  ] ;
        foaf:isPrimaryTopicOf     [ a               dcat:CatalogRecord ;
                                    dct:conformsTo  "https://joinup.ec.europa.eu/release/geodcat-ap/20" ;
                                    dct:identifier  "https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP" ;
                                    dct:modified    "2026-04-09T01:21:30Z" ;
                                    dct:source      <https://fedeo.ceos.org/collections/EarthCAREL2Products_MAAP?httpAccept=application/vnd.iso.19139-2%2Bxml>
                                  ] .

<https://gcmd.earthdata.nasa.gov/kms/concept/f3c9a235-939d-4898-94f3-3dea5ad187e1>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "BBR" .

<https://gcmd.earthdata.nasa.gov/kms/concept/c47f6052-634e-40ef-a5ac-13f69f6f4c2a>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords" ;
        skos:prefLabel  "EARTH SCIENCE>ATMOSPHERE" .

<https://gcmd.earthdata.nasa.gov/kms/concept/bf66ef8c-acc5-4c2f-b519-db0cbee37c99>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms" ;
        skos:prefLabel  "EarthCARE" .

<https://earth.esa.int/concept/f235413a-11dc-56cd-a0e0-7b97a0e9f1a3>
        a               prov:Entity , skos:Concept ;
        dct:title       "MSI" ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "MSI" .

<https://earth.esa.int/concept/fc478009-7c76-54af-ba48-64c36705faef>
        a               prov:Entity , skos:Concept ;
        dct:title       "EarthCARE" ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/platforms" ;
        skos:prefLabel  "EarthCARE" .

<https://gcmd.earthdata.nasa.gov/kms/concept/4ad0c52d-6449-48ff-8678-adc6b2cebcb7>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords" ;
        skos:prefLabel  "EARTH SCIENCE>ATMOSPHERE>ATMOSPHERIC RADIATION" .

<https://gcmd.earthdata.nasa.gov/kms/concept/2e5a401b-1507-4f57-82b8-36557c13b154>
        a               skos:Concept ;
        skos:inScheme   "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords" ;
        skos:prefLabel  "EARTH SCIENCE>ATMOSPHERE>AEROSOLS" .

<https://earth.esa.int/concept/7fd009e9-1286-5ddb-bddf-44503f0e3538>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "CPR" .
