@prefix this: <https://w3id.org/np/RA9uMGaKylEfjGcpHgWtINxgTqm5ewgLDD847aHv9WRDc> .
@prefix sub: <https://w3id.org/np/RA9uMGaKylEfjGcpHgWtINxgTqm5ewgLDD847aHv9WRDc#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ULCN a <https://w3id.org/fair/fip/terms/Authentication-and-authorization-service> , <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource> ;
    rdfs:comment "Every member of staff at Leiden University is given a ULCN account. You can use this ULCN account to log in to your computer, the wifi network and various other ICT systems." ;
    rdfs:label "ULCN | ULCN-account" ;
    rdfs:seeAlso <https://www.staff.universiteitleiden.nl/ict/ulcn-account> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4182-7560 .
}
sub:pubinfo {
  orcid:0000-0002-4182-7560 foaf:name "Kristina Hettne" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNRY+XQupJzQf9CyuI3/nPbXPBvBUnmhTPmcRzkndf2UR6pp5q+T+9xpB+7/hEWDr1IG25QxhCP0ZCQfAuXYhKcXboCzuWqw7Xw5bOXk31HYiogezYFVOpophOpoivkO0zXAu5CNTdB7+va3lWHWkHAL4yxcQdEzN0j/0SJrKgkwIDAQAB" ;
    npx:hasSignature "OwFzcZHtqjRkNeWcDpa6oIopCj8l2QyCxo/WmbxFZKdKFtCVwgYGCRWwjywSQGBPVcWM/nfe8ae9bsYZfiaTf8huTuUj3pmIhX+qN3svr7tJdC5TgB7rbFuopPCeW8FtEfvdu/vQ/gMxTAFX+29RSNJ3WPgzcH3rnhUWQtyUQ3A=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-4182-7560 .
  this: dct:created "2024-05-31T14:43:36.293Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-4182-7560 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource> , <https://w3id.org/fair/fip/terms/FAIR-Supporting-Service> ;
    npx:introduces sub:ULCN ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RArN5FLenxFCIfUzFYL_fT_E92_j5ibGhpwIzKjgj6Wzw> .
}