Files @ b65995e32a23
Branch filter:

Location: light9/light9/effecteval/index.html

Drew Perttula
old notes on rdfdb
Ignore-this: 8ded8d40583cf75e8d2420a81df4f76c
<!doctype html>
<html>
  <head>
    <title>effecteval</title>
    <meta charset="utf-8" />
  </head>
  <body>
    All effect instances:
    <!-- subscribe to a query of all effects and their songs -->
    <ul>
      <li><a href="effect?uri=http://ex/effect/song1/openingLook">song1 -> opening look</a></li>
      <li><a href="effect?uri=http://ex/effect/song1/full">song1 -> full</a></li>
    </ul>
  </body>
</html>