@prefix this: <http://purl.org/np/RAa_Xx2grKKvdCUR8ALm6vYJo3suxctC9W44WjwkaBze0> .
@prefix sub: <http://purl.org/np/RAa_Xx2grKKvdCUR8ALm6vYJo3suxctC9W44WjwkaBze0#> .
@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:PANGAEA a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "The information system PANGAEA is operated as an Open Access library aimed at archiving, publishing and distributing georeferenced data from earth system research" ;
    rdfs:label "PANGAEA Data Publisher" ;
    rdfs:seeAlso <https://www.pangaea.de/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0156-3556 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "WgBhd29SzXvPbfhoDFcZDldyIFP9wnIgYU86W8V5szKczBc+KHlRxnl9LyOPGJLQUMVJotz6SwMwKk5qi2vFRT0TAIZHhs2KHzVbrZOaZNXa4EYsWjYgLqlIgT97W3y1B6I4PrNSIZ7k9mONapytjsKLahYV6pBvGE93SgApo/M=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-11-02T11:59:13Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PANGAEA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8cc4a476-5018-47a0-92ea-d5b5b37a213e> .
}