expert judgement

Observation based on expert assessment or consensus.

Structure

Types: gmeow:ObservationMethod

Practical Pattern

Use gmeow:methodExpertJudgement as a controlled value typed as gmeow:ObservationMethod.

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 .

Blame Deflection

# --- What the spokesperson privately HOLDS: the internal engineer caused it.
ex:heldClaim a gmeow:StandpointClaim ;
    gmeow:vantage ex:spokesperson ;
    gmeow:observedFeature ex:outage ;
    gmeow:observationResult ex:internalCause ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:unequivocal .

# --- What the spokesperson publicly PROJECTS: the vendor caused it. Asserted
#     unequivocally, but UNTRUE — the falsehood is a veridicality value on the
#     claim, never an isFalse flag.
ex:projectedClaim a gmeow:StandpointClaim ;
    gmeow:vantage ex:spokesperson ;
    gmeow:observedFeature ex:outage ;
    gmeow:observationResult ex:vendor ;
    gmeow:observationMethod gmeow:methodExpertJudgement ;
    gmeow:claimModality gmeow:unequivocal ;
    gmeow:claimVeridicality gmeow:veridicalityUntrue .

Common Companion Terms

gmeow:ObservationMethod