Mercurial > code > home > repos > homeauto
comparison service/rdf_from_mqtt/config_cardreader.n3 @ 1519:c7217cf1cfc1
add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
Ignore-this: 11b16f06340adc7228930f3774323d1a
darcs-hash:a247b60725d7617a4712d6b8e914531020e82f80
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 04 Feb 2020 23:33:21 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1518:112258f2591b | 1519:c7217cf1cfc1 |
---|---|
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 |