@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-einsteim dct:description "Albert Einstein is a german scientist in the field of phsiys. He is known for developing the theory of relativity."; a , ; rdfs:label "Albert Einstein"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { nt:hasLabelFromApi "scientist - person who use scientific methods to study in an area of interest" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCf6OMw0ckXRmI1RVz02kdvvMgZUoApOMaTk4JdytR68dgS7HCCZX7Wxk5JoP1TQQ/nZDppGrzx7t5DyvRNOw9VbG3m1kGm0SoGpvdFiTOhgA/DaS0HYSkfqMv6lLux2qFrNS/aeEZCr4qUJKvwpudHo/mAc0jc1DaXmhzWMpG3iwIDAQAB"; npx:hasSignature "nHGwSPYC34/HgxKSa0wHIChGztnzj0+rkQexHtV+fQ942r8NKfbO+GvgD8NEHDXuugsgVaRX+k/Lcai16FlLr2ukVNiVpJbDn6HAtUQBmn2D2sL1k+nfwu6GAaMk9M7SReT7frF/fZK4NuFeK0S37oCuXQhJ6o4UHX1sDRdT7P8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0001-4859-7083 . this: dct:created "2024-09-30T18:07:20.738Z"^^xsd:dateTime; dct:creator orcid:0009-0001-4859-7083; dct:license ; npx:introduces sub:albert-einsteim; npx:wasCreatedAt ; rdfs:label "Albert Einstein"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }