@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 "From human experts to machines: An LLM supported approach to ontology and knowledge graph construction ⋆"; ; ; a prov:Entity . dct:subject ; a ; rdfs:comment "This method introduces a comprehensive semi-automated pipeline that leverages open-source LLMs to automate various stages of Knowledge Graph construction, from competency question generation and ontology creation to KG population and evaluation using a judge LLM. The core goal is to reduce human effort and expertise required in building KGs, thus making LLMs agents that directly improve the KG construction task."; rdfs:label "LLM Supported Knowledge Graph Construction Pipeline"; . a ; rdfs:label "Retrieval Augmented Generation" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-26T15:48:25.135Z"^^xsd:dateTime; dct:creator ; npx:hasNanopubType ; rdfs:label "LLM-KG assessment for paper 10.48550/arXiv.2403.08345" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "GE0ym7snQifA3tRE4az8ce9i0frD3Q9+TTQcXrNdkCuOD/ofKwzHpbxdote4ZbyrpTZeHMAzyHvbUVmd5xzB107lBtSYS8K0hvKZ2nnwcCZM/cowodBDH4NHN2PfQ3ibYwHQCWeIvAp9hVgBc+NC+RUgyNYGPA1BptsQRt6OMbjQ4B7oVqmIFZDW77PDMr/3b4Rpq9WaqN42cmr8iuiPh2dSG7At/dqqsfmDsySh6QbA7UKZpGKm7f3Ml+uAbM4Ik93VeNQRB9wkLdlJkNgmewsjl0PQDFtKiA/D55U1Ja0u8rPR8WY28vZVK9OllZpKkCGBI06DCcIZ+XSIlgZtSQ=="; npx:hasSignatureTarget this:; npx:signedBy . }