@prefix this: <
https://w3id.org/np/RA4V5XLlEHgVkVtefvq49pM2Hn1VQ8nJkVqwA__5BVwKk
> .
@prefix sub: <
https://w3id.org/np/RA4V5XLlEHgVkVtefvq49pM2Hn1VQ8nJkVqwA__5BVwKk/
> .
@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.2410.11531
>
dct:title
"AGENTiGraph: An Interactive Knowledge Graph Platform for LLM-based Chatbots Utilizing Private Data" ;
<
http://purl.org/spar/cito/describes
> <
https://neverblink.eu/ontologies/llm-kg/methods#AgentiGraph
> ;
<
http://purl.org/spar/cito/discusses
> <
https://neverblink.eu/ontologies/llm-kg/methods#BERTopic
> , <
https://neverblink.eu/ontologies/llm-kg/methods#Graphusion
> , <
https://neverblink.eu/ontologies/llm-kg/methods#SentenceBERT
> ;
a
prov:Entity
.
<
https://neverblink.eu/ontologies/llm-kg/methods#AgentiGraph
>
dct:subject
<
https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning
> ;
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:comment
"AGENTiGraph is a novel multi-agent platform designed to bridge the gap between LLMs and KGs for complex knowledge management tasks. It leverages LLM-based agents (e.g., User Intent Interpretation, Task Planning, Knowledge Graph Interaction, Reasoning, Dynamic Knowledge Integration) to collaboratively interpret user input, conduct multi-step reasoning by interacting with the KG, and even update the KG. This directly aligns with synergized models treating LLMs as agents to interact with KGs to conduct reasoning." ;
rdfs:label
"AGENTiGraph" ;
<
https://neverblink.eu/ontologies/llm-kg/hasTopCategory
> <
https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG
> .
<
https://neverblink.eu/ontologies/llm-kg/methods#BERTopic
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"BERTopic" .
<
https://neverblink.eu/ontologies/llm-kg/methods#Graphusion
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Graphusion" .
<
https://neverblink.eu/ontologies/llm-kg/methods#SentenceBERT
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Sentence-BERT" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
https://neverblink.eu/ontologies/llm-kg/agent
> ;
prov:wasDerivedFrom
<
https://doi.org/10.48550/arXiv.2410.11531
> .
}
sub:pubinfo
{
this:
dct:created
"2026-02-26T16:22:32.944Z"^^
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.2410.11531" .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
npx:hasSignature
"gBwSDXZOVnLWN3rlGm8upjWpHm5hFbcAaJ19ZcmlYF/x5f3f3l5sMbZHiZ5LFjlsJbx+Hcldx5bYMRMFyYsLe843zeO4QHiIeHZXZvVffBEuDl03ZdocrAQ8c6Z4o4/QPKH+06m7zY5Pv8Og4+ecuUcMf1mvUo922ndF15XYrjFWrRdOLhmA4QKK4k3OiMjnt7GTWXcemi3bGKe5kMQ0cyGgm8LT3LS2tPBuJ1XOl9Ch5qkn0y5eM+1M78tff4bdCvu1mui/ylIINHLIIIpziUc7ltgEcT5HKxzZfbkhkagmnfTfU9dMwbWhzkrxmYdHr9Ra6elBYVFwlLg70VeSZw==" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
https://neverblink.eu/ontologies/llm-kg/agent
> .
}