@prefix this: <https://w3id.org/np/RASxbTVh5l0L5o8IZduJTCjTZyJAlQ6VNq0--s2f9RB4E> .
@prefix sub: <https://w3id.org/np/RASxbTVh5l0L5o8IZduJTCjTZyJAlQ6VNq0--s2f9RB4E/> .
@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.2402.02389> dct:title "KICGPT: Large Language Model with Knowledge in Context for Knowledge Graph Completion" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#Kicgpt> , <https://neverblink.eu/ontologies/llm-kg/methods#KnowledgePrompt> , <https://neverblink.eu/ontologies/llm-kg/methods#TextSelfAlignment> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#ChatgptOneShot> , <https://neverblink.eu/ontologies/llm-kg/methods#ChatgptZeroShot> , <https://neverblink.eu/ontologies/llm-kg/methods#CompGcn> , <https://neverblink.eu/ontologies/llm-kg/methods#Complex> , <https://neverblink.eu/ontologies/llm-kg/methods#Distmult> , <https://neverblink.eu/ontologies/llm-kg/methods#Hake> , <https://neverblink.eu/ontologies/llm-kg/methods#Hitter> , <https://neverblink.eu/ontologies/llm-kg/methods#KgBert> , <https://neverblink.eu/ontologies/llm-kg/methods#MemKgc> , <https://neverblink.eu/ontologies/llm-kg/methods#PretrainKge> , <https://neverblink.eu/ontologies/llm-kg/methods#Rescal> , <https://neverblink.eu/ontologies/llm-kg/methods#Rotate> , <https://neverblink.eu/ontologies/llm-kg/methods#Star> , <https://neverblink.eu/ontologies/llm-kg/methods#StructGpt> , <https://neverblink.eu/ontologies/llm-kg/methods#Transe> , <https://neverblink.eu/ontologies/llm-kg/methods#Tucker> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChatgptOneShot> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ChatGPT one-shot" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChatgptZeroShot> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ChatGPT zero-shot" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CompGcn> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CompGCN" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Complex> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ComplEx" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Distmult> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DistMult" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Hake> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "HAKE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Hitter> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "HittER" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KgBert> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-BERT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Kicgpt> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGCompletion> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "KICGPT is a framework that integrates an LLM with a triple-based KGC retriever to improve Knowledge Graph Completion performance, particularly for long-tail entities. The LLM re-ranks candidate entities provided by the retriever, leveraging its internal knowledge and external KG context to enhance the KG task." ;
    rdfs:label "KICGPT" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#KnowledgePrompt> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "Knowledge Prompt is a novel in-context learning strategy proposed within KICGPT that encodes KG structural knowledge into demonstrations. It guides the LLM to effectively conduct reasoning for the KGC task by providing relevant KG context, thus facilitating a synergized reasoning process." ;
    rdfs:label "Knowledge Prompt" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#MemKgc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MEM-KGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#PretrainKge> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Pretrain-KGE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Rescal> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RESCAL" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Rotate> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RotatE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Star> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "StAR" .
  <https://neverblink.eu/ontologies/llm-kg/methods#StructGpt> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "StructGPT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#TextSelfAlignment> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedKnowledgeRepresentation> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "Text Self-Alignment is a method that uses the LLM via in-context learning to transform raw and obscure KG relation descriptions into more natural and comprehensible text. This process synergizes knowledge representation by making KG information more accessible and aligned with the LLM's understanding." ;
    rdfs:label "Text Self-Alignment" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#Transe> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "TransE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Tucker> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "TuckER" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2402.02389> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:22:03.724Z"^^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.2402.02389" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "fTfz+C0ga0jI7xqIUFGvneDGjxSM6QVXgl3rEVDN0R3K3Ly1KJ+nl2XlZp+8+sIjOdkJRZ37HLeXp+n70G4GvLM9QKcNxM8tcC2/CdWxVX2OOXTeMmcjeemctJdGUXOf9Lhs/AVQN+1YTotu3oe3CKSmA+2/YzjuOkSzCv5BtgckYryCmFeDjnKv+u9fE+22orehteWijqw05+zb9AflReywpB9HCxv5tdoN2PChpDywvoyRWRUmDOurQwQGhf+fTEaDe7Rzh+0AslZdAs3TOAGEe7WjyvOHrAbYveVH8npm9JtsY32pF7zNmff8uTB5yOXWUqoL7elxaopw4u1zmQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}