@prefix this: <https://w3id.org/np/RAxzwBf4_kGHe8Lxz2e35Aq_VE4eq-Db27PMt8sNaPThI> .
@prefix sub: <https://w3id.org/np/RAxzwBf4_kGHe8Lxz2e35Aq_VE4eq-Db27PMt8sNaPThI/> .
@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.2510.08966> dct:title "Semantic-Condition Tuning: Fusing Graph Context with Large Language Models for Knowledge Graph Completion" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#semanticConditionTuning> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#adaprop> , <https://neverblink.eu/ontologies/llm-kg/methods#ankge> , <https://neverblink.eu/ontologies/llm-kg/methods#arr> , <https://neverblink.eu/ontologies/llm-kg/methods#boxE> , <https://neverblink.eu/ontologies/llm-kg/methods#cblip> , <https://neverblink.eu/ontologies/llm-kg/methods#cokAdapter> , <https://neverblink.eu/ontologies/llm-kg/methods#compgcn> , <https://neverblink.eu/ontologies/llm-kg/methods#complexE> , <https://neverblink.eu/ontologies/llm-kg/methods#conve> , <https://neverblink.eu/ontologies/llm-kg/methods#cspromKgCd> , <https://neverblink.eu/ontologies/llm-kg/methods#diffusione> , <https://neverblink.eu/ontologies/llm-kg/methods#distmult> , <https://neverblink.eu/ontologies/llm-kg/methods#gptKg> , <https://neverblink.eu/ontologies/llm-kg/methods#hake> , <https://neverblink.eu/ontologies/llm-kg/methods#kgAlpaca> , <https://neverblink.eu/ontologies/llm-kg/methods#kgBert> , <https://neverblink.eu/ontologies/llm-kg/methods#kgFit> , <https://neverblink.eu/ontologies/llm-kg/methods#kgLlama> , <https://neverblink.eu/ontologies/llm-kg/methods#kicgpt> , <https://neverblink.eu/ontologies/llm-kg/methods#kopa> , <https://neverblink.eu/ontologies/llm-kg/methods#maGnn> , <https://neverblink.eu/ontologies/llm-kg/methods#mkgl> , <https://neverblink.eu/ontologies/llm-kg/methods#mukdc> , <https://neverblink.eu/ontologies/llm-kg/methods#nbfnet> , <https://neverblink.eu/ontologies/llm-kg/methods#pathcon> , <https://neverblink.eu/ontologies/llm-kg/methods#pkgc> , <https://neverblink.eu/ontologies/llm-kg/methods#rotate> , <https://neverblink.eu/ontologies/llm-kg/methods#simKgc> , <https://neverblink.eu/ontologies/llm-kg/methods#ssqrLlama2> , <https://neverblink.eu/ontologies/llm-kg/methods#tcra> , <https://neverblink.eu/ontologies/llm-kg/methods#transe> , <https://neverblink.eu/ontologies/llm-kg/methods#transh> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#adaprop> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "AdaProp" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ankge> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "AnKGE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#arr> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ARR" .
  <https://neverblink.eu/ontologies/llm-kg/methods#boxE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "BoxE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#cblip> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CBLiP" .
  <https://neverblink.eu/ontologies/llm-kg/methods#cokAdapter> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CoK-Adapter" .
  <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#complexE> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ComplEx" .
  <https://neverblink.eu/ontologies/llm-kg/methods#conve> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "ConvE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#cspromKgCd> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CSProm-KG-CD" .
  <https://neverblink.eu/ontologies/llm-kg/methods#diffusione> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "DiffusionE" .
  <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#gptKg> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GPT-KG" .
  <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#kgAlpaca> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-Alpaca" .
  <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#kgFit> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-FIT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#kgLlama> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KG-LLaMA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#kicgpt> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KICGPT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#kopa> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KoPA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#maGnn> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MA-GNN" .
  <https://neverblink.eu/ontologies/llm-kg/methods#mkgl> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MKGL" .
  <https://neverblink.eu/ontologies/llm-kg/methods#mukdc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MuKDC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#nbfnet> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "NBFNet" .
  <https://neverblink.eu/ontologies/llm-kg/methods#pathcon> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PathCon" .
  <https://neverblink.eu/ontologies/llm-kg/methods#pkgc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PKGC" .
  <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#semanticConditionTuning> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedKnowledgeRepresentation> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "Semantic-Condition Tuning (SCT) proposes a novel framework for deep integration of KGs and LLMs for Knowledge Graph Completion. It features a Condition-Adaptive Fusion Module which acts as a KG fusion module, performing a feature-level affine transformation on the LLM's input embeddings based on a graph-derived semantic condition. This module is jointly trained with the LLM, thereby creating a unified, knowledge-infused representation that aligns with the SynergizedKnowledgeRepresentation category." ;
    rdfs:label "Semantic-Condition Tuning" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#simKgc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SimKGC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ssqrLlama2> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SSQR-LLaMA2" .
  <https://neverblink.eu/ontologies/llm-kg/methods#tcra> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "TCRA" .
  <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#transh> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "TransH" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2510.08966> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:32:06.976Z"^^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.2510.08966" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "N6rjj0Je2RHkuGIzVOsGS4Qxli+SxZstiNuVZsjXysqgzKRlyACV0oRLYrye+kTq3/oifMJMf6tD1YCMjtEajWVfd0KxKyyb94/1xQCZPbJB05Sv6gEkuYuhhDJt7TSjFSFJNeeN0+e7OdjXRSDsyMkT00eUIOd/f6hpNPtQJOFk5qDEc6tA4xK8BSD6EgmhyYSCYCgUWHdovGTFaDhJwU8VWAszrF4cwrhECaPDMYPPEcYz23TX2sVlpZJX5mw3fIlsYE2/V3b24ElaBzkMkJL2gcW4XTjSvFViW4RRpS4ucQTBTVw/1r80fUIeb6J7WwFHzck+Ld4RnZzogXNHQw==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}