@prefix this: <https://w3id.org/np/RABURBkg1DLED6HfOlCVZCAu8QPVW4xbOYSgm64pg2Aco> .
@prefix sub: <https://w3id.org/np/RABURBkg1DLED6HfOlCVZCAu8QPVW4xbOYSgm64pg2Aco/> .
@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:MentorCharacter a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "Mentor Character" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q95074> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A Mentor Character is a fictional character who serves as a mentor or guiding figure to another main character within a story" .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://en.wikipedia.org/wiki/Mentor_(role_variant)> .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q95074> nt:hasLabelFromApi "character - fictional human or non-human character in a narrative work of art" .
  orcid:0009-0002-0970-8921 foaf:name "Christina Benopoulou" .
  this: dct:created "2025-10-08T16:23:48.122Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0002-0970-8921 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:MentorCharacter ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Class: Mentor Character" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8 ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJetZMP40rNpwVYsUpYA5_psx-paQ6pf5Gu9iz9Vmwak> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1DUnMa3BC3Nak89+8QqyEZO9yD+7b21vu+iwr3zDI8vZBuwjWRUxph1fXYC2JFDOnA3wxehU663+rABYxn+0wKRusjjoro9aBRpEBCgXSXiJfJTmBFjBvxITxJ5Zm5GoNHaVMj05Mgu05MkfSxAzBKzqvl6+4L1w/SMF+1iECCrBo/ZmvZTl42jG5FwrI8qSrNhlVTO4krHaTj5YX4yMck5gSDFMoEaRvgn50lcUG4BLr35dO0tgbp/emAfOXoNUz6oe4kSn2jmO5fQx1ym738jAN1MZUBWz0JxiFc93Oxk50LgvzyWjqIT1qdypwowDKa498jnyk+gCv6vYfuKxwIDAQAB" ;
    npx:hasSignature "ZmBhoo5Ddv3HaOXxDty49YvnR+vjNrJ5/SyG7A68mlfb7tGo51cM4xmTQytOmLBBRmY6c+AdOywMiQ+2ZxmtlAyVoL5eDKfl24H0CWF4b7Yf0Ga/iq2S0rWIVy2Hnsf3t80ztnDLn/p/VtISjIniYtO1VaQT4CCZ2vn9cPWEeMqFqufaBSJXhN5fywWCSKsbz0aHJa0hchZ5HqHViafzxciV7TNo8A8JsPPrGX8KTcmjTNtHR81OoZFmBZpo19gma5kQdG/90nmYVqTuIfTbr385R1p5lfg0WgxvruMdp7EdX95UNT9w4MSU8HhiCQYwgtS407HXbb/0ij7aDv+k8g==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0002-0970-8921 .
}