@prefix this: <
https://w3id.org/np/RA9vdMXZHosXDvHRYclGz-5JUn64ZAcOhOldFHimGtJoQ
> .
@prefix sub: <
https://w3id.org/np/RA9vdMXZHosXDvHRYclGz-5JUn64ZAcOhOldFHimGtJoQ/
> .
@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.2507.04127
>
dct:title
"BYOKG-RAG: Multi-Strategy Graph Retrieval for Knowledge Graph Question Answering" ;
<
http://purl.org/spar/cito/describes
> <
https://neverblink.eu/ontologies/llm-kg/methods#ByokgRag
> ;
<
http://purl.org/spar/cito/discusses
> <
https://neverblink.eu/ontologies/llm-kg/methods#AgenticTraversal
> , <
https://neverblink.eu/ontologies/llm-kg/methods#GraphReranker
> , <
https://neverblink.eu/ontologies/llm-kg/methods#LlmPlusGraphQuery
> , <
https://neverblink.eu/ontologies/llm-kg/methods#TextBasedRetrieval
> ;
a
prov:Entity
.
<
https://neverblink.eu/ontologies/llm-kg/methods#AgenticTraversal
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Agentic Traversal" .
<
https://neverblink.eu/ontologies/llm-kg/methods#ByokgRag
>
dct:subject
<
https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGQuestionAnswering
> ;
a
<
http://purl.org/spar/fabio/Workflow
> ;
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" ;
<
https://neverblink.eu/ontologies/llm-kg/hasTopCategory
> <
https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG
> .
<
https://neverblink.eu/ontologies/llm-kg/methods#GraphReranker
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Graph Reranker" .
<
https://neverblink.eu/ontologies/llm-kg/methods#LlmPlusGraphQuery
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"LLM+graph-query" .
<
https://neverblink.eu/ontologies/llm-kg/methods#TextBasedRetrieval
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Text-based Retrieval" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
https://neverblink.eu/ontologies/llm-kg/agent
> ;
prov:wasDerivedFrom
<
https://doi.org/10.48550/arXiv.2507.04127
> .
}
sub:pubinfo
{
this:
dct:created
"2026-02-26T16:22:51.965Z"^^
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.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
<
https://neverblink.eu/ontologies/llm-kg/agent
> .
}