Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/conf/cardreader.n3 @ 1696:cdf706cf5f82 master
fix a test (odometer rollover direction)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 22:56:25 -0700 |
parents | cdc76c84e3e2 |
children |
line wrap: on
line source
@prefix : <http://projects.bigasterisk.com/room/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix fr: <http://bigasterisk.com/foaf/> . :cardReader a :MqttStatementSource; :mqttTopic ("frontwindow" "tag"); :parser :tagIdToUri; # AA-BB-CC-DD to <http://bigasterisk.com/rfidCard/aabbccdd> :graphStatements [ :outputPredicate :currentRead; :statementLifetime "5s"; ] .