@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:title "LINK-KG: LLM-Driven Coreference-Resolved Knowledge Graphs for Human Smuggling Networks"; ; , , ; a prov:Entity . a ; rdfs:label "CORE-KG" . a ; rdfs:label "GraphRAG" . dct:subject ; "https://github.com/dipakmeher/LinkKG-HS"^^xsd:anyURI; a ; rdfs:comment "LINK-KG is a modular LLM-based framework designed to improve knowledge graph construction from complex legal texts. It leverages a three-stage, LLM-guided coreference resolution pipeline with a type-specific prompt cache and structured prompts for entity and relationship extraction. This method enhances KG tasks by addressing entity discovery, coreference resolution, and relation extraction."; rdfs:label "LINK-KG"; . a ; rdfs:label "LLMLINK" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:24:03.336Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2510.26486" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "XLbu3FSHwUMPWF/JVmMB8OwYGLA6jHmUFxokYvLSjxVukY5Xcmrp5Vh6YOxhdeE7bueyDVJ060Tvq4zF9dga7gb1nXFfWTrkgwYNG3X2AeGvI0RLiPZRHN6iELHIRO28SdPA5gs6R2jz9w6tyFlR7PdQUcCpd6aeEwCB6DO9WdHMoR9Xj/gbxvY5N2ZAHaaLvdnOQfVIJrIEQ+znQtjS5/RSJWd3BOweuoElVw0ppSnYFTZKgpCSCvOiMvoAv/HvzN/QTidhdaG9iLN+FRuIXGtjgB1L94UGwVJqLjiFBU+zQqqk7ix9zTgbgCoBY7GckWSn2YbnYHhn1x08CIrnOA=="; npx:hasSignatureTarget this:; npx:signedBy . }