@prefix this: <http://purl.org/np/RAPbPkvyFnB0zf4Y80_RShjNfCZ9VBLQKvIuI9lUfZjnY> .
@prefix sub: <http://purl.org/np/RAPbPkvyFnB0zf4Y80_RShjNfCZ9VBLQKvIuI9lUfZjnY#> .
@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:lcsh a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "Library of Congress Subject Headings has been actively maintained since 1898 to catalog materials held at the Library of Congress. Many other libraries in the United States, Canada, and around the world also use LCSH to provide subject access to their collections.  LCSH includes free-floating subdivisions (topical and form), Genre/Form headings, Children's (AC) headings, and validation strings for which authority records have been created. The content includes name headings (personal and corporate), such as William Shakespeare, Jesus Christ, and Harvard University, and geographic headings that are added as needed to establish subdivisions, provide a pattern for subdivision practice, or provide reference structure for other terms. " ;
    rdfs:label "Library of Congress Subject Headings (LCSH)" ;
    rdfs:seeAlso <https://id.loc.gov/authorities/subjects.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 "a2ejWBHHLz+S2MlCBGaJ92ZknDzhsU/lksnY9z+2tQjhyWaNauUWYYN0zJa+/On0rtxUXhNxraeQd+TjWIJZZncQswl2/dkwD1Blp787aEHX26BvCeaNX5MzFwJxL7fh4/uJbHyED66/HbACeQJP28xzt1+qlMOZNMSV9DUkejU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-17T10:00:49Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:lcsh ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/6d5bdfc7-c4b4-4a33-9ce4-6c306f4d8c24> .
}