span of chunk
- CURIE:
gmeow:spanOfChunk - IRI: https://blackcatinformatics.ca/gmeow/spanOfChunk
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The retrieved chunk this evidence span pins into — the retrieval-substrate seam of the existing evidence layer. With gmeow:spanStart/spanEnd (and the citations slice's quote selectors), the exact evidentiary bytes are recoverable and re-anchorable.
Structure
Property shape: object property; gmeow:EvidenceSpan -> gmeow:Chunk; functional
Practical Pattern
Use gmeow:spanOfChunk from gmeow:EvidenceSpan 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.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
ex:span-close-2200 a gmeow:EvidenceSpan ;
gmeow:spanOfChunk ex:chunk-042 ;
gmeow:spanStart "310"^^xsd:nonNegativeInteger ;
gmeow:spanEnd "366"^^xsd:nonNegativeInteger ;
gmeow:supportPolarity gmeow:polaritySupports .
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#> .
# --- EvidenceSpan justification pinned to a source chunk -------------------------
ex:evidenceSpan1 a gmeow:EvidenceSpan ;
rdfs:label "calendar evidence span for the meeting date"@en ;
gmeow:selectorTextQuote "the meeting is scheduled for 2026-06-18"@en ;
gmeow:spanOfChunk ex:chunk1 .
Common Companion Terms
gmeow:EvidenceSpan, gmeow:Chunk
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
web-annotation |
oa, rdf |
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:spanOfChunk |
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 |
gmeow:spanOfChunk |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:SpecificResource, oa:TextPositionSelector, oa:end, oa:hasBody, oa:hasSelector, oa:hasSource, oa:hasTarget, oa:start, rdf:type | gmeow:mapOaGroundedClaim; confidence 0.85; lossy: supportPolarity dropped (no faithful oa motivation — assessing would imply a verdict); claim epistemics (confidence, standpoint, modality, clocks) dropped; the quote selector half joins when the citations selectors project |
Usage Advice
Use when
- Use to anchor an existing
gmeow:EvidenceSpaninto the retrievedgmeow:Chunkit cites — the seam that joins the evidence layer to the retrieval substrate so the exact bytes are recoverable.
Avoid when
- Avoid pointing it at the whole source (pin into the retrieved
Chunk, thengmeow:chunkOfreaches the source) and avoid using it for the chunk-to-source parthood (that isgmeow:chunkOf); it is functional, one chunk per span.
How to use
- Assert exactly one
gmeow:spanOfChunkperEvidenceSpanand carry the offsets with gmeow:spanStart/spanEnd; the claim then reaches its evidence viagmeow:groundedIn→ span → chunk → source.
Examples
- ex:span1
gmeow:spanOfChunkex:c1.