@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 "Ground-Truth Subgraphs for Better Training and Evaluation of Knowledge Graph Augmented LLMs"; ; , , , , , , , ; a prov:Entity . a ; rdfs:label "Dynamic-KGQA" . a ; rdfs:label "Graph-Constrained Reasoning" . a ; rdfs:label "KGQAGen" . a ; rdfs:label "Plan-on-Graph" . a ; rdfs:label "Reasoning on Graphs" . a ; rdfs:label "SR" . a ; rdfs:label "SubgraphRAG" . dct:subject ; a ; rdfs:comment "SynthKGQA is an LLM-powered framework for generating high-quality Knowledge Graph Question Answering (KGQA) datasets. It uses LLMs to propose questions, ground-truth answer subgraphs, seed entities, and SPARQL queries from an existing KG, effectively constructing structured data and associated natural language for KGQA tasks."; rdfs:label "SynthKGQA"; . a ; rdfs:label "Think-on-Graph" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T16:02:06.721Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2511.04473" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "gKM3rnZKMtxOk8xb1lYGM5bf3yVHFYI85ah2EeYnGnBcbYhgZcynBei/UTYhx/RIJ3TECnRgLAjTxajEi4A2wkdcDJqn2VjSocpQfMiFy6xZLLomuI/PIlcAO22ZLp8gSuGH8kfWpFyP39E2jnRfThX2v9fqOHMBvb/F1UTqbZoTak72bFknTiBEsCshYu7oBfdhbk4swHzjY35Nu8P/nMp4VjCfKm5xTmn84x4jtyRAXhvGBAUo/VtrfMazbspjTKTLO5OTsw3GkSHBFBdW18zWnXoXH5CsPLXTrJSn0hikzKJV2Wo81eeQiJbxg58xurYVhRukZnjBRZz+3cCT/A=="; npx:hasSignatureTarget this:; npx:signedBy . }