@prefix this: <https://w3id.org/np/RAi3-7BjUscGb3eLHOq1fWH2M5_MKQnXgPu7vRUsdJ3ww> .
@prefix sub: <https://w3id.org/np/RAi3-7BjUscGb3eLHOq1fWH2M5_MKQnXgPu7vRUsdJ3ww/> .
@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.2411.17388> dct:title "Can LLMs be Good Graph Judge for Knowledge Graph Construction?" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#GraphJudge> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#IText2KG> , <https://neverblink.eu/ontologies/llm-kg/methods#KGGen> , <https://neverblink.eu/ontologies/llm-kg/methods#PiVe> , <https://neverblink.eu/ontologies/llm-kg/methods#RAKG> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#GraphJudge> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "GraphJudge is a framework designed to enhance Knowledge Graph Construction quality. It employs a closed-source LLM for initial entity-centric text denoising and triple extraction, then fine-tunes an open-source LLM to act as a \"graph judge\" for verifying and filtering the correctness of the extracted triples, addressing issues like noise, domain-specific inaccuracies, and hallucinations in KG construction." ;
    rdfs:label "GraphJudge" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
  <https://neverblink.eu/ontologies/llm-kg/methods#IText2KG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "iText2KG" .
  <https://neverblink.eu/ontologies/llm-kg/methods#KGGen> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "KGGen" .
  <https://neverblink.eu/ontologies/llm-kg/methods#PiVe> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "PiVe" .
  <https://neverblink.eu/ontologies/llm-kg/methods#RAKG> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "RAKG" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2411.17388> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:14:30.837Z"^^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.2411.17388" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "DzN0AgpZlGUDixJwE3RWQIikJ+kovSdr7mj+1ahbZ5qPTNAdu0y080nfe5No4cx+p4hGA7D5UxC1Ei9oELmxdz6i6Ml8fqCeUICBCd2W34+Kexm1bW+1TeQhDJqcokXKPqX9+DUVsNoqxCuv63n3FAZVBCKr2j/QS9S2Xr2KMLnxCm9Ju9sVcarByFoBOliAKTA9kPUbDzI0vAEAca2H7qNqdrVYLa+xAN2dvsM0LiaZKc8DphBPKZ1s5x7AOU+hducbh7zkGmyuQaEY+ZRIvkOk+hpEhIMvvZw2YLob6OgthUo/QEdAkOb2tFuT4XHBigEFP/W88gBOWEHu653TyA==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}