Changeset - f8ab10f4c80b
[Not reviewed]
default
0 1 0
Drew Perttula - 6 years ago 2019-06-01 23:46:34
drewp@bigasterisk.com
better prefix for shorter n3 files in this theater
Ignore-this: 122de90725785217f975cdc76b966cab
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/rdfdb
Show inline comments
 
@@ -8,16 +8,16 @@ import rdfdb.service
 
rdfdb.service.main(
 
    dirUriMap={
 
        os.environ['LIGHT9_SHOW'].encode('ascii').rstrip(b'/') + b'/':
 
        URIRef(showconfig.showUri() + '/')
 
    },
 
    prefixes={
 
        'show': URIRef(showconfig.showUri() + '/'),
 
        '': URIRef('http://light9.bigasterisk.com/'),
 
        'rdf': URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#'),
 
        '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,
 
)
0 comments (0 inline, 0 general)