@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 "A Large Language Model Based Method for Complex Logical Reasoning over Knowledge Graphs"; ; , , , ; a prov:Entity . a ; rdfs:label "BetaE" . a ; rdfs:label "CQD" . a ; rdfs:label "GQE" . a ; rdfs:label "Query2Box" . dct:subject ; a ; rdfs:comment "ROG is a framework designed to improve complex logical reasoning over knowledge graphs using LLMs. It achieves this by decomposing FOL queries, retrieving query-relevant subgraphs, and employing LLM-based chain-of-thought reasoning to answer these queries step-by-step. The method directly enhances a KG task (answering complex logical queries) by leveraging LLM capabilities."; rdfs:label "ROG (Reasoning Over knowledge Graphs with large language models)"; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:20:41.512Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2512.19092" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "PJb54HIiecNaC2sHnjGEqi9bLp478N5aVlACiP+Ik+nrJLtEw/z/lU1LvScK4UiVRD1ZVj7FvHUJ6TwNbKgYQbXuWwquqC+Nj2zs0Ln8r9BYJ7KvHE2QCIOtztEIbLYXyYA0M/n9oSb8/QLfEvsU7ksostpjSBcLhN9ltY3PKzYATdA1+hAWYVOYHQdenEbleq/JglL9OVreH9DJ3pfSwJaRIxA2ZuxAG7RMTpVgv7g0mvKU3tcI4hUr2TXX/OaBJMXD7gn19EVJc9QHcLv91ylEd0JSZMh1bCJTKeZL37ndrsviXHeWYjRJ6a1OhJt+hEmjcAiOrNcOEfA9YvrMIw=="; npx:hasSignatureTarget this:; npx:signedBy . }