@prefix this: <https://w3id.org/np/RAjru4ZJop1kL6BOep7sAiPY48NlYEuOff7GkBIiXy-h4> .
@prefix sub: <https://w3id.org/np/RAjru4ZJop1kL6BOep7sAiPY48NlYEuOff7GkBIiXy-h4#> .
@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:EHN-ERDDAP-LA <http://schema.org/url> <https://erddap.hfrnode.eu> ;
    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 European High Frequency Radar Node ERDDAP data server." ;
    rdfs:label "EHN-ERDDAP-LA | European High Frequency Radar Node ERDDAP Local Account" ;
    rdfs:seeAlso <https://erddap.hfrnode.eu> .
}
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 "HhPHUD+biQwTBup+XlJCEAUh/cpS4r+MB/wt4CSMZ82ZeXXEUvA6ba27bxN4CuidmAQpPBj2n9UcHvHawyQnh9UBcMB1pdVnbki5Vr6fwIVAT3pchMdQFw+E99/376UHqcfsV2g7fmaEQ0vJkakUMQawEgRLuL1wmla5HYxPq1g=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-03-21T17:49:53Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:EHN-ERDDAP-LA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c55425ad-d7ce-4635-9454-037f0ebe86df> .
}