view show/dance2014/effectClass.n3 @ 1132:02bd7c118cd8

sample effectclass Ignore-this: f804cca7f29c7a218c2690047b8387b
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 14 Jun 2014 05:31:11 +0000
parents
children 8a77bb6871ff
line wrap: on
line source

@prefix : <http://light9.bigasterisk.com/> .
@prefix effect: <http://light9.bigasterisk.com/effect/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

effect:cycFlash a :EffectClass;
  rdfs:label "cycFlash";
  :code "out = <http://light9.bigasterisk.com/show/dance2013/sub/cyc> * nsin(t*2)" .