@prefix this: <https://w3id.org/np/RAbnSVLY_lHW9TuRbRYFsBD7n0UB-4oLAZtnji7pmI27A> .
@prefix sub: <https://w3id.org/np/RAbnSVLY_lHW9TuRbRYFsBD7n0UB-4oLAZtnji7pmI27A/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:geonetwork_auth a <https://w3id.org/fair/fip/terms/Authentication-and-authorization-service> , <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource> ;
    rdfs:comment "The open source software GeoNetwork for metadata caloguing authetication service" ;
    rdfs:label "GeoNetwork authentication service" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0005-2985-6202 .
}
sub:pubinfo {
  orcid:0009-0005-2985-6202 foaf:name "Giulio Verazzo" .
  this: dct:created "2025-05-22T12:01:07.885Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0005-2985-6202 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Service> ;
    npx:introduces sub:geonetwork_auth ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAN8eXurGJmVsTDkalwv8vnbku1TPdBlTwCuTxC9czDq8> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCCEjPVmr15kJY8Oi8GkxN2cajHAPqmcyHQ1tH0aXXkWXm3MFzOg57+WAL6n4mfDR7rpx+CaNvJRB93wt21lrYqySMqreKQOVLqyu7FbwNM0mfQpsWsa9ltbfPirpTnbjAjQ31ji9G7h9DDdDNyLX1nwj/L3StRfScEin1oUhIVawIDAQAB" ;
    npx:hasSignature "gEvd5q+0BAW5zciqVEyr0eX2lebGrmZhsX890nfFYpP0fyrBtVhlWWb8Wofi7DlmRNnRYb249woKC+/gcRwMYg+6L9qLoFuqbRlauaGdYMOdEe8AjAjLE21/Rn5kAaRSC1gP4CV5ZI+FREMcgzzqDYHwKFg6YDrgOMKEBHdT1sA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0005-2985-6202 .
}