@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAESutxI_uSzDxudrQsj_lRPGbUyRUVB2M41F8gCEeR88> .
@prefix sub: <http://purl.org/np/RAESutxI_uSzDxudrQsj_lRPGbUyRUVB2M41F8gCEeR88#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:OpenID a fip:Authentication-and-authorization-technique , fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource ;
    rdfs:comment "OpenID Connect 1.0 is an identity layer on top of the OAuth 2.0 protocol. It is supported by several major companies and allows for a REST-like communication between client applications and IdPs." ;
    rdfs:label "OpenID Connect" ;
    skos:exactMatch <https://openid.net/connect/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB" ;
    npx:hasSignature "qYN9tiaYXaIJP9hvpIstjBrA/39K8CDIRlO59IZ8HvuebTYBHbPlOVPbDFi7Fbqyi4U4vrRWaI09Yh0RH2mti/vsaWYwkI4GTNBi3IWIZnsoQ0rv21A2j473I7ts8oMuAZToOO70yztXUb0pvmFcf1bdf+/uPxdoCPXBAZT+YC0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-22T21:36:48.264+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    npx:introduces sub:OpenID ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAWMMyUanP-BtP9YhjIgNp7Ndeju_J8S0JgK-JlO2CSIU> .
}