reading of

The inscription that a reading observes. Functional per relator: one source inscription per InscriptionReading.

Structure

Property shape: object property; gmeow:InscriptionReading -> gmeow:Inscription; functional Sub-property of: gmeow:observedFeature

Practical Pattern

Use gmeow:readingOf from gmeow:InscriptionReading to gmeow:Inscription 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.

Inscription Reading

# --- Two contested readings of the same worn inscription (P9).
ex:readingSmith a gmeow:InscriptionReading ;
    gmeow:readingOf         ex:inscription ;
    gmeow:readingResult     ex:transcriptSmith ;
    gmeow:vantage           ex:smith ;
    gmeow:observationMethod gmeow:methodExpertJudgement .

ex:readingJones a gmeow:InscriptionReading ;
    gmeow:readingOf         ex:inscription ;
    gmeow:readingResult     ex:transcriptJones ;
    gmeow:vantage           ex:jones ;
    gmeow:observationMethod gmeow:methodExpertJudgement .

Common Companion Terms

gmeow:observedFeature, gmeow:InscriptionReading, gmeow:Inscription