selector text quote

A verbatim text quote from the cited work, expressed as a literal within a selector.

Structure

Property shape: datatype property; gmeow:Selector -> rdfs:Literal

Practical Pattern

Use gmeow:selectorTextQuote from gmeow:Selector to rdfs:Literal 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.

Citation Act

ex:sel1 a gmeow:Selector ;
    gmeow:selectorPage      "42" ;
    gmeow:selectorTextQuote "the modified Exner equation for bed evolution" .

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:Selector

Usage Advice

Use when

Avoid when

How to use

Examples