Mercurial > code > home > repos > homeauto
comparison service/reasoning/inputgraph.py @ 1524:13b7e4de3824
whitespace
Ignore-this: c727f388f197a6fae88595fe6d455c7d
darcs-hash:971e4474b4dbd35a722be670f5599298fb5ec83f
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 05 Feb 2020 00:29:13 -0800 |
parents | ac127fdace62 |
children | ffcad6bf9c57 |
comparison
equal
deleted
inserted
replaced
1523:0da337780f22 | 1524:13b7e4de3824 |
---|---|
10 from rdflibtrig import addTrig | 10 from rdflibtrig import addTrig |
11 from graphop import graphEqual | 11 from graphop import graphEqual |
12 from greplin import scales | 12 from greplin import scales |
13 | 13 |
14 from patchablegraph.patchsource import ReconnectingPatchSource | 14 from patchablegraph.patchsource import ReconnectingPatchSource |
15 | |
16 from rdfdb.rdflibpatch import patchQuads | 15 from rdfdb.rdflibpatch import patchQuads |
17 | 16 |
18 log = logging.getLogger('fetch') | 17 log = logging.getLogger('fetch') |
19 | 18 |
20 ROOM = Namespace("http://projects.bigasterisk.com/room/") | 19 ROOM = Namespace("http://projects.bigasterisk.com/room/") |