@prefix this: <https://w3id.org/np/RAXoncXltdPU5bZxnoLPr5F-S8q70yLeHI6eXtb3FHyns> .
@prefix sub: <https://w3id.org/np/RAXoncXltdPU5bZxnoLPr5F-S8q70yLeHI6eXtb3FHyns#> .
@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:Anthony-Hopkins dct:description "Anthony Hopkins is a highly acclaimed Welsh actor, known for his powerful performances and versatility across film and television." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q5> ;
    rdfs:label "Anthony Hopkins" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-4296-4479 .
}
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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9lCKYQoYbK6UEGucZpv+TO5w2ImgDeFDL+2ctPguATvAD8XgwerDiah/co7lAO2PTkbtYstCFRwGN1GWKjeLsl8ijrw4Bawi4AUq0GZwMKxifENK4TIysZbcfwDybu+YNW1e8sYAC76s5IHMXBYrF/7GM/2jvPzTvZ7NzptzcJQIDAQAB" ;
    npx:hasSignature "eLBnSUXkpGVpB0eWk5earHQlHdC+DxlHARXrpC7soxKtmNlBzWKp/9ly/6FdcATGNyrBYWjmIAvCVc2Q21KsJ/rnuKAWXPo+kISmWoRFlpfiuSvWv8Gqaru7VyCJZKhSDNIZEo03a4Ftoh+WnEixfxegqmHnUBbYZZZatoV3eEg=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0001-4296-4479 .
  this: dct:created "2024-10-06T17:59:19.812Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-4296-4479 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Anthony-Hopkins ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Anthony Hopkins" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}