@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/eogateway/tools/gocexml2ascii>
        a          foaf:Document ;
        dct:title  "Earth Online Landing page"@en .

<https://earth.esa.int/concept/03a1a96e-daa1-52e4-ab3f-508cbe9b5cf9>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "SSTI" .

<https://earth.esa.int/concept/21eb10ed-c6e3-5230-b6e2-6bdb8b4a57c3>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Processing" .

<https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii>
        a                       dcat:DataService ;
        dct:description         "The GOCEXML2ASCII parser is a fast and memory-efficient XML to ASCII converter for GOCE Level 2 EGG_NOM and SST_PSO data.\n\nThe parser is very small (source code size about 60 KB, and executable size approximately 30 KB) and fast (about 2.5 minutes for an SST_PSO_2 file).\n\nIt sequentially parses the GOCE products without loading the whole XML structure into the memory, therefore requiring very little memory resources to run.\n\nA date calculator is built-in and the parser also converts the date of satellite position from the original format (year, month, day of month, hour, minute, second) to GPS seconds. This further simplifies data conversion.\n\nGOCEXML2ASCII is a command-line tool, currently running on Linux. A port to Mac is under evaluation.\n\nThe GOCEXML2ASCII software is kindly provided by Matthias Roth, from the Institute of Geodesy, University of Stuttgart." ;
        dct:identifier          "eoli-gocexml2ascii" ;
        dct:language            <http://publications.europa.eu/resource/authority/language/EN> ;
        dct:modified            "2023-07-13T10:01:44.479Z" ;
        dct:temporal            [ a               dct:PeriodOfTime ;
                                  dcat:startDate  "2023-10-19T17:00:11.668Z"^^xsd:date
                                ] ;
        dct:title               "GOCEXML2ASCII" ;
        dct:type                "http://inspire.ec.europa.eu/metadata-codelist/ResourceType/service" ;
        dcat:accessURL          "https://earth.esa.int/eogateway/documents/20142/960595/GOCEXML2ASCII.tgz" ;
        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            "Heritage Missions" , "Earth Explorers" , "Earth Online" ;
        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-gocexml2ascii?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/vnd.iso.19139+xml"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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/ld+json"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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/html"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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-gocexml2ascii?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/services/items/eoli-gocexml2ascii?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/ogcapi-features-1/1.0\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii" ;
                                  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=\"https://schema.org\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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/eopad-geojson/1.0\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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/atom+xml"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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"
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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=\"http://data.europa.eu/930/\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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/rdf+xml;profile=\"http://data.europa.eu/930/\""
                                                ] ;
                                  dct:relation  "https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?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:theme              <https://earth.esa.int/concept/2523e793-949e-5efa-a0f0-e7b530f4c2b0> , <https://earth.esa.int/concept/c048b773-1d6c-5cc3-b658-511365cfaa79> , <https://earth.esa.int/concept/078c291a-c753-5999-b8f1-c63f8cb61232> , <https://earth.esa.int/concept/300c4439-aac5-532b-9ffe-90a6e343dd99> , <https://earth.esa.int/concept/fbd658b1-faf5-5578-9a54-3395de802b32> , <https://earth.esa.int/concept/21eb10ed-c6e3-5230-b6e2-6bdb8b4a57c3> , <https://earth.esa.int/concept/60130ec3-6913-5d82-9fbf-5a3cb3208a6e> , <https://earth.esa.int/concept/a8cb3d4b-f4b2-59ef-9893-47f47406ee3a> , <https://earth.esa.int/concept/bc5654d6-8472-5509-8aa8-550a078dadd6> , <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> , <https://earth.esa.int/concept/03a1a96e-daa1-52e4-ab3f-508cbe9b5cf9> , <https://earth.esa.int/concept/1abfac39-23bf-561f-a765-76da42a79d44> , <https://earth.esa.int/concept/5a643587-a1a8-5c60-9d0e-fe477bd6fe17> ;
        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-gocexml2ascii" ;
                                  dct:modified    "2023-07-13T10:01:44.479Z" ;
                                  dct:source      <https://fedeo.ceos.org/collections/services/items/eoli-gocexml2ascii?httpAccept=application/vnd.iso.19139-2%2Bxml>
                                ] ;
        foaf:page               <https://earth.esa.int/eogateway/tools/gocexml2ascii> .

<https://earth.esa.int/concept/fbd658b1-faf5-5578-9a54-3395de802b32>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Magnetic/Motion Sensors" .

<https://earth.esa.int/concept/1abfac39-23bf-561f-a765-76da42a79d44>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/platforms" ;
        skos:prefLabel  "GOCE" .

<https://earth.esa.int/concept/300c4439-aac5-532b-9ffe-90a6e343dd99>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "GPS" .

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

<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/1589db19-32b2-5945-ad4b-6c3b13713176>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/earth-topics" ;
        skos:prefLabel  "Solid Earth" .

<https://earth.esa.int/concept/a8cb3d4b-f4b2-59ef-9893-47f47406ee3a>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/earth-topics" ;
        skos:prefLabel  "Geomagnetism" .

<https://earth.esa.int/concept/60130ec3-6913-5d82-9fbf-5a3cb3208a6e>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Accelerometers" .

<https://earth.esa.int/concept/c048b773-1d6c-5cc3-b658-511365cfaa79>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Analysis" .

<https://earth.esa.int/concept/bc5654d6-8472-5509-8aa8-550a078dadd6>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "EGG" .

<https://earth.esa.int/concept/5a643587-a1a8-5c60-9d0e-fe477bd6fe17>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/instruments" ;
        skos:prefLabel  "Positioning/Navigation" .
