@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 "Wikontic: Constructing Wikidata-Aligned, Ontology-Aware Knowledge Graphs with Large Language Models"; ; , , , , , , ; a prov:Entity . a ; rdfs:label "AriGraph" . a ; rdfs:label "GraphRAG" . a ; rdfs:label "GraphReader" . a ; rdfs:label "HOLMES" . a ; rdfs:label "HippoRAG" . a ; rdfs:label "KGGen" . a ; rdfs:label "ReadAgent" . dct:subject ; "https://github.com/screemix/Wikontic"^^xsd:anyURI; a ; rdfs:comment "Wikontic is a multi-stage pipeline that uses LLMs to construct high-quality, ontology-consistent KGs from unstructured text. It leverages LLMs for candidate triplet extraction, ontology-aware refinement (entity typing, relation validation), and entity normalization/deduplication, which are core KG construction tasks. The integrated multi-hop QA component demonstrates the quality and utility of the constructed KG."; rdfs:label "Wikontic"; . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:53:24.737Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2512.00590" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "J9cJ0hrkvdnd37m39I1ovREIR0t/4kpOVjkBKXnWZuGbzCf2ddWcY5BBQHkFZKTLt0UVhMa1k0ZTgjuPAEHrIj6GaOhEFQggrqKUOH41AFKUMCP8QPfo8+x+TIt1D3eoO1wbNptQ1lIFqZ920l5Uh6zn2daWdnxFFFnOoVpERmu0EW2OJpsogvAIPYRh//chEjThjAPEd0pPq/BUTtO9vUZpLacqdHO1uk9nHA6k9N1je+FKhTZPT99tLcpK3t4f/ARiwwlMtRnW+I+VHLK9x8AfCOhwIHrRpLjSYfngyBI1ba5Rhi5+Sr6ZEGn0KqzucJtwVmJU5YN/ON08knj39Q=="; npx:hasSignatureTarget this:; npx:signedBy . }