@prefix this: <https://w3id.org/np/RA6n8cNqzUpXj2TdevK3SNbxUs6u1oJoziAEtAyFts3eo> .
@prefix sub: <https://w3id.org/np/RA6n8cNqzUpXj2TdevK3SNbxUs6u1oJoziAEtAyFts3eo#> .
@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:LS-Login <http://schema.org/url> <https://lifescience-ri.eu/ls-login.html> ;
    a fip:Authentication-and-authorization-service , fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource ;
    rdfs:comment "The Life Science Login enables researchers to use their home organisation credentials or community or other identities (e.g. Google, Linkedin, LS ID) to sign in and access data and services they need. It also allows service providers (both in academia and industry) to control and manage access rights of their users and create different access levels for research groups or international projects." ;
    rdfs:label "Life Science Login" ;
    fip:has-description-source <https://lifescience-ri.eu/ls-login.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6301-4248 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "TXpQc6UND5Dbkr8l+X0TPi7BznO21PpSetC6pQCjf7iYAbNdDvuZtH3gY/wyHTOhFWxHH6e/JevghqRmtk37Ja+mo29HzLLXsSWgsJtMkBZ1wvfgkL+1tmDGPSyUvn0FyEZHBULw4eS6W8URiHOyS7909V7gpQokOCF5UnwCMLo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-21T15:06:39Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:LS-Login ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/69badc06-c876-4bcb-a6be-035a969d320e> .
}