view service/mqtt_graph_bridge/config_cardreader.n3 @ 1415:a02b1b08f24f

clean up very old reasoning configs Ignore-this: 29c9a3145a640c8a71d4add8ee219fae darcs-hash:64a8a52854f34fc3ae932b796552795df31be1bb
author drewp <drewp@bigasterisk.com>
date Wed, 24 Jul 2019 01:12:29 -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";
  ]
  .