view service/mqtt_to_rdf/index.html @ 1671:2b905c07e82b

try a bnode test mode improvement, but it's not so useful if you parse graphs with reused bnodes in them
author drewp@bigasterisk.com
date Tue, 21 Sep 2021 23:21:38 -0700
parents 9e7f571deedf
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>mqtt_to_rdf</title>
    <meta charset="utf-8" />
    <script type="module" src="./build/bundle.js"></script>

    <meta name="mobile-web-app-capable" content="yes" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <style>
      html {
        background: black;
      }
    </style>
  </head>
  <body class="rdfBrowsePage">
    <mqtt-to-rdf-page></mqtt-to-rdf-page>
    <!-- <template id="t" is="dom-bind">
      <streamed-graph url="mqtt/events" graph="{{graph}}"></streamed-graph>
      <div id="out"></div>
      <script type="module" src="/rdf/streamed_graph_view.js"></script>
    </template>

      <div class="served-resources">
        <a href="stats/">/stats/</a>
        <a href="mqtt">/mqtt</a>
        <a href="mqtt/events">/mqtt/events</a>
      </div> -->
  </body>
</html>