@prefix this: <https://w3id.org/np/RAcfjver7bazvqgRWNcBnxtfgMBIBV4fyCA5vl1cRm47Y> .
@prefix sub: <https://w3id.org/np/RAcfjver7bazvqgRWNcBnxtfgMBIBV4fyCA5vl1cRm47Y#> .
@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:EMSO-OGS-ERDDAP-LA <http://schema.org/url> <https://nodc.ogs.it/erddap/> ;
    a fip:Authentication-and-authorization-service , fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource ;
    rdfs:comment "A local username/password combination operated by the EMSO OGS ERDDAP data server." ;
    rdfs:label "EMSO-OGS-ERDDAP-LA | EMSO OGS ERDDAP SERVER Local Account" ;
    rdfs:seeAlso <https://nodc.ogs.it/erddap/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5819-7713 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "We34Dd8+T2KtaeGjtrrP8nXgbGu+CXIn/xeBrk9byiKXZTe8rp8egQNFD63lS8RY9lWHCimyEiuaD0HyHlJiTkpHrVUhjhu3obNuKH+r+R8R2lDvMSKGCktSlS+P5bFmrHZcH3bG4IiyBh6ILAZZgAy4D8bVV3xfQ6HSlJ058EM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-17T12:36:33Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EMSO-OGS-ERDDAP-LA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/fe5a8bd9-23ca-4fcb-9c16-7623ed9b2504> .
}