Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/config_cardreader.n3 @ 1543:ab985b87043e
update deps
Ignore-this: f36986e77876e431e4a52ffe833c1d18
darcs-hash:b12fa35c14a62bc3d4d9f817c28f25ad69d3a588
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 13 Feb 2020 10:17:36 -0800 |
parents | 7cc7700302c2 |
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"; ] .