@prefix this: <
https://w3id.org/np/RAe-2Jh8BaDrQI1k4m1WP3ZFuPNS220wZ8FEUjpep0FzM
> .
@prefix sub: <
https://w3id.org/np/RAe-2Jh8BaDrQI1k4m1WP3ZFuPNS220wZ8FEUjpep0FzM/
> .
@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.2409.14556
>
dct:title
"RACOON: An LLM-based Framework for Retrieval-Augmented Column Type Annotation with a Knowledge Graph" ;
<
http://purl.org/spar/cito/describes
> <
https://neverblink.eu/ontologies/llm-kg/methods#Racoon
> ;
<
http://purl.org/spar/cito/discusses
> <
https://neverblink.eu/ontologies/llm-kg/methods#ReFined
> , <
https://neverblink.eu/ontologies/llm-kg/methods#VanillaLlmInference
> ;
a
prov:Entity
.
<
https://neverblink.eu/ontologies/llm-kg/methods#Racoon
>
dct:subject
<
https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference
> ;
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:comment
"RACOON is a framework that uses a Knowledge Graph to augment the context provided to an LLM during the inference stage for Column Type Annotation. It retrieves, processes, and serializes KG knowledge into natural language to form an LLM-augmented prompt, thereby improving the LLM's performance without retraining." ;
rdfs:label
"RACOON" ;
<
https://neverblink.eu/ontologies/llm-kg/hasTopCategory
> <
https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM
> .
<
https://neverblink.eu/ontologies/llm-kg/methods#ReFined
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"ReFinED" .
<
https://neverblink.eu/ontologies/llm-kg/methods#VanillaLlmInference
>
a
<
http://purl.org/spar/fabio/Workflow
> ;
rdfs:label
"Vanilla LLM Inference" .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
<
https://neverblink.eu/ontologies/llm-kg/agent
> ;
prov:wasDerivedFrom
<
https://doi.org/10.48550/arXiv.2409.14556
> .
}
sub:pubinfo
{
this:
dct:created
"2026-02-26T16:06:13.396Z"^^
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.2409.14556" .
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" ;
npx:hasSignature
"KrTWHvEbOrSry8BNNSgeobs9GtrjncxeuqgRMTMfcVw3GOCscnhSR3FAYipMDPn84uadrrpqf5ynVoqd0lBWc+2WDivs0qRwwvVfd0OHSfqjo9D3io4kTZ1WMJWtOMConWHB9okp2cSmLga9T1XgymeIpCq3ehVEUwXAu6tOP6YDnl3phEQ2MxisK7nWfbmD3es65pQZVM1adfcctipqgb6Kru4BSU+EUIXKtzTcYB9636A7l35up1IwI1JaPScjXDR6Uqwt8AswSm6Emeq10Oxadl3lS66+s1NvlinWW8eIZVTNRKEkzEI5ZUbAW+fooDFkwPR+4kfWjHkrqf5Etg==" ;
npx:hasSignatureTarget
this:
;
npx:signedBy
<
https://neverblink.eu/ontologies/llm-kg/agent
> .
}