chunk of
- CURIE:
gmeow:chunkOf - IRI: https://blackcatinformatics.ca/gmeow/chunkOf
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
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
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-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
- Source:
slices/core/epistemics/examples/flagship-epistemic-ledger.ttl - Examples catalog: open in catalog#example-slices-core-epistemics-examples-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
- Use to bind a
gmeow:Chunkto the single source information object it was cut from — the parthood seam that makes 'where in the source?' answerable.
Avoid when
- Avoid pointing one chunk at two sources (it is functional — a different cut is a new
Chunk) and avoid using it for the chunk's evidence pin (that isgmeow:spanOfChunk, span-into-chunk, not chunk-into-source).
How to use
- Assert exactly one
gmeow:chunkOfperChunk; it specializesgmeow:partOf, so generic part/whole consumers read the segmentation by inheritance while gmeow:spanStart/spanEnd carry the exact offsets.
Examples
- ex:c1
gmeow:chunkOfex:doc.