@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:albert-einstein dct:description "In 1921 Albert Einstein was awarded the Nobel Prize in Physics in recognition of his contributions to theoretical physics, in particular for his pioneering discovery of the law of the photoelectric effect."; a , ; rdfs:label "Albert Einstein"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "physicist - scientist who does research in physics" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCf6OMw0ckXRmI1RVz02kdvvMgZUoApOMaTk4JdytR68dgS7HCCZX7Wxk5JoP1TQQ/nZDppGrzx7t5DyvRNOw9VbG3m1kGm0SoGpvdFiTOhgA/DaS0HYSkfqMv6lLux2qFrNS/aeEZCr4qUJKvwpudHo/mAc0jc1DaXmhzWMpG3iwIDAQAB"; npx:hasSignature "gTdPqM+bQLqBgucZP/CBPMz06ScJ2sI+7+mx9t/cicNCIYOZwJzM9hfnf3KjUvxiiV8yHVXA3qcuatgvwA9tgmy4tcy3wfw+f6ccMHIc7cpj2BKrVHxlY18jzoKHG4wuRGtzG3NChAF997huSPK6qqOzMiyOzCA3wk7aGsdwVSs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0001-4859-7083 . this: dct:created "2024-09-30T18:20:36.187Z"^^xsd:dateTime; dct:creator orcid:0009-0001-4859-7083; dct:license ; npx:introduces sub:albert-einstein; npx:wasCreatedAt ; rdfs:label "Albert Einstein"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }