Nanopublication

< Home

ID

https://w3id.org/np/RABTh6r58uXeKXx-GxV1gAan-TGqahFoDCnmz6cTD50Mg

Formats

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

Content

@prefix this: <https://w3id.org/np/RABTh6r58uXeKXx-GxV1gAan-TGqahFoDCnmz6cTD50Mg> .
@prefix sub: <https://w3id.org/np/RABTh6r58uXeKXx-GxV1gAan-TGqahFoDCnmz6cTD50Mg/> .
@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.2507.10630> a prov:Entity;
    dct:title "Enhancing the Capabilities of Large Language Models for API calls through Knowledge Graphs";
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#KG2data>;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#Chat2data>,
      <https://neverblink.eu/ontologies/llm-kg/methods#RAG2data> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#Chat2data> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "Chat2data" .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#KG2data> a <http://purl.org/spar/fabio/Workflow>;
    dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference>;
    rdfs:comment "KG2data is a system that integrates knowledge graphs, LLMs, ReAct agents, and tool usage to improve the accuracy and robustness of LLM API calls in knowledge-intensive domains like meteorology. It uses the KG as a long-term memory module for the LLM-driven agent, providing domain-specific knowledge during the inference stage to overcome LLM's limitations without retraining.";
    rdfs:label "KG2data";
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  
  <https://neverblink.eu/ontologies/llm-kg/methods#RAG2data> a <http://purl.org/spar/fabio/Workflow>;
    rdfs:label "RAG2data" .
}

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

sub:pubinfo {
  this: dct:created "2026-02-26T16:30:15.165Z"^^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.2507.10630" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "JzaCES56muBM0HLwLoG8qfpjea3R6ykH/RoOgQcTVm6FbWoINnpnr78dLR62GC+vPmIFbSqSfrlEuFlIU1uYnL4XVZpfZ6NoadPbtH3/kUTyHbRKpR9DlIYOlyjpJw2sd5+Qc/JwVc3YQc4Sjb1lQxjDkYe91kpdghFhRZmgADBK+Reb1+pZrrWnsXfIrmZp4FMhF5dto18TAIMBeRnMBYDxe5WXnxMpA/AiuWiGZEtWoc7tUVvINIi3AP/I9nDIfA1EWtSbwU/AkfCSMANEjx9CDzxzFShHW/7WmIenUBdzcwCG3Eb1geRR4tIxKpTdUwo6d5M41nZUpwmmc2Lfyg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}