Changeset - 02bd7c118cd8
[Not reviewed]
default
0 0 1
Drew Perttula - 11 years ago 2014-06-14 05:31:11
drewp@bigasterisk.com
sample effectclass
Ignore-this: f804cca7f29c7a218c2690047b8387b
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
show/dance2014/effectClass.n3
Show inline comments
 
new file 100644
 
@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)" .
 
  
 
\ No newline at end of file
0 comments (0 inline, 0 general)