selector page
- CURIE:
gmeow:selectorPage - IRI: https://blackcatinformatics.ca/gmeow/selectorPage
- Category: property
- Defined by:
gmeow:slices/citations - Box roles: RBox role (What is this?)
A page number or page range expressed as a literal within a selector.
Structure
Property shape: datatype property; gmeow:Selector -> rdfs:Literal
Practical Pattern
Use gmeow:selectorPage 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" .
Common Companion Terms
Usage Advice
Use when
- Use to record the page or page range a
gmeow:Selectorpinpoints within a cited work.
Avoid when
- Avoid it for non-paginated loci (use
gmeow:selectorTextPositionfor an offset orgmeow:selectorLocatorfor a section) and avoid the bearingCitationAct— page sits on theSelector.
How to use
- Set
gmeow:selectorPageon agmeow:Selectoras a literal page or range; combine withgmeow:selectorTextQuotewhen the exact passage also matters.
Examples
- ex:page42
gmeow:selectorPage"42-44".