@prefix this: <https://w3id.org/np/RAv2n1n6Kuv_KVRNS5ZcdeRG8lU4rmGwAiofRgZ30kxls> .
@prefix sub: <https://w3id.org/np/RAv2n1n6Kuv_KVRNS5ZcdeRG8lU4rmGwAiofRgZ30kxls#> .
@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 ns1: <http://purl.org/np/> .
@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:Shannon dct:description "Claude Elwood Shannon (April 30, 1916 – February 24, 2001) was an American mathematician, electrical engineer, computer scientist and cryptographer known as the \"father of information theory\" and as the \"father of the Information Age\"." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q901> ;
    rdfs:label "Claude Shannon" ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Claude_Shannon> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0000-1696-4195 .
}
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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZOsL292T6vrk1I31r+bTa8g/stpgl5C3MfpMTsFed6hAAcIW/2TEs2hBoj3tn/qNNEZ9hkL40nlQLnp5RPMzvTgatHWEEqJcDJ1sICi/8uFoV9F/Bdw8VqjlqKy+K/4e1grrSmMUDbanRVcS7Ek4eghvG9rBokI0e/kUOjHlLoQIDAQAB" ;
    npx:hasSignature "HmFE45v2+uQIKO40pNZeee7SDkwcCpKWLpoNZSIuZHkUa7k8g5SWA2urq4JJCaQpY7BTRPHvOWj5x1RoL4yFcD8qGSUsddF5a99t0tK1/GYkGJ6BMRC0G6mKY+fDAdiKDu9f8fQr/+24TnRqezJxWtqEwghBCsgfLscRThxZ8v4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0000-1696-4195 .
  this: dct:created "2024-10-01T09:37:37.044Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0000-1696-4195 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Shannon ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Claude Shannon" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}