@prefix this: <http://purl.org/np/RAJYG_tH4hslmTRuq_Xg8i2wBFl7yCRRVW6AhIzOyPNZk> .
@prefix sub: <http://purl.org/np/RAJYG_tH4hslmTRuq_Xg8i2wBFl7yCRRVW6AhIzOyPNZk#> .
@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:egi-perun a fip:Authentication-and-authorization-technique , fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource ;
    rdfs:comment "Perun is a user attribute management system, based on membership in Virtual Organizations (VOs) and VO Groups + Subgroups." ;
    rdfs:label "EGI Perun instance" ;
    rdfs:seeAlso <https://perun.egi.eu> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1006-2822 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "mQCbWJmmLGQ8HXGBlLuJHj3qEI5Z4KEYgbV503CCbKmRT/bZHKBkln8CVjtfKI5pTuz4WNHc3k+EIQXLXX5uQNt5yJlb1b3cUpvZne7euAa75FklWSMknyxBISl4/g17BAsB6JuzjyPsyOZsNPQy+PwiAvkTLorfR9qwxYWMGNo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-02-08T15:15:49Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:egi-perun ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/86063291-36d5-4491-bbec-d981ac3aaa35> .
}