@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://earth.esa.int/concept/2523e793-949e-5efa-a0f0-e7b530f4c2b0>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Earth Remote Sensing Instrument" .

<https://earth.esa.int/concept/7eb92e2a-7b12-56a7-be1a-a71c97778559>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/platforms" ;
        skos:prefLabel  "SMOS" .

<https://earth.esa.int/concept/dc948e0f-27fa-5a02-b8ef-66a5119dec83>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Interferometric Radiometers" .

<https://earth.esa.int/eogateway/tools/smos-data-viewer>
        a          foaf:Document ;
        dct:title  "Earth Online Landing page"@en .

<https://earth.esa.int/concept/1f28500f-88ed-5021-a25a-069f022105df>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Spectrometers/Radiometers" .

<https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer>
        a                       dcat:DataService ;
        dct:description         "The SMOS Data Viewer (SDV) provides a quick and easy way to view SMOS products and the SMOS auxiliary files used for Level 1 and Level 2 product generation. It is also useful for understanding the structure and contents of the products.\n\nSMOS Data Viewer enables a user to decode and display data from SMOS products, display the product contents as images or graphs and export the data to a number of alternative formats.\n\nEase of use is emphasised through its simple Graphical User Interface (GUI), designed for data exploration and visualisation. The tool also allows selected data to be exported to the Interactive Data Language to support more complex analysis.\n\nSMOS Data Viewer can be used on Linux, Mac and Windows operating systems.\n\nThis is an example of the SMOS Data Viewer visualisation capabilities showing, on the left, calibrated visibilities in the interferometric coordinates domain (L1A product) and, on the right, a geolocated image of brightness temperature (L1C product)." ;
        dct:identifier          "eoli-smos-data-viewer" ;
        dct:language            <http://publications.europa.eu/resource/authority/language/EN> ;
        dct:modified            "2023-07-17T09:40:48.752Z" ;
        dct:temporal            [ a               dct:PeriodOfTime ;
                                  dcat:startDate  "2023-10-19T17:00:11.668Z"^^xsd:date
                                ] ;
        dct:title               "SMOS Data Viewer" ;
        dct:type                "http://inspire.ec.europa.eu/metadata-codelist/ResourceType/service" ;
        owl:versionInfo         "version 1.8.5" ;
        dcat:accessURL          "https://earth.esa.int/eogateway/documents/20142/997553/Windows-install.zip" ;
        dcat:contactPoint       [ a                   vcard:Organization ;
                                  vcard:hasAddress    [ a                     vcard:Address ;
                                                        vcard:country-name    "Italy" ;
                                                        vcard:locality        "Frascati" ;
                                                        vcard:postal-code     "00044" ;
                                                        vcard:street-address  "Via Galileo Galilei CP. 64"
                                                      ] ;
                                  vcard:hasName       "ESA/ESRIN"@en ;
                                  vcard:hasTelephone  <tel:+390694180777> ;
                                  vcard:hasURL        <https://earth.esa.int>
                                ] ;
        dcat:keyword            "Earth Explorers" , "Earth Online" ;
        dcat:qualifiedRelation  [ a             dcat:Relationship ;
                                  dct:format    [ a           dct:MediaType ;
                                                  rdfs:label  "application/atom+xml"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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/rdf+xml;profile=\"https://schema.org\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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/geo+json;profile=\"http://www.opengis.net/spec/eopad-geojson/1.0\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?mode=owc" ;
                                  dct:title     "OGC 19-020r1 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/services/items/eoli-smos-data-viewer?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  "application/rdf+xml;profile=\"http://data.europa.eu/930/\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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/rdf+xml"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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  "text/turtle;profile=\"https://schema.org\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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/ld+json"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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  "application/ld+json;profile=\"http://data.europa.eu/930/\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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/geo+json;profile=\"http://www.opengis.net/spec/ogcapi-features-1/1.0\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer" ;
                                  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/html"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?httpAccept=text/html" ;
                                  dct:title     "HTML" ;
                                  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/services/items/eoli-smos-data-viewer?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  "text/turtle;profile=\"http://data.europa.eu/930/\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?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:theme              <https://earth.esa.int/concept/7eb92e2a-7b12-56a7-be1a-a71c97778559> , <https://earth.esa.int/concept/078c291a-c753-5999-b8f1-c63f8cb61232> , <https://earth.esa.int/concept/1f28500f-88ed-5021-a25a-069f022105df> , <https://earth.esa.int/concept/5cda1e1d-7fb8-59c0-8a37-eaceff0ce027> , <https://earth.esa.int/concept/2523e793-949e-5efa-a0f0-e7b530f4c2b0> , <https://earth.esa.int/concept/dc948e0f-27fa-5a02-b8ef-66a5119dec83> , <https://earth.esa.int/concept/bd09a085-0d60-5bad-abe4-a4555e80e9b9> ;
        foaf:isPrimaryTopicOf   [ a               dcat:CatalogRecord ;
                                  dct:conformsTo  "https://joinup.ec.europa.eu/release/geodcat-ap/20" ;
                                  dct:identifier  "https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer" ;
                                  dct:modified    "2023-07-17T09:40:48.752Z" ;
                                  dct:source      <https://fedeo.ceos.org/collections/services/items/eoli-smos-data-viewer?httpAccept=application/vnd.iso.19139-2%2Bxml>
                                ] ;
        foaf:page               <https://earth.esa.int/eogateway/tools/smos-data-viewer> .

<https://earth.esa.int/concept/078c291a-c753-5999-b8f1-c63f8cb61232>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Passive Remote Sensing" .

<https://earth.esa.int/concept/bd09a085-0d60-5bad-abe4-a4555e80e9b9>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Visualisation" .

<https://earth.esa.int/concept/5cda1e1d-7fb8-59c0-8a37-eaceff0ce027>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "MIRAS" .

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