@prefix this: <https://w3id.org/np/RA09O8B8Bp2m0xjUYh3ckxW8nxi0whw0kJmq8F5hakf0I> .
@prefix sub: <https://w3id.org/np/RA09O8B8Bp2m0xjUYh3ckxW8nxi0whw0kJmq8F5hakf0I/> .
@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.2601.19447> dct:title "KG-CRAFT: Knowledge Graph-based Contrastive Reasoning with LLMs for Enhancing Automated Fact-checking" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#KgCraft> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#CoGatElectra> , <https://neverblink.eu/ontologies/llm-kg/methods#CofCed> , <https://neverblink.eu/ontologies/llm-kg/methods#Defend> , <https://neverblink.eu/ontologies/llm-kg/methods#FactlLaMA> , <https://neverblink.eu/ontologies/llm-kg/methods#FactlLaMAKnow> , <https://neverblink.eu/ontologies/llm-kg/methods#GenFe> , <https://neverblink.eu/ontologies/llm-kg/methods#GenFeMt> , <https://neverblink.eu/ontologies/llm-kg/methods#GraphCheck> , <https://neverblink.eu/ontologies/llm-kg/methods#GraphFc> , <https://neverblink.eu/ontologies/llm-kg/methods#LDefense> , <https://neverblink.eu/ontologies/llm-kg/methods#MlaRoberta> , <https://neverblink.eu/ontologies/llm-kg/methods#Multivers> , <https://neverblink.eu/ontologies/llm-kg/methods#Pacar> , <https://neverblink.eu/ontologies/llm-kg/methods#ProgramFc> , <https://neverblink.eu/ontologies/llm-kg/methods#SbertFc> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#CoGatElectra> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CO-GAT (ELECTRA)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#CofCed> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "CofCED" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Defend> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "dEFEND" .
  <https://neverblink.eu/ontologies/llm-kg/methods#FactlLaMA> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "FactL-LaMA" .
  <https://neverblink.eu/ontologies/llm-kg/methods#FactlLaMAKnow> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "FactL-LaMA know" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GenFe> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GenFE" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GenFeMt> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GenFE-MT" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraphCheck> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GraphCheck" .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraphFc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "GraphFC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KgCraft> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "KG-CRAFT is a novel method that leverages knowledge graphs to formulate structured contrastive questions. These KG-derived questions guide LLMs during the inference stage of fact-checking, improving their ability to assess claim veracity by providing distilled, evidence-based summaries. The primary goal is to enhance the LLM's performance in automated fact-checking through structured reasoning based on KG information." ;
    rdfs:label "KG-CRAFT" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM> .
  <https://neverblink.eu/ontologies/llm-kg/methods#LDefense> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "L-Defense" .
  <https://neverblink.eu/ontologies/llm-kg/methods#MlaRoberta> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MLA (RoBERTa)" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Multivers> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "MULTIVERS" .
  <https://neverblink.eu/ontologies/llm-kg/methods#Pacar> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PACAR" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ProgramFc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Pro-gramFC" .
  <https://neverblink.eu/ontologies/llm-kg/methods#SbertFc> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "SBERT-FC" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2601.19447> .
}
sub:pubinfo {
  this: dct:created "2026-02-25T16:57:09.428Z"^^xsd:dateTime ;
    dct:creator <https://neverblink.eu/ontologies/llm-kg/agent> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "H1Lh44uKpLtg16ASqXroki6fGEflbYhClnkzjiZF66VwvWouCaFZLO/rxI/i2dALcUNNOLxJhDHJcZnd+R+lkWL8zthbo2y/or7wRqc5XUAt2nNPIb9vfS7jbM4x3iMJ0Copx8vFsMNnunuwM6xQ5T1+rFjacx/YuHe1uTabbNK1trW3rE57A6On8i5019wUi3BWxa9O8q5MgGrY3qIB0UXclFdi7LX1PJc7HuoiuChTeIGJra/Uj7R3OUA2QXEGei+8gV+iflwft2rMIffRDMRxqejIhEl1It8FRG7NCzdNGEyV74aYvhyPg8FQDCrLkLGc2QEjkqxFNrpfymfI5A==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}