instrumental reading
- CURIE:
gmeow:methodInstrumentalReading - IRI: https://blackcatinformatics.ca/gmeow/methodInstrumentalReading
- Category: individual
- Defined by:
gmeow:slices/observations - Box roles: ABox role (What is this?)
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
- Source:
slices/core/observations/examples/temperature-reading.ttl - Examples catalog: open in catalog#example-slices-core-observations-examples-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
- Source:
slices/core/epistemics/examples/justification-and-defeat.ttl - Examples catalog: open in catalog#example-slices-core-epistemics-examples-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 .