@prefix this: <https://w3id.org/np/RA7TQ8hLxkdou5TPCZkfivO8lkVszXK_5nyQIGG4npHDE> .
@prefix sub: <https://w3id.org/np/RA7TQ8hLxkdou5TPCZkfivO8lkVszXK_5nyQIGG4npHDE/> .
@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.2511.17012> dct:title "Supervised Fine-Tuning of Large Language Models for Domain-Specific Knowledge Graph Construction: A Case Study on Hunan's Historical Celebrities" ;
    <http://purl.org/spar/cito/describes> <https://neverblink.eu/ontologies/llm-kg/methods#ZhaoEtAl2025HunanCelebrityKGConstruction> ;
    <http://purl.org/spar/cito/discusses> <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought> , <https://neverblink.eu/ontologies/llm-kg/methods#InstructUIEFramework> , <https://neverblink.eu/ontologies/llm-kg/methods#SelfInstructFramework> ;
    a prov:Entity .
  <https://neverblink.eu/ontologies/llm-kg/methods#ChainOfThought> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Chain-of-Thought" .
  <https://neverblink.eu/ontologies/llm-kg/methods#InstructUIEFramework> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "InstructUIE framework" .
  <https://neverblink.eu/ontologies/llm-kg/methods#SelfInstructFramework> a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:label "Self-Instruct framework" .
  <https://neverblink.eu/ontologies/llm-kg/methods#ZhaoEtAl2025HunanCelebrityKGConstruction> dct:subject <https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction> ;
    a <http://purl.org/spar/fabio/Workflow> ;
    rdfs:comment "This method proposes a supervised fine-tuning approach for Large Language Models to enhance information extraction for domain-specific Knowledge Graph construction. It involves defining a fine-grained schema, constructing an instruction fine-tuning dataset, and employing LoRA for parameter-efficient fine-tuning of LLMs. The fine-tuned LLMs are then used to extract structured entities, relations, and properties from text to build a Knowledge Graph." ;
    rdfs:label "ZhaoEtAl2025HunanCelebrityKGConstruction" ;
    <https://neverblink.eu/ontologies/llm-kg/hasTopCategory> <https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://neverblink.eu/ontologies/llm-kg/agent> ;
    prov:wasDerivedFrom <https://doi.org/10.48550/arXiv.2511.17012> .
}
sub:pubinfo {
  this: dct:created "2026-02-26T16:12:23.643Z"^^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.2511.17012" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
    npx:hasSignature "e+79LAQyxN8NErFIgM+wvX+zsafTzgmu7eXBIsy0BExPBgJJvHJXhMUXhMBhtGnCH+7nvjv++BHEReQ1p1H0okJqFxId/A8DNLXW2Uo8uPQLhOCLZvJ5DPYT/Soh6m3M6b5EHt9DbHsyoHnKO199+opEWEBYIUqgOYNT/pWcwKKvRa83yGcTCHAeCS8c7C5rwypnvcomxcXv+s7hSMDVdG9Kmq8Eej2F0CrLqODgJaL8zoHDUVYT6Eo/qqaiYx9CXH+LRDF2KdZQnUem4/blqm8LA0zsdr9zrdA+czvEA54EbXYJMN+88e3NcEWhf3oDEcMfTiVhAYVE3FyqkwxeOg==" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy <https://neverblink.eu/ontologies/llm-kg/agent> .
}