view service/mqtt_graph_bridge/config_cardreader.n3 @ 1451:71684fc9c692

new index page table Ignore-this: 7668675a04bd5cc03cf4e1799c54d4d1 darcs-hash:5b546637d01f1fa70134c09470007ed1251d708c
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:27:35 -0700
parents 31aed1a0af9c
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;
  :mqttTopicHead ("nightlight_display1" "tag");
  :valueProcess [
    :conversion :tagIdToUri  # AA-BB-CC-DD to <http://bigasterisk.com/rfidCard/aabbccdd>
  ];
  :graphStatements [
     :outputPredicate :currentRead;
     :statementLifetime "5s";
  ]
  .