direct observation

Observation by unaided human perception.

Structure

Types: gmeow:ObservationMethod

Practical Pattern

Use gmeow:methodDirectObservation 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.

Reality Monitoring

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/imagination/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .



ex:agentRecall a gmeow:StandpointClaim ;
    gmeow:vantage ex:lillithView ;
    gmeow:observedFeature ex:meetingHappened ;
    gmeow:observationMethod gmeow:methodDirectObservation ;
    gmeow:claimModality gmeow:probable ;
    gmeow:contentOrigin gmeow:originRemembered .   # the agent takes it as recalled

Analogy

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/inference/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:premOrbits a gmeow:StandpointClaim ;
    gmeow:vantage ex:physicist ;
    gmeow:observedFeature ex:propLighterOrbitsHeavier ;
    gmeow:observationMethod gmeow:methodDirectObservation ;
    gmeow:claimModality gmeow:unequivocal .

Common Companion Terms

gmeow:ObservationMethod