@prefix this: <https://w3id.org/np/RA_HjgIiX8KiMkFhXPTKU1K7HrlMQ9jMdM7PmaD2_EMEs> .
@prefix sub: <https://w3id.org/np/RA_HjgIiX8KiMkFhXPTKU1K7HrlMQ9jMdM7PmaD2_EMEs#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:crime_and_punishment dct:description "Crime and Punishment is a novel written by Fyodor Dostoevsky, first published in 1866. It focuses on the moral dilemmas and psychological struggles of Rodion Raskolnikov, a former student who commits a murder." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <https://schema.org/CreativeWork> ;
    rdfs:label "Crime and Punishment" ;
    rdfs:seeAlso <https://dbpedia.org/resource/Crime_and_Punishment> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0003-9619-6537 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRO+uOdgd1LTwMQaAuwEVcuHYb8a/mPpqAz0Hgf3sNQvsZLvoopho0+uNV8xIH6bjZnkA1rxMLO+rfRyfeCaj9PqD7KgfdnHdLHOygD+W3LN6FsLzp74UAz2oJQah4QF3QPt7bZnVqTNvOEAp66HbwsXPirSG0RhMxGspzgET5YwIDAQAB" ;
    npx:hasSignature "T41/+Xb+Py1atVKMhID7v0AO3cUP0iBPlwVjrQf+l9AzKmM1IGkdE7F/Od8FHtrtvmpSPrwJimrsSLPmgTMFd8gNVTOXiOLNeNug/PRByvuAXalKN+TTwImQ7V9ifEtRtMBMHDrI/eCA9d1iZ/lV8VINB1sEuCM+j2icqxpYP4M=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0003-9619-6537 .
  this: dct:created "2024-10-06T17:02:36.930Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0003-9619-6537 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:crime_and_punishment ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Crime and Punishment" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}