expert judgement
- CURIE:
gmeow:methodExpertJudgement - IRI: https://blackcatinformatics.ca/gmeow/methodExpertJudgement
- Category: individual
- Defined by:
gmeow:slices/observations
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
- Source:
slices/extensions/archaeological-evidence/examples/inscription-reading.ttl - Examples catalog: open in catalog#example-slices-extensions-archaeological-evidence-examples-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
- Source:
slices/core/deception/examples/blame-deflection.ttl - Examples catalog: open in catalog#example-slices-core-deception-examples-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 .