@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/928b8a23-76af-577f-a572-7a0b8e7600c4>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Web Processing Service" .

<https://earth.esa.int/concept/32862294-7c0b-5bdf-9b13-faf47dfc2177>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Web Coverage Service" .

<https://geoserver.org/>
        a          foaf:Document ;
        dct:title  "GeoServer"@en .

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

<https://earth.esa.int/concept/90d687e5-70e0-5be4-b753-f8f05bd855d4>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Web Feature Service" .

<https://earth.esa.int/concept/a182d6b4-dba5-5a9a-bf37-20552d09b960>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Data Management/Data Handling" .

<https://fedeo.ceos.org/collections/services/items/geoserver>
        a                         dcat:DataService ;
        dct:conformsTo            <http://www.opengis.net/def/serviceType/ogc/wcs> , <http://www.opengis.net/def/serviceType/ogc/wfs> , <http://www.opengis.net/null> ;
        dct:description           "GeoServer is an open source server for sharing geospatial data." ;
        dct:identifier            "geoserver" ;
        dct:language              <http://publications.europa.eu/resource/authority/language/EN> ;
        dct:license               <https://github.com/geoserver/geoserver?tab=License-1-ov-file#readme> ;
        dct:modified              "2013-12-15T16:09:55.511Z" ;
        dct:title                 "GeoServer" ;
        dct:type                  "http://inspire.ec.europa.eu/metadata-codelist/ResourceType/service" ;
        dcat:accessURL            "https://github.com/geoserver/geoserver" ;
        dcat:contactPoint         [ a              vcard:Organization ;
                                    vcard:hasName  "OSGeo"@en ;
                                    vcard:hasURL   <https://www.osgeo.org/about/contact/>
                                  ] ;
        dcat:endpointDescription  [ a         owc:Offering ;
                                    owc:code  <http://www.opengis.net/spec/owc-geojson/1.0/req/wcs>
                                  ] ;
        dcat:endpointDescription  [ a         owc:Offering ;
                                    owc:code  <http://www.opengis.net/spec/owc-geojson/1.0/req/wms>
                                  ] ;
        dcat:endpointDescription  [ a         owc:Offering ;
                                    owc:code  <http://www.opengis.net/spec/owc-geojson/1.0/req/wps>
                                  ] ;
        dcat:endpointDescription  [ a         owc:Offering ;
                                    owc:code  <http://www.opengis.net/spec/owc-geojson/1.0/req/wfs>
                                  ] ;
        dcat:endpointDescription  [ a         owc:Offering ;
                                    owc:code  <http://www.opengis.net/spec/owc-geojson/1.0/req/wmts>
                                  ] ;
        dcat:endpointDescription  [ a             owc:Offering ;
                                    owc:code      <http://www.opengis.net/spec/eopad-geojson/1.0/req/docker/image> ;
                                    owc:contents  [ owc:content  "docker://docker.osgeo.org/geoserver:latest" ;
                                                    owc:type     "text/plain"
                                                  ]
                                  ] ;
        dcat:keyword              "WPS" , "WMS" , "WCS" , "CEOS" , "WFS" , "WMTS" ;
        dcat:qualifiedRelation    [ a             dcat:Relationship ;
                                    dct:format    [ a           dct:MediaType ;
                                                    rdfs:label  "application/atom+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/geo+json;profile=\"http://www.opengis.net/spec/eopad-geojson/1.0\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/geoserver?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/geo+json;profile=\"http://www.opengis.net/spec/ogcapi-features-1/1.0\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver" ;
                                    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  "application/ld+json;profile=\"http://data.europa.eu/930/\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/geoserver?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  "text/turtle;profile=\"http://data.europa.eu/930/\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/rdf+xml"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/rdf+xml;profile=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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/ld+json;profile=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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=\"https://schema.org\""
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?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  "text/html"
                                                  ] ;
                                    dct:relation  "https://fedeo.ceos.org/collections/services/items/geoserver?httpAccept=text/html" ;
                                    dct:title     "HTML" ;
                                    dcat:hadRole  "http://www.iana.org/assignments/relation/alternate"
                                  ] ;
        dcat:theme                <https://earth.esa.int/concept/90d687e5-70e0-5be4-b753-f8f05bd855d4> , <https://earth.esa.int/concept/a182d6b4-dba5-5a9a-bf37-20552d09b960> , <https://earth.esa.int/concept/928b8a23-76af-577f-a572-7a0b8e7600c4> , <https://earth.esa.int/concept/cf08be05-5d56-5f0c-ba18-d7140640ddd3> , <https://earth.esa.int/concept/32862294-7c0b-5bdf-9b13-faf47dfc2177> ;
        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/geoserver" ;
                                    dct:modified    "2023-12-15T16:08:55.511Z" ;
                                    dct:source      <https://fedeo.ceos.org/collections/services/items/geoserver?httpAccept=application/vnd.iso.19139-2%2Bxml>
                                  ] ;
        foaf:page                 <https://geoserver.org/> .

<https://earth.esa.int/concept/cf08be05-5d56-5f0c-ba18-d7140640ddd3>
        a               skos:Concept ;
        skos:inScheme   "https://earth.esa.int/concepts/concept_scheme/tools" ;
        skos:prefLabel  "Web Map Service" .
