@prefix this: <http://purl.org/np/RAd6t6NdoESOhEi4f2MC-yJ-l3ko8za5jjdrBVOdg6BMY> .
@prefix sub: <http://purl.org/np/RAd6t6NdoESOhEi4f2MC-yJ-l3ko8za5jjdrBVOdg6BMY#> .
@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:QLIT <http://schema.org/url> <https://queerlit.dh.gu.se/qlit/v1/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment " The purpose of Queer Literature Indexing Thesaurus (QLIT) is to adequately catalogue Swedish fiction with LGBTQI themes. It is published online as Linked Open Data (LOD) and used with external systems. " ;
    rdfs:label "QLIT | Queer Literature Indexing Thesaurus" ;
    rdfs:seeAlso <https://queerlit.dh.gu.se/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "h01crP787o7Pj7xpid1GLE8Y8GXRmHY0KOnGkD/Jy6oElHkqxhFQ9QHs7Lugk4fzS8y004HvyIWJ6GaLCXd/15gGYjy2ROU2Gn6t5mdHzErdh4C1zB+3AoMBZwbi86zh8RwrfmWK9L7uaiS8Cw92DUpC1ugcQ/a0yumyiU8U6uU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-07-07T10:27:42Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:QLIT ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ab152dac-28bd-4a9e-8374-2c4ec7d9b197> .
}