diff bin/rdfdb @ 1925:f8ab10f4c80b

better prefix for shorter n3 files in this theater Ignore-this: 122de90725785217f975cdc76b966cab
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 23:46:34 +0000
parents f001d689b3e2
children 412f798baf0c
line wrap: on
line diff
--- a/bin/rdfdb	Sat Jun 01 23:46:06 2019 +0000
+++ b/bin/rdfdb	Sat Jun 01 23:46:34 2019 +0000
@@ -17,7 +17,7 @@
         'rdfs': URIRef('http://www.w3.org/2000/01/rdf-schema#'),
         'xsd': URIRef('http://www.w3.org/2001/XMLSchema#'),
         'effect': URIRef('http://light9.bigasterisk.com/effect/'),
-        'dev': URIRef('http://light9.bigasterisk.com/device/'),
+        'dev': URIRef('http://light9.bigasterisk.com/theater/skyline/device/'),
     },
     port=networking.rdfdb.port,
 )