changeset 566:875e3eaf7a24

old sample data Ignore-this: 68df62e45ee08801c259f08b9d03dc24
author drewp@bigasterisk.com
date Sat, 19 Jun 2010 19:42:22 +0000
parents d72eab02baca
children e0a1e2031de5
files doc/baypiggies2008/sample.n3
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/baypiggies2008/sample.n3	Sat Jun 19 19:42:22 2010 +0000
@@ -0,0 +1,14 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix sub: <http://light9.bigasterisk.com/sub/> .
+@prefix t: <http://light9.bigasterisk.com/show/dance2008/song10/subterm/> .
+ <http://light9.bigasterisk.com/show/dance2008/song10>
+     :subterm t:blacklight,
+                t:song10,
+                t:song3black .
+    t:song10     a :Subterm;
+         :expression "song10(t)";
+         :sub sub:song10 .
+    t:blacklight     a :Subterm;
+         :expression "blacklight(t)>0";
+         :sub sub:blacklight .
+