@prefix this: <https://w3id.org/np/RAJ0APu147gY8fsKuojHvIg3xgRPpHSm6jwZ6xJqCus08> .
@prefix sub: <https://w3id.org/np/RAJ0APu147gY8fsKuojHvIg3xgRPpHSm6jwZ6xJqCus08/> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:Alexander dct:description "King of Macedon and military commander" ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q83460> ;
    rdfs:label "Alexander the Great" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0007-9883-2006 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q83460> nt:hasLabelFromApi "general - officer of high rank in the armies, and in some nations' air forces, space forces, or marines" .
  orcid:0009-0007-9883-2006 foaf:name "Jasper" .
  this: dct:created "2025-10-12T17:47:42.732Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0007-9883-2006 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Alexander ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:ExampleNanopub ;
    rdfs:label "Alexander the Great" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY , <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate ns1:RAnxJvccrJq_S63P6KP5ujwaLND5mV15iVke03AqVVF-o .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxzGKTCc9DPxskIu9uueC+pyAiAPl2DW8VBYgMYNftGO9MZDAS/PBdvHWYpluAiTU9R4FDtiRdQbTfdKq4/4PFc6SoxfAN91nzOku2+tsvW5rA2RyQvQADdqqOsJRMh9wTa5tRLWiTB97lyBqtKRm9LbddPiPdt2D9hPXdU1+zPXfSbxXfCOyfXIDuKp+oSL38tD8z6i0OxrqSima+e1uuiEhNvp4U8fWaLJ623OZFnpiQ/bAuj4d1jY75EnROfUpSdOgz06KUpNMHjlW8tEvfma6kn0e/jqzSA0a032sXtYfjaQkIn6vTA1TVZtprfeseARuZcyHJfq4cZ3FlUFF7QIDAQAB" ;
    npx:hasSignature "xJJgnADazPQ6sCZwVthRPdgZDxhOONq+vyxKRCPYhnGcv3uo62tN2ZZREzgD1P6m65CCMB52fLdXePQ4PGJ3YISkcvmTDCrd/lBdJZLkRfQsWNeSNf3qOL/hQQyGrQdNHQ8sUBUWfZFJ9QyrtzoRd4aHUycLlbvBEiKhs2I1ZUhcBMTUFpRRfTDqpPV91LD+Cyl2S7ABteK25CDJGuYq2IgOpvbbW8JHkZ2RXYPj10loh0lUSwmLwonqJb/gz33raILNpCcwTDEii+9u8r0ev6xBYiknd8qign1UhILTYCeQXYUYN+ybGleJX7pMlfSYNrZyJnPo/+G0DQiDqaJVXQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0007-9883-2006 .
}