@prefix this: <https://w3id.org/np/RAqXQG73uAe6bfT0ZgJ_ok38gQwjjFPEUt0lZPgVjZ2I4> .
@prefix sub: <https://w3id.org/np/RAqXQG73uAe6bfT0ZgJ_ok38gQwjjFPEUt0lZPgVjZ2I4/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.48550/arXiv.2511.17467> dct:title "PersonaAgent with GraphRAG: Community-Aware Knowledge Graphs for Personalized LLM" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#PersonaAgentWithGraphRAG> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#MemBank> , <https://neverblink.eu/ontologies/llm-kg/methods#ReAct> , <https://neverblink.eu/ontologies/llm-kg/methods#ZhangEtAl2024PersonaAgent> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#MemBank> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MemBank" .
  <https://neverblink.eu/ontologies/llm-kg/methods#PersonaAgentWithGraphRAG> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This framework enhances Large Language Models (LLMs) by integrating Knowledge Graphs (KGs) to enable personalized AI agents. The KG stores user interaction histories and community patterns, which a GraphRAG mechanism then retrieves and synthesizes to dynamically generate context-rich prompts for the LLM during its inference stage, thereby improving personalized content generation and decision-making." ;
    rdfs:label "PersonaAgent with GraphRAG" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#ReAct> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ReAct" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ZhangEtAl2024PersonaAgent> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PersonaAgent (Zhang et al. 2024)" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2511.17467> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:12:33.642Z"^^xsd:dateTime ;
    dct:creator <https://neverblink.eu/ontologies/llm-kg/agent> ;
    npx:hasNanopubType <https://neverblink.eu/ontologies/llm-kg/PaperAssessmentResult> ;
    rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2511.17467" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "N2ZnelLvxUApOV/285+4KamZUbfXgnGweYcCAoKHCykQd64nMISGWIRwtUTFsfyoDVQlzGHBmfm5iyw6WRDOIzwlbeHDhiozLkafb6447djSzWuJuFpEDRVqyZH8hcetg16jfx+6A/IzjFYTq9m4NTAR7AhNRSfNtntj6HRN26RFVKKtnBVfQfIq7IITXunXvDP/+7wifqsKMi2n4l0Sk/8UHWADz7Q7SOuLODnmjAucW8wIkkVkWDx2RHpxZ2bQcip+quGGV1y05VB/T1xuMoc5iWsWxHnwwRWGrphdgskJezCeGzozfMdh0EQjw9qgLXl8bVPi4r7XvrraVdOfAQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}