@prefix this: <https://w3id.org/np/RAxFl1gfEyv9ZLWWxds-cUdEUSG2bXZ_JZWImRhvUMlMQ> .
@prefix sub: <https://w3id.org/np/RAxFl1gfEyv9ZLWWxds-cUdEUSG2bXZ_JZWImRhvUMlMQ/> .
@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 {
  <http://www.wikidata.org/entity/Q937> a <http://www.wikidata.org/entity/Q169470> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-9394-8637 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q169470> nt:hasLabelFromApi "physicist - scientist who does research in physics" .
  <http://www.wikidata.org/entity/Q937> nt:hasLabelFromApi "Albert Einstein - German-born theoretical physicist" .
  this: dct:created "2025-10-08T13:54:31.802Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-9394-8637 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Albert Einstein is a physicist" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWcbb3lRQZNYrCYo1uUfxHF1p6apBUW9hTeJRoHrqYZQ> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA43L6CYSngkSX1r4wDtwDfXO98D3B8WHhnMQqYUeGAvJtMAMcNQEj3kziJkGwQ8xCjZy0SP/+nm9Q0Qay+7NVnW2zWfAglH7a8bwSlRAmEZq9h4DQIa81UtR7LG2OKhEF2uYBze/CRoww+1LbebZhL4li2BJYjQeNCvnBQbCAX71Sr1nUtQU2qKKkNdTyoEa31w1hFxBS9hb9oIxev+f9BvSOKfAjkuJC5suoqtJfmpeBItvtYos4misyCfHs8+ylv59sB7rAaw7mmY7WFgVWotGuE/PmRlz2gT6OgfTm7c4Aww85i0K7QXr6Kv8ycrxJ8IRzawatdtZZg461FaLJowIDAQAB" ;
    npx:hasSignature "34z+tzii6Z3hfywkmI168u/mCpm6PXtRVkkI+EtSg+HpNE0U7xiziQ/3VbSxx3NTvbiMZGcEs2mZ4BWjBimpFdljkXKZkRYAT5oCSzeTwFNbxdZU/FEfrRcQBatrYe8kvnGm4ygeMHI0sUoAukUZA5QZ8F5OJ9T9KvwbRE34Ftw3xK66K8uMnP1vpJuPN2XYIdzUBO6qddhWUfEGi1S6kz39xf7T7NiToDjZq8z7St8QhLeOn3R7DTdQsR7JH0F4NTLhHO4yqFd0JWfcHmW1o07CJAERcEJscrL+s7lc+byT9bOXTIvhahdi3B6giZHmf7wi8YmDU82paJLINttmqQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-9394-8637 .
}