retrieved chunk
- CURIE:
gmeow:retrievedChunk - IRI: https://blackcatinformatics.ca/gmeow/retrievedChunk
- Category: property
- Defined by:
gmeow:slices/graphrag - Box roles: RBox role (What is this?)
A chunk this retrieval returned. Score, rank, and re-ranker attribution ride RDF 1.2 statement annotations on each retrievedChunk triple (gmeow:retrievalScore + the existing provenance annotations).
Structure
Property shape: object property; gmeow:RetrievalEvent -> gmeow:Chunk
Practical Pattern
Use gmeow:retrievedChunk from gmeow:RetrievalEvent to gmeow:Chunk when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Lillith Pipeline
- Source:
slices/extensions/graphrag/examples/lillith-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-pipeline
# --- Retrieval: why did the model see this passage?
ex:retrieval-3 a gmeow:RetrievalEvent ;
gmeow:forQuery "who maintained the build system?" ;
gmeow:againstIndex ex:index-lillith ;
gmeow:retrievedChunk ex:chunk-7 ;
gmeow:atTime "2026-06-02T10:00:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .