instrumental reading

Observation by a calibrated instrument or sensor.

Structure

Types: gmeow:ObservationMethod

Practical Pattern

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

Temperature Reading

# --- The measurement: observed feature, method, vantage, and an entity result.
ex:reading a gmeow:Measurement ;
    gmeow:observedFeature   ex:room ;
    gmeow:observationMethod gmeow:methodInstrumentalReading ;
    gmeow:vantage           ex:sensor ;
    gmeow:observationResult ex:temp .

Justification And Defeat

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



ex:adaJustifiedClaim a gmeow:DoxasticStandpointClaim ;
    rdfs:label "Ada's justified standpoint claim that it is noon"@en ;
    gmeow:vantage ex:ada ;
    gmeow:observedFeature ex:timeNoon ;
    gmeow:claimModality gmeow:unequivocal ;
    gmeow:observationMethod gmeow:methodInstrumentalReading ;
    gmeow:claimOfBelief ex:adaJustifiedBelief .

ex:adaGettierClaim a gmeow:DoxasticStandpointClaim ;
    rdfs:label "Ada's Gettier-defeated standpoint claim that it is noon"@en ;
    gmeow:vantage ex:ada ;
    gmeow:observedFeature ex:timeNoon ;
    gmeow:claimModality gmeow:unequivocal ;
    gmeow:observationMethod gmeow:methodInstrumentalReading ;
    gmeow:claimOfBelief ex:adaGettierBelief .

Common Companion Terms

gmeow:ObservationMethod