Nanopublication

< Home

ID

https://w3id.org/np/RAXd5gpYYXSIqXDilE49b2uxi2hdHSFAsDNhev3zGOunE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXd5gpYYXSIqXDilE49b2uxi2hdHSFAsDNhev3zGOunE> .
@prefix sub: <https://w3id.org/np/RAXd5gpYYXSIqXDilE49b2uxi2hdHSFAsDNhev3zGOunE/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfg: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@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.2601.01844> a prov:Entity;
    dct:title "Clinical Knowledge Graph Construction and Evaluation with Multi-LLMs via Retrieval-Augmented Generation";
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#ClinicalKnowledgeGraphConstructionAndEvaluationWithMultiLLMsViaRAG>;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#CLR2G>,
      <https://neverblink.eu/ontologies/llm-kg/methods#COVIDKG>, <https://neverblink.eu/ontologies/llm-kg/methods#CancerKGORG>,
      <https://neverblink.eu/ontologies/llm-kg/methods#EMERGE>, <https://neverblink.eu/ontologies/llm-kg/methods#GatorTronRAG>,
      <https://neverblink.eu/ontologies/llm-kg/methods#HybridJSON>, <https://neverblink.eu/ontologies/llm-kg/methods#KALA>,
      <https://neverblink.eu/ontologies/llm-kg/methods#KnowGL>, <https://neverblink.eu/ontologies/llm-kg/methods#KnowGPT>,
      <https://neverblink.eu/ontologies/llm-kg/methods#MedRAG>, <https://neverblink.eu/ontologies/llm-kg/methods#Reflexion>,
      <https://neverblink.eu/ontologies/llm-kg/methods#TruthfulQA>, <https://neverblink.eu/ontologies/llm-kg/methods#WebLens> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#CLR2G> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "CLR2G" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#COVIDKG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "COVIDKG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#CancerKGORG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "CancerKG.ORG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#ClinicalKnowledgeGraphConstructionAndEvaluationWithMultiLLMsViaRAG>
    a <http://purl.org/spar/fabio/Workflow>;
    dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction>;
    rdfs:comment "This method proposes an end-to-end framework for constructing and evaluating clinical knowledge graphs from free-text using a multi-agent LLM pipeline and a schema-constrained Retrieval-Augmented Generation (KG-RAG) strategy. It primarily leverages LLMs for entity discovery, attribute extraction, relation identification, ontology mapping, semantic encoding, and multi-LLM consensus validation, all contributing to the construction and refinement of knowledge graphs.";
    rdfs:label "Clinical Knowledge Graph Construction and Evaluation with Multi-LLMs via Retrieval-Augmented Generation";
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#EMERGE> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "EMERGE" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#GatorTronRAG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "GatorTron-RAG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#HybridJSON> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Hybrid.JSON" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KALA> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KALA" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KnowGL> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KnowGL" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KnowGPT> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "KnowGPT" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#MedRAG> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "MedRAG" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#Reflexion> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Reflexion" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#TruthfulQA> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Truth-fulQA" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#WebLens> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "WebLens" .
}

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

sub:pubinfo {
  this: dct:created "2026-02-26T16:23:25.096Z"^^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.2601.01844" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "JQYl4YP05nWZRWC4pfLqunF4dQAfrx+hRfjGHg3JHw0+q/nglw79ddLfyGbB9xv1Atjwz7pLIoDeah/wVQ8VFaota49GChoTp0lIyN3DpD1XVgggofa/JuNLV0MeU8mHDKq3r6QQoNHfZolVf+qc164ipJNY6lO+xt1PzRlrkoyMuVzmvmOOhWYR7SrG/z07/oX8VyVdY81ZsAZPllCvKsUmpfrCrk0zTd6xZaHYJOBWvpevOHc5Dsi8Ix0W5TJG/Dcb7bEhUFXsXZnhvzvBBINoa9n+N/mt5ezNdrkFLMdaUrFEXwaQ4wGWDToWXypYiDp+ANu/ugA09IeHP2Iz7Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}