direct observation
- CURIE:
gmeow:methodDirectObservation - IRI: https://blackcatinformatics.ca/gmeow/methodDirectObservation
- Category: individual
- Defined by:
gmeow:slices/observations - Box roles: ABox role (What is this?)
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
- Source:
slices/core/imagination/examples/reality-monitoring.ttl - Examples catalog: open in catalog#example-slices-core-imagination-examples-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
- Source:
slices/core/inference/examples/analogy.ttl - Examples catalog: open in catalog#example-slices-core-inference-examples-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 .