@prefix this: <https://w3id.org/np/RAdzrwqknhWEx6Ra_jHzGEM-G_Kn1EHCSas2Vrskknw-8> .
@prefix sub: <https://w3id.org/np/RAdzrwqknhWEx6Ra_jHzGEM-G_Kn1EHCSas2Vrskknw-8/> .
@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.14326> dct:title "medIKAL: Integrating Knowledge Graphs as Assistants of LLMs for Enhanced Clinical Diagnosis on EMRs" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#MedIKAL> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#BATGNN> , <https://neverblink.eu/ontologies/llm-kg/methods#CoT> , <https://neverblink.eu/ontologies/llm-kg/methods#DrKnows> , <https://neverblink.eu/ontologies/llm-kg/methods#GraphChainOfThought> , <https://neverblink.eu/ontologies/llm-kg/methods#HyKGE> , <https://neverblink.eu/ontologies/llm-kg/methods#ICP> , <https://neverblink.eu/ontologies/llm-kg/methods#KGRank> , <https://neverblink.eu/ontologies/llm-kg/methods#MindMap> , <https://neverblink.eu/ontologies/llm-kg/methods#RAMEHR> , <https://neverblink.eu/ontologies/llm-kg/methods#REALM> , <https://neverblink.eu/ontologies/llm-kg/methods#ScCoT> , <https://neverblink.eu/ontologies/llm-kg/methods#ToG> , <https://neverblink.eu/ontologies/llm-kg/methods#ToT> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#BATGNN> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Bidirectional Attention-enhanced Graph Neural Network" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CoT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Chain-of-Thought" .
  <https://neverblink.eu/ontologies/llm-kg/methods#DrKnows> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DR.KNOWS" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraphChainOfThought> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Graph Chain-of-Thought" .
  <https://neverblink.eu/ontologies/llm-kg/methods#HyKGE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "HyKGE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ICP> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ICP" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGRank> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-rank" .
  <https://neverblink.eu/ontologies/llm-kg/methods#MedIKAL> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "The medIKAL framework integrates LLMs and KGs through a multi-step collaborative reasoning process. It begins by allowing LLMs to perform an initial diagnosis, whose results are then merged with KG search outcomes using a residual network-like approach. The KG further refines candidate diseases via path-based reranking, and its knowledge is specifically reconstructed into a semi-structured format. Finally, LLMs engage in collaborative reasoning with this reconstructed KG knowledge using a fill-in-the-blank prompt, thereby combining the strengths of both systems for enhanced clinical diagnosis." ;
    rdfs:label "medIKAL" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#MindMap> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MindMap" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RAMEHR> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RAM-EHR" .
  <https://neverblink.eu/ontologies/llm-kg/methods#REALM> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "REALM" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ScCoT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Self-Consistency with Chain-of-Thought" .
  <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#ToT> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Tree-of-Thought" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2406.14326> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:01:42.825Z"^^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.14326" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "HD7EcoFvrSWldH1Mk8pPuNNW03Y68+qVxMPd4Dlq0B+PZRretBRgc2yQqLkBTup8OHm8Ml/modbSFAXKonaYM4p1RWphzsocuthdLd75MwurykebaSACQnzX+A4LxiFbmmCaB00+Uml1wt9JmhMTZWoCHub6TUBnKTo0+s/lVEemSqlTJDrMlFjeglx2VXMGxmVftAdEhTcQT8ugjm79KvoOpdcGfiJ9M1WGgB9Q704wHi9geGIMS5iVXzZL41Kr6x4YRSNUhqZw+aD0uDHCrD3xyoKlpIOoTT5cpR2eeU5reIgHC7fTjOSwoKhMg31Ujkxc2CxarM/st/HxJ+t0PQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}