@prefix this: <http://purl.org/np/RAj6MOg9S7ER2t8l9YIqKIKQDk0v25KevBm3hfxnJFtQE> .
@prefix sub: <http://purl.org/np/RAj6MOg9S7ER2t8l9YIqKIKQDk0v25KevBm3hfxnJFtQE#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ESGFrestAPI a fip:Available-FAIR-Enabling-Resource , fip:Communication-protocol , fip:FAIR-Enabling-Resource ;
    rdfs:comment "The ESGF search service exposes a RESTful URL that can be used by clients (browsers and desktop clients) to query the contents of the underlying search index, and return results matching the given constraints. Because of the distributed capabilities of the ESGF search, the URL at any Index Node can be used to query that Node only, or all Nodes in the ESGF system." ;
    rdfs:label "The ESGF Search RESTful API" ;
    rdfs:seeAlso <https://esgf.github.io/esg-search/ESGF_Search_RESTful_API.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4214-2213 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "F7iIazQHJLiLOhJiPPiZHuboUYtJwuVcvfyc2K093dLz5e9zzt8HahlhDH2kl3pXCD3sPcavDuZ4qi4y7qQ1FcqFW4x0/NbKjb71SrECBbfQa0GgBRudgWlG5zbjmbaLzhIh6gCPOePEW3rCb24fprnjd6lLCrz6/hvipPqp7VU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-06T09:53:02Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ESGFrestAPI ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a95a28d8-de29-4184-af0b-ae62872a4517> .
}