Chunk

A contiguous segment of a source information object, produced by a chunking step for retrieval — the unit a retrieval returns, a model reads, and an evidence span pins into. Located in its source by gmeow:chunkOf + gmeow:spanStart/gmeow:spanEnd and content-addressed via the EXISTING gmeow:contentDigest (sources slice), so 'which exact bytes did the model see?' is answerable after the fact.

Structure

Subclass of: gmeow:InformationObject

Practical Pattern

Use gmeow:Chunk as a specialized kind of gmeow:InformationObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Grounded Claim

ex:chunk-042 a gmeow:Chunk ;
    gmeow:chunkOf ex:handbook ;
    gmeow:spanStart "18200"^^xsd:nonNegativeInteger ;
    gmeow:spanEnd "18950"^^xsd:nonNegativeInteger ;
    gmeow:contentDigest "blake3:1a2b3c4d5e6f708192a3b4c5d6e7f8091a2b3c4d5e6f708192a3b4c5d6e7f809" .

Flagship Epistemic Ledger

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/epistemics/flagship/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:chunk1 a gmeow:Chunk ;
    rdfs:label "retrieved chunk containing the meeting date"@en ;
    gmeow:chunkOf ex:source1 ;
    gmeow:spanStart 142 ;
    gmeow:spanEnd 186 .

Common Companion Terms

gmeow:InformationObject

External Equivalences

Equivalent or closely aligned targets: oa

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Chunk equivalence - skos:relatedMatch oa:TextPositionSelector gmeow-ai.sssom.tsv; gmeow:eqAi015; confidence 0.5

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
relatedMatchoa:TextPositionSelector