@prefix this: <https://w3id.org/np/RA6RUsHuGcVu1_YT3yiX9ao0olTW1fHBu2MAe42QXd2tQ> .
@prefix sub: <https://w3id.org/np/RA6RUsHuGcVu1_YT3yiX9ao0olTW1fHBu2MAe42QXd2tQ/> .
@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.2508.12393> dct:title "MedKGent: A Large Language Model Agent Framework for Constructing Temporally Evolving Medical Knowledge Graph" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#MedKGent> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#MedKGent> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "MedKGent is a novel LLM agent framework designed to construct a temporally evolving medical knowledge graph. It comprises an Extractor Agent (which uses an LLM for relation extraction, sampling-based confidence estimation, and entity enrichment) and a Constructor Agent (which uses an LLM for incremental integration, confidence updates, and conflict resolution), leveraging LLMs to directly improve KG construction tasks." ;
    rdfs:label "MedKGent" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Retrieval-Augmented Generation" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2508.12393> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:31:40.719Z"^^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.2508.12393" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "EqsXrt/AIGMFFG06hOq19ZJxHYaKtbk9nqDDtLvgYFHkjYfVe+F1aN561qnB8xaDsNuRxbmz5cpmAlc9xeBwlECNCnY8hLnxQGl+BHZYid9TwmYEgucSd6DlXMAtMpahze74jT9msfx2h5WHFwNUatzqbcn+0MKastTF9AQv+QmOFVRYNt3rKUVSighFohvkh5bni+NxGmVcXg2AVjPvumaGxIcG3jR7TRXj/Lu9QONUcNVgxG+T474lVa75FaR/PlgJMteKooXOMBDzOGck/DbyECGwlJd9/LovHXaby+7pU6Qsit+saS36N8oTPCJuNwj4Xs/WJet4vx/wDFTxaA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}