Mercurial > code > home > repos > homeauto
comparison service/mqtt_to_rdf/config_cardreader.n3 @ 732:fdddbdaf07b5
more service renaming; start a lot more serv.n3 job files
Ignore-this: 635aaefc7bd2fa5558eefb8b3fc9ec75
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Feb 2020 16:36:35 -0800 |
parents | service/rdf_from_mqtt/config_cardreader.n3@edc14422f128 |
children |
comparison
equal
deleted
inserted
replaced
731:def4a53cbb6c | 732:fdddbdaf07b5 |
---|---|
1 @prefix : <http://projects.bigasterisk.com/room/> . | |
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
3 @prefix fr: <http://bigasterisk.com/foaf/> . | |
4 | |
5 :cardReader a :MqttStatementSource; | |
6 :mqttTopic ("frontwindow" "tag"); | |
7 :parser :tagIdToUri; # AA-BB-CC-DD to <http://bigasterisk.com/rfidCard/aabbccdd> | |
8 | |
9 :graphStatements [ | |
10 :outputPredicate :currentRead; | |
11 :statementLifetime "5s"; | |
12 ] | |
13 . | |
14 |