@prefix this: <https://w3id.org/np/RAG8_qh-EdENdG2KreTmWTCPwnJwcBbbMa2VcH8uUvbpA> .
@prefix sub: <https://w3id.org/np/RAG8_qh-EdENdG2KreTmWTCPwnJwcBbbMa2VcH8uUvbpA/> .
@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.2602.02382> dct:title "ROG: Retrieval-Augmented LLM Reasoning for Complex First-Order Queries over Knowledge Graphs" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#ROG> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#BetaE> , <https://neverblink.eu/ontologies/llm-kg/methods#CQD> , <https://neverblink.eu/ontologies/llm-kg/methods#GQE> , <https://neverblink.eu/ontologies/llm-kg/methods#Query2Box> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#BetaE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "BetaE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CQD> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CQD" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GQE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GQE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Query2Box> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Query2Box" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ROG> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "ROG is a retrieval-augmented framework that combines query-aware neighborhood retrieval from Knowledge Graphs with Large Language Model chain-of-thought reasoning to answer complex First-Order Logic queries. It explicitly decomposes multi-operator queries, grounds each step in compact, retrieved KG evidence, and caches intermediate answer sets. This approach treats the LLM as an agent interacting with the KG to conduct complex, multi-step logical reasoning, thus synergizing both components for enhanced reasoning capabilities." ;
    rdfs:label "ROG" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2602.02382> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:30:03.634Z"^^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.2602.02382" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "kIYYc96dYkYRCadM3zBhqLXO3DYptSohWG0xDzWC+W+m3BWSIbnpPGW7luG2m2alFzplprBDZZgZnETFkE7ug6iVc4bf77VhZrhu3zPYQE0BkmyBcXtcvwoyCvk1iyH6vgAs40t5cERMijkcB42tr3gBZIjdJiuxnb9iQu7r/X6R6o71lUVisd9b7NtVHDp38bW+U0N/y6EtFoPPd8V6P0aXmKAAiIr585BtMS0uz3xK2zD+StxGNTt04ndj/qyVOQqAxniFopYoA+wKKJjYp51Blfd4QduOGybStUmLFU0uRWATLsela5UbGEp/xHReJAfvC8pSB2FELsBPnI8CXA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}