@prefix this: <https://w3id.org/np/RAbiWmUF_EW4RbZArIz-X1GHDFnYzruCEwKTtja-32mH8> .
@prefix sub: <https://w3id.org/np/RAbiWmUF_EW4RbZArIz-X1GHDFnYzruCEwKTtja-32mH8#> .
@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 {
  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 <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q901> ;
    rdfs:label "Albert Einstein" ;
    rdfs:seeAlso <http://dbpedia.org/resource/Albert_Einstein> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://www.biography.com/scientist/albert-einstein> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q901> 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 <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:albert-einsteim ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Albert Einstein" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw> .
}