@prefix this: <https://w3id.org/np/RA0uHlNsiUO_ok1NB8IJE30xIS46Af49M7lqldqhJNFu0> .
@prefix sub: <https://w3id.org/np/RA0uHlNsiUO_ok1NB8IJE30xIS46Af49M7lqldqhJNFu0/> .
@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.2403.05881> dct:title "KG-Rank: Enhancing Large Language Models for Medical QA with Knowledge Graphs and Ranking Techniques" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#KGRank> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGRank> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "KG-Rank is an augmented LLM framework that integrates a medical Knowledge Graph (KG) with a pipeline of entity extraction, relation retrieval, and novel ranking/re-ranking techniques (Similarity, Answer Expansion, MMR, MedCPT re-ranking). Its purpose is to enhance the factual consistency and reliability of LLMs during the inference stage for long-form medical question answering." ;
    rdfs:label "KG-Rank" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2403.05881> .
}
sub:pubinfo {
  this: dct:created "2026-02-25T16:55:56.123Z"^^xsd:dateTime ;
    dct:creator <https://neverblink.eu/ontologies/llm-kg/agent> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "LuMjmnfoKV1GOziZun1xloTU8rjqm1F2kMOnmsw5qTKi+Q+kXuy3mHQCfpAiXnlf8HwBGxotc0FOuQWnMs9f2LK1dqiviqaKeJLN35FUREdGLFtQwpn3cKQOPWw65yYoQT2aTZN0LACadcbIEJMK3IBiXGxMesD0LQ2uyrSG81NelzyKzfCrshKOPlAD2laBKwTf4a92SYNceWQ8edyX2++XtCzwulhbxX6pk5mkT1oxVv3HjJp4uocjFKGPB136A6SPiv/xaZ5ypL7WpIca4l0TsKoq3jv7MwMFESCsMhaw28tmQPeXNYvqiOS8jmHqbNZ5Qohdc+Ca1oqx+aQKZw==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}