@prefix this: <http://purl.org/np/RAAUdJ7dOf4YIJk8hpseyBdwjxsh6P4rZLVmaWmGauXII> .
@prefix sub: <http://purl.org/np/RAAUdJ7dOf4YIJk8hpseyBdwjxsh6P4rZLVmaWmGauXII#> .
@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:lcnaf a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Library of Congress Name Authority File (NAF) file provides authoritative data for names of persons, organizations, events, places, and titles. Its purpose is the identification of these entities and, through the use of such controlled vocabulary, to provide uniform access to bibliographic resources." ;
    rdfs:label "Library of Congress Name Authority File (LCNAF)" ;
    rdfs:seeAlso <https://id.loc.gov/authorities/names.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3108-3921 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "hNXoNs+6QJxnsnPmTo3QSNJJoI88k/kZ5MbvHJ1bM1M+W0PHV9WyREJCPuDEM4kfc4nYhInLrMpfw6qGafyOCuiA27U99FXpo4wuYruK16RnbTAQYLcZrnysuAjdlhPUCHfPrecxzPMidd+IRdhZ52VelZkCPRedrZ+4IJBUoSE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-17T10:01:40Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:lcnaf ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7a52e394-5cc3-4cbf-90e0-6e77363b696b> .
}