@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix 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 .
}
sub:provenance {
sub:assertion dcterms: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: dcterms:created "2022-02-08T15:15:49Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:egi-perun;
prov:wasDerivedFrom .
}