chunk of

The source information object this chunk segments. Functional: a chunk is cut from exactly one source; re-chunking produces new Chunk individuals, never a re-pointed one.

Structure

Property shape: object property; gmeow:Chunk -> gmeow:InformationObject; functional Sub-property of: gmeow:partOf

Practical Pattern

Use gmeow:chunkOf from gmeow:Chunk to gmeow:InformationObject 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.

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:partOf, gmeow:Chunk, gmeow:InformationObject

Projects To

Profile External Targets
schema-org rdf, schema

Linkages

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

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:chunkOf projection schema-org projects to / <= rdf:type, schema:Claim, schema:appearance, schema:author, schema:text gmeow:mapSchemaGeneratedClaim; confidence 0.8; lossy: modality, veridicality, confidence, standpoint poset, and the reified statement content dropped; verdicts ride as per-review ClaimReview nodes (mapSchemaClaimReview) preserving the data's epistemic shape — attributed stays authored, anonymous stays anonymous, nothing computed; appearance only when the evidence spine is complete

Usage Advice

Use when

Avoid when

How to use

Examples