instrumental reading
- CURIE:
gmeow:methodInstrumentalReading - IRI: https://blackcatinformatics.ca/gmeow/methodInstrumentalReading
- Category: individual
- Defined by:
gmeow:slices/observations
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 .
Abduction
- Source:
slices/core/inference/examples/abduction.ttl - Examples catalog: open in catalog#example-slices-core-inference-examples-abduction
@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:symptomObservation a gmeow:StandpointClaim ;
rdfs:label "Observed: the patient has a fever"@en ;
gmeow:vantage ex:clinician ;
gmeow:observedFeature ex:fever ;
gmeow:observationMethod gmeow:methodInstrumentalReading ;
gmeow:claimModality gmeow:unequivocal .