diff --git a/show/dance2014/demo.n3 b/show/dance2014/demo.n3 new file mode 100644 --- /dev/null +++ b/show/dance2014/demo.n3 @@ -0,0 +1,24 @@ +@prefix : . +@prefix rdfs: . + + a :Curve; + rdfs:label "opening"; + :points "0.0 0 183.695203336 0" . + + + + +# :Effect replaces :Subterm + a :Effect; + :code "out = sub('stageleft', intensity=curve1)"; + # save the code as an AST also, to get all the links? web page was + # going to parse it anyway. but, sometimes it will have a syntax + # error. Can code with errors just parse to a bogus AST that saves + # the string with errors (and also the uri links found inside)? + # Still missing: multiple lines of code with multiple outputs. What's an output? + :dep , + . + + a :Song; + :effect + .