@prefix this: <
https://w3id.org/np/RAx-qMYwWLHmnP2IJFwgHhO044_yEIPULo-WMG7hjXDGs
> .
@prefix sub: <
https://w3id.org/np/RAx-qMYwWLHmnP2IJFwgHhO044_yEIPULo-WMG7hjXDGs/
> .
@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.2403.08345
>
dct:title
"From human experts to machines: An LLM supported approach to ontology and knowledge graph construction ⋆" ;
<
http://purl.org/spar/cito/describes
> <
https://neverblink.eu/ontologies/llm-kg/methods#LLMSupportedKGConstructionPipeline
> ;
<
http://purl.org/spar/cito/discusses
> <
https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration
> ;
a
prov:Entity
.
<
https://neverblink.eu/ontologies/llm-kg/methods#LLMSupportedKGConstructionPipeline
>
dct:subject
<
https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction
> ;
a
<
http://purl.org/spar/fabio/Workflow
> ;
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" ;
<
https://neverblink.eu/ontologies/llm-kg/hasTopCategory
> <
https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG
> .
<
https://neverblink.eu/ontologies/llm-kg/methods#RetrievalAugmentedGeneration
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Retrieval Augmented Generation" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
https://neverblink.eu/ontologies/llm-kg/agent
> ;
prov:wasDerivedFrom
<
https://doi.org/10.48550/arXiv.2403.08345
> .
}
sub:pubinfo
{
this:
dct:created
"2026-02-26T15:48:25.135Z"^^
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.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
<
https://neverblink.eu/ontologies/llm-kg/agent
> .
}