Implement a encoded search to json-ld wrapper.
authorDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 01:23:31 +0000 (17:23 -0800)
committerDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 01:23:31 +0000 (17:23 -0800)
commitdd49302bb6f8b2503cc8c9b7151ed852858e10a1
treec923a18c2a843db8b00220c1d45d11424469a51a
parentc531eb18f04990f3118b93ae5222b3f3e2e8a6c6
Implement a encoded search to json-ld wrapper.

An open question is encoded returns terms like "foo.bar" where
bar is an attribute of an object name for foo. However since
foo has no id associated with it, at best I would have a term with
a blank node.

For the moment I'm just deleting those terms. I'm not sure what a
better solution might be.
htsworkflow/submission/encoded.py
htsworkflow/submission/test/test_encoded.py