Nanopublication

< Home

ID

https://w3id.org/np/RAkwaK9tDGztpGAc2VQb7LXPti8JfIj0kKnJRtAAq1BHM

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAkwaK9tDGztpGAc2VQb7LXPti8JfIj0kKnJRtAAq1BHM> .
@prefix sub: <https://w3id.org/np/RAkwaK9tDGztpGAc2VQb7LXPti8JfIj0kKnJRtAAq1BHM/> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://doi.org/10.48550/arXiv.2602.05512> a prov:Entity;
    dct:title "A Human-in-the-Loop, LLM-Centered Architecture for Knowledge-Graph Question Answering";
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#HumanInTheLoopLLMCenteredArchitectureForKGQA>;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#KGRAGWithGNNEmbeddings>,
      <https://neverblink.eu/ontologies/llm-kg/methods#KGRAGWithLinearizedTriples> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#HumanInTheLoopLLMCenteredArchitectureForKGQA>
    a <http://purl.org/spar/fabio/Workflow>;
    dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning>;
    rdfs:comment "This framework introduces an interactive, LLM-centered architecture for Knowledge Graph Question Answering. It leverages LLMs to generate, explain, and iteratively refine Cypher graph queries through natural language feedback from users. This approach facilitates a synergized reasoning process by treating LLMs as agents that interact with KGs to conduct auditable and transparent reasoning, enhancing accessibility and control for non-experts.";
    rdfs:label "A Human-in-the-Loop, LLM-Centered Architecture for Knowledge-Graph Question Answering";
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KGRAGWithGNNEmbeddings> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KG-RAG with GNN Embeddings" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KGRAGWithLinearizedTriples> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KG-RAG with Linearized Triples" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent>;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2602.05512> .
}

sub:pubinfo {
  this: dct:created "2026-02-26T16:19:53.558Z"^^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.05512" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "LsMOy/QIk/iy+vlkAmQ78GIuZ9XULs+NezkdInppOI8HWl2WegLO8hsJ1qqgT/fSFoDVUfx++p5clY0rH/Z3SQGlMaa/LCJ7OSsK/S/chV0AbrHwH1KIAPf9fHrtjnaWslyCpTCMhnVtK8QHzuhIDC3LtvKBKTb0sbqj8uGW1hB2horYau8Yd8fqRwvR6f8/xdti7tmcCP5Un2ZQUVLnsJkTK+A/odyMS1GGK4jA8czQROcayolaf/vkZ4Bz6iCNH9w+5KFLOZzUHpDU7uxspQC8CZjYXDFAfWH4ssXIjQNjnPbLQL3SWmLlbYyk5u0F0DWA5w1eGaRePDZpzgdS4g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}