@prefix this: <https://w3id.org/np/RAh2rxBhVAhitoWrWFc88NGrk2t91GkR7oYGN9REgG4tE> .
@prefix sub: <https://w3id.org/np/RAh2rxBhVAhitoWrWFc88NGrk2t91GkR7oYGN9REgG4tE/> .
@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.2406.01145> dct:title "Dual Reasoning: A GNN-LLM Collaborative Framework for Knowledge Graph Question Answering" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#DualReasoning> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought> , <https://neverblink.eu/ontologies/llm-kg/methods#EmbedKGQA> , <https://neverblink.eu/ontologies/llm-kg/methods#GNNRAG> , <https://neverblink.eu/ontologies/llm-kg/methods#GraftNet> , <https://neverblink.eu/ontologies/llm-kg/methods#GreaseLM> , <https://neverblink.eu/ontologies/llm-kg/methods#KAPING> , <https://neverblink.eu/ontologies/llm-kg/methods#KBBinder> , <https://neverblink.eu/ontologies/llm-kg/methods#KDCoT> , <https://neverblink.eu/ontologies/llm-kg/methods#KVMem> , <https://neverblink.eu/ontologies/llm-kg/methods#NSM> , <https://neverblink.eu/ontologies/llm-kg/methods#QAGNN> , <https://neverblink.eu/ontologies/llm-kg/methods#RoG> , <https://neverblink.eu/ontologies/llm-kg/methods#SRPlusNSM> , <https://neverblink.eu/ontologies/llm-kg/methods#StructGPT> , <https://neverblink.eu/ontologies/llm-kg/methods#ToG> , <https://neverblink.eu/ontologies/llm-kg/methods#TreeOfThought> , <https://neverblink.eu/ontologies/llm-kg/methods#UniKGQA> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Chain-of-Thought (CoT)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#DualReasoning> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "DualR is a novel framework that integrates a GNN-based module for explicit graph reasoning (System 2) with an LLM for knowledge-enhanced answer determination (System 1) in KGQA. It features an LLM-empowered GNN for semantic-aware knowledge exploration and refines extracted reasoning chains into a prompt to guide a frozen LLM, creating a synergistic reasoning process." ;
    rdfs:label "Dual-Reasoning (DualR)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#EmbedKGQA> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "EmbedKGQA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GNNRAG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GNN-RAG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraftNet> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GraftNet" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GreaseLM> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GreaseLM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KAPING> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KAPING" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KBBinder> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KB-Binder" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KDCoT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KD-CoT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KVMem> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KV-Mem" .
  <https://neverblink.eu/ontologies/llm-kg/methods#NSM> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "NSM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#QAGNN> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "QA-GNN" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RoG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RoG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#SRPlusNSM> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SR+NSM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#StructGPT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "StructGPT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ToG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ToG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#TreeOfThought> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Tree-of-Thought (ToT)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#UniKGQA> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "UniKGQA" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2406.01145> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:05:45.307Z"^^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.2406.01145" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "e2YaMrIFJPfYRzly3WoM0RmxJX2vWZ8YJFKt4+yopfARtfKKLsDFG9jZv3xk4/ikCTyVKQYBXJKNI6smAKY4QFkMAsxYL3HKFbhmOWEeEp4W0CGId0hl7+WLIPHdeqMe63ch/4np5aJXm8hyU1FFkRzNrUq1Pur6NP2d4tpUGGBb4BJ1Ndgy7t5k7O3PIMHeXLx/B5RYHFG/f6idsNoR/daeFJC8G/I0x4k1/rs9Q5EqRYmtcTm8kg/tqBqjTM6mlfsMOx+mze49gopyp5SDa1PyStWjKo05ThTAq9A9PncNTYHtyTuWE2ECaAnqHE59Z9Z89lnh9tXaONtO4ocaCQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}