@prefix this: <https://w3id.org/np/RA5vXBGI6vH7eemjUtgTgnLL6CPHczJ7WafGDK6tU7egE> .
@prefix sub: <https://w3id.org/np/RA5vXBGI6vH7eemjUtgTgnLL6CPHczJ7WafGDK6tU7egE#> .
@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 {
  <http://www.wikidata.org/entity/Q4653> sub:enjoy sub:investigation .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0008-6211-4421 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q4653> nt:hasLabelFromApi "Sherlock Holmes - fictional character (consulting detective) created by Sir Arthur Conan Doyle" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvebAnmXeRQQkMMhE5halmBqwgCbd+N+4b7TWiHTWpUTmy92c6jFbNP6y0t9dcnQPn6myFpopH/21/ahBninffwT9fhweyrGJ+0AqJX+e9JeZHM2wG4jIbDu6azCXa5jHvgBpzwzaKkZ27QZ3cuSokuwicXQ+Lf+y3EcbX2zO8DQIDAQAB" ;
    npx:hasSignature "QA+xSL6gsT//h58TSznfgUViQEfFv4vz1uiFrbGaEyRWRKqhEz9KWTPfNxFE0oQ02Gyj3hHw01jB83DppLgV06QtXaD1oZC3+V1BV3a481Vc07oyBfqGdBid8jS7smheTDDOkiV/Ihqmhpw3YrwTUU/w5Axxq+b7hjMHxSIeNkU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0008-6211-4421 .
  this: dct:created "2024-10-06T10:14:19.012Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0008-6211-4421 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://www.wikidata.org/entity/Q18616576> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Sherlock Holmes - enjoy - investigation" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA95PFSIiN6-B5qh-a89s78Rmna22y2Yy7rGHEI9R6Vws> .
}