@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:title "BYOKG-RAG: Multi-Strategy Graph Retrieval for Knowledge Graph Question Answering"; ; , , , ; a prov:Entity . a ; rdfs:label "Agentic Traversal" . dct:subject ; a ; rdfs:comment "BYOKG-RAG is a novel framework that enhances Knowledge Graph Question Answering (KGQA) by synergistically combining LLMs with specialized graph retrieval tools. LLMs generate critical graph artifacts (entities, paths, queries) that are processed by graph tools for linking and retrieval. The retrieved context then enables the LLM to iteratively refine its graph linking and retrieval before generating the final answer."; rdfs:label "BYOKG-RAG"; . a ; rdfs:label "Graph Reranker" . a ; rdfs:label "LLM+graph-query" . a ; rdfs:label "Text-based Retrieval" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T16:22:51.965Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2507.04127" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "tRsihC6O4ke8UzS64jyxaXBFTxsefoRFIQ6EYFvEdRfvHXqiv6PE8X56/AkFtROI6IHhjhdutPOM7nUFMJUXZJ5TYsC87arMenqOzK02WK+8laUAvQTIohFVpZXWgugm3tOtxRKwSsU2GrhI+ds1fz6ZHR98Y1HY9FhWr0Vb3cNH1P+NplNFZBQ2uuyN6a5e90n1sQHp3SypjX08K0ptNPcvGf9jEqFons/46F0XZDzooVW5vj/klg1CNPXhOP/4gZUGugT1OdkPnearyUsh3lQjX3c7/Ly2XHbmkL4LcYHtvRq1s3Hlr6ZyqPXrQ2RPtguN2HX4iVB5PjSM/BfiUA=="; npx:hasSignatureTarget this:; npx:signedBy . }