@prefix this: <https://w3id.org/np/RAkOZ2wRAG2l1ozdRs8Y9V1SdJ5RFZKnh12JQg0qGLNWQ> .
@prefix sub: <https://w3id.org/np/RAkOZ2wRAG2l1ozdRs8Y9V1SdJ5RFZKnh12JQg0qGLNWQ#> .
@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:Arthur dct:description "Arthur is the protagonist of the light novel The beginning after the end by TurtleMe,  known as a skilled warrior, possessing leadership qualities, and is known for his strength and strategic mind." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q215972> ;
    rdfs:label "Arthur leywin" ;
    rdfs:seeAlso <https://tbate.fandom.com/wiki/Arthur_Leywin> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://www.google.nl/books/edition/The_Beginning_After_The_End/5nXEDwAAQBAJ?hl=en&gbpv=0> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q215972> nt:hasLabelFromApi "protagonist - main character of a creative work" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZHa3Tx2mGipgTf7qAb666c64oww7mv0xDxLZCeAddzSSWqt+Ve+kJtS2O+0hUMG4e9slYeybTCH1T86XDrKKp/3misoP+T0LL+eC2kc3MjeFfoKd4uYbnzFHdhyuhsrj2WKkKMzxXpjVDyP7HXvNQe6Pd1dMJneTcG4bxLTUhKwIDAQAB" ;
    npx:hasSignature "Z0qTO8inzshj60/N9O7+zT1ba3AByfy3eBJ356JB6Z/m3b8tnq6EF3SzqcDNIF7v8qbyQlgjIbKe+BFBJ33Fox4zXqcWC+Tf8YC+xgbFmHSIOLj60Cg2sPC0Oa/JM5SL1b22ER32wqm6nCozUZVuaVXYDkr71DPHSsU+i5je+SA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-9906-5480 .
  this: dct:created "2024-10-06T16:22:08.273Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-9906-5480 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Arthur ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Arthur leywin" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw> .
}