@prefix this: <https://w3id.org/np/RAbysaQeUKgDGbiRazwdt7KR-WKlpbz87c-zUql2hiAgI> .
@prefix sub: <https://w3id.org/np/RAbysaQeUKgDGbiRazwdt7KR-WKlpbz87c-zUql2hiAgI#> .
@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 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:BodySnatch dct:description """‘The Body Snatcher’ is a Gothic tale that follows two med students, involved in crimes of grave robbing, in order to keep their anatomy professor supplied with instructional cadavers.

Author: Robert Louis Stevenson
Year: 1884""" ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <https://w3id.org/np/RAb7Ce6DTSqzrnkFcL7fCXAvE_eut4zhvzrS2xN41fJw0#ShortStory> ;
    rdfs:label "The Body Snatcher" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/The_Body_Snatcher> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0007-7316-3344 .
}
sub:pubinfo {
  <https://w3id.org/np/RAb7Ce6DTSqzrnkFcL7fCXAvE_eut4zhvzrS2xN41fJw0#ShortStory> nt:hasLabelFromApi "Short Story - by Ángel" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSXMAwIcthbOuaClLMsPeVro8uynK7ol6dLuKfTd1tEfbCc7m5Bfx5Td0ogSoEPUFeYsr3oR1Dn52FjBZU5JRLh66xwby0lunXmaT3G4Bs3bmHRPZ6rCAsVmicJPyqHXXEVfunTloj2LjtAwA+DY8+Ky2drHvbRa7s6IFfuSpXQQIDAQAB" ;
    npx:hasSignature "UxnWn1DEJ2ViS3BORFhfY12GTHQQDChkbC8XLkS9J4FEOr5+n53fIWw+nD0rSCQc7JKOgYTjOjUVwHq1Dk8UYfhEsHof4zOIF7OiyFsTKX6fzfBv5tb7PDJXzRh2tnGop4PfPXGw8ed6Rx8gNSw4MizcyxsN1/+Dra9nTwytpvI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T16:12:53.845Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0007-7316-3344 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:BodySnatch ;
    a npx:ExampleNanopub ;
    rdfs:label "Individual: The Body Snatcher" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}