@prefix this: <https://w3id.org/np/RADBi_sUWNtkP0Q_f3lf_cfwwnpk2FZrJDb1dbTRB02qw> .
@prefix sub: <https://w3id.org/np/RADBi_sUWNtkP0Q_f3lf_cfwwnpk2FZrJDb1dbTRB02qw#> .
@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:Heisenberg dct:description "A bald, male character portrayed by Bryan Cranston who plays the role of antihero in the television series 'Breaking Bad'" ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q5> ;
    rdfs:label "Walter Hartwell White Sr." ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Walter_White_(Breaking_Bad)> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0000-1951-0279 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q5> nt:hasLabelFromApi "human - any member of Homo sapiens, unique extant species of the genus Homo, from embryo to adult" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCB5J8U1O/NYvPD4FjxqhUSHUAivwJzXqQmO8nQr3hMVvWKIofl3NqaAzzKgY9kiCmuveyCwRwZ2i5BC3b6L5sa6ekks5/bUWLNjqDUcP2EbDB2KTX7o9lPe8L5vitYzfG1k2Zo38sA0SoncNPmFSyq8jOeu5e9/Utp2csh/JoAgQIDAQAB" ;
    npx:hasSignature "LOUmdCPm0IR5ksJzIaAeZcQycbdVh/TLJSV1gKCSdmuiWLuRfWnUD1HzrMQmvp1UFlfuZDLVnDKdxVCr5E39vELkeQm2wt3yz+yPA79dhEVvriU2xjEk3iiLhJMhR6H1x4l9B0F0SSCVtFiYH7ZWQLR0zKiLYSruQhWCi3TID4w=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-10T21:00:43.004Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0000-1951-0279 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Heisenberg ;
    a npx:ExampleNanopub ;
    rdfs:label "Individual: Walter Hartwell White Sr." ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RATtBNB9Rj1cIwxJyoHBgNn8eeIR06m0H6C6RTRVqSy3E> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}