@prefix this: <https://w3id.org/np/RAZK0YisdFtrxRuubXzQ7gqYFh3pqarzWkJ4PepyP2R9A> .
@prefix sub: <https://w3id.org/np/RAZK0YisdFtrxRuubXzQ7gqYFh3pqarzWkJ4PepyP2R9A/> .
@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.2404.04264> dct:title "Logic Query of Thoughts: Guiding Large Language Models to Answer Complex Logic Queries with Knowledge Graphs" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#logicQueryOfThoughts> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#lark> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#lark> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "LARK" .
  <https://neverblink.eu/ontologies/llm-kg/methods#logicQueryOfThoughts> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "Logic-Query-of-Thoughts (LQOT) is a novel method that integrates LLMs and fuzzy logic-based Knowledge Graph Question Answering (KGQA) to answer complex logic queries. It achieves mutual enhancement by having LLM outputs augment KG fuzzy logic reasoning to address incompleteness, and KGQA results refine LLM outputs to mitigate hallucination, within an iterative subquestion answering framework. The method synergizes reasoning processes by allowing LLMs to interact with and be guided by KG query structures and vice-versa." ;
    rdfs:label "Logic-Query-of-Thoughts (LQOT)" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2404.04264> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T15:41:27.908Z"^^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.2404.04264" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "Dj3kv0Wbr7AMZOZIQL/2/13dHBt5Z4QoP0RckneVA/5oymJoHFUsP9sDB1rTCe4DMMEwVc7/ePB8Y/cWul3iKYmWnvrTt5KjDR7wV+8SoHIWjr8WgV1PQZ+NzYORLX4+Zjmnp6lJD/+6w1vcgul/ovJWebDHNSn+m+gZGcRPxjF4bOvCsXZAbjJOyfimmqHI4kj/R5X3INvfE5k4b28M4KnKNQs34fm+lR9b/sykykMS2bSyS3WyhfBGUW806WtgsowJy0svGY7nQpl7ZTnKTWdRLTR/zfTe9wLrAHeh5RWzFP0graelP6JQULoE927LPN372JNiffGRRoFFO0Z6DQ==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}