selector text quote
- CURIE:
gmeow:selectorTextQuote - IRI: https://blackcatinformatics.ca/gmeow/selectorTextQuote
- Category: property
- Defined by:
gmeow:slices/citations - Box roles: RBox role (What is this?)
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
- Source:
slices/core/citations/examples/citation-act.ttl - Examples catalog: open in catalog#example-slices-core-citations-examples-citation-act
ex:sel1 a gmeow:Selector ;
gmeow:selectorPage "42" ;
gmeow:selectorTextQuote "the modified Exner equation for bed evolution" .
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
Usage Advice
Use when
- Use to record the verbatim passage a
gmeow:Selectoranchors on — the durable, re-locatable form of a pinpoint that survives re-pagination of the cited work.
Avoid when
- Avoid paraphrasing here (the quote must be verbatim) and avoid using it as the offset (that is
gmeow:selectorTextPosition); language-tag the literal where the source language is known.
How to use
- Set
gmeow:selectorTextQuoteon agmeow:Selectorto the verbatim string, language-tagged; pair withgmeow:selectorTextPositionorgmeow:selectorPageto anchor it precisely.
Examples
- ex:span
gmeow:selectorTextQuote"born the third day of March"@en.