@prefix dc1: .
@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:EU-Login a , fip:Authentication-and-authorization-service,
fip:FAIR-Enabling-Resource;
schema:url ;
;
rdfs:comment "EU Login is the European Commission's user authentication service. It allows authorised users to access a wide range of Commission web services, using a single email address and password.";
rdfs:label "EU Login" .
}
sub:provenance {
sub:assertion dc1:creator orcid:0000-0002-9372-9401 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "nHpB9ji6G090plNHzcggtFEpIWBoY8Oj1QaccjoYUqSMn0wXG0FbtNJjQINUcREGh3/RRKgphiSbpH8D2T3N8JyQw4/jBYTokCsAbDVG1Vc0TF9uG2Rd4gogxzRIIcpqxXIWZDWjtTxK1VrrisbBIZv7wqe+NcJvuQ45Pf39INY=";
npx:hasSignatureTarget this: .
this: dc1:created "2023-03-08T12:16:27Z"^^xsd:dateTime;
dc1:creator ;
dc1:license ;
npx:introduces sub:EU-Login;
prov:wasDerivedFrom .
}