@prefix this: <https://w3id.org/np/RAfL_FRz_UMtHVzb8z1EPAFnaxeHjIXnGn9h6e0zSJSQk> .
@prefix sub: <https://w3id.org/np/RAfL_FRz_UMtHVzb8z1EPAFnaxeHjIXnGn9h6e0zSJSQk#> .
@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:FrankensteinsMonster dct:description "Frankenstein's Monster is a fictional creature from Mary Shelley's 1818 novel Frankenstein. The Monster is pieced together from various human body parts and brought to life by by the scientist Victor Frankenstein. Although initially kind, he turns angry and bitter due to his rejection by society and his creator." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q276453> ;
    rdfs:label "Frankenstein's Monster" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Frankenstein%27s_monster> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-8862-8567 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q276453> nt:hasLabelFromApi "monster - type of fictional creature" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxmMrikzxT/VMk4/8M1L3itqds/VbGYer/grMeHooFAcE8qZTeNeVI7D5Y4r9KySdJ6XM+y8C/GKiN3aUnirkPBqTtjHXGokFJ37Gdlme9x8uKMD4hoIb1xdN0DHH/SOt9wNQb7VUbzikNEQ0U9a5NC4a1K6u1pz4If7tgHEjbpQIDAQAB" ;
    npx:hasSignature "W21I7UWQ8aqgQmwK3GA0KF85d9CV31amCRtPSIgOGZ/MobGqlvgsAxO/HNgu5VzOgviZxoWoOJKrUREpLZ/j61YhsU5U4FgcVZpXmqkvbcMcfkPouQ+7GgZtKde3BrojHkaYulEcy9g2ws8VpK/Yfq9S3Yn47tKPn0P29Sv8CVo=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-8862-8567 .
  this: dct:created "2024-10-04T15:36:35.197Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-8862-8567 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:FrankensteinsMonster ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Frankenstein's Monster" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}