@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:Cthulhu_Mythos a ; rdfs:label "Shared Universe"; rdfs:subClassOf ; "The Cthulhu Mythos is a shared universe originated by H.P. Lovecraft, consisting of stories that revolve around ancient cosmic deities like Cthulhu. It represents the theme of humanity's insignificance in the vast, indifferent universe."; . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "H. P. Lovecraft - American author (1890–1937)" . nt:hasLabelFromApi "fictional universe - imaginary, typically self-consistent world with its own rules and characters, different from the real world; often used as a background or basis in story telling" . orcid:0009-0001-7260-3463 foaf:name "Robert Neijmeijer" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCeak+TKijoaaispMbVXZ7rthWDqa09Vv+gwdSJMsjEZC0oOVMggPqyqRnDVLH9cBFjbnDBheQvSjRQGbboC5cKiuBypRTghhxe9RQnpi9kLyWnDAqIpvkF9jvz+QUSH7o6gvLkHZsu2wZ04jsFEUCwkZzE3aOxYVhGTLPEegUOKQIDAQAB"; npx:hasSignature "J2HcS4ZHG/NcU3Wfp4kaS3BTkqjHBeD0E8Tg2mWcgizYyY1A8tTXk2QrYwtKMdKZj5/SVhTyuiqy3mITakY3TvuhBcsO/jHO4i8F+03OFbDhKA5VZi/Ev2aXH32f/1kR0MFmHyCEuKDGN/yFp9Q5YcjubbnZK97J9wiF+up3d20="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0001-7260-3463 . this: dct:created "2024-10-06T11:40:40.384Z"^^xsd:dateTime; dct:creator orcid:0009-0001-7260-3463; dct:license ; npx:introduces sub:Cthulhu_Mythos; npx:wasCreatedAt ; rdfs:label "Class: Shared Universe"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }