GreatYYX
GreatYYX
The query with `GRAPH` doesn't work properly if graph is added from `rdflib.graph.Dataset.add_graph()`. See the following example: ``` from rdflib.graph import Graph, Dataset data = ''' . . ''' ds...
Web app port in Karma app needs to be configurable (now it's bound to 8080), tomcat also occupies some other ports (e.g., 8005) which causes conflict in some OS. related...
Bugs: - RDF prefix does not work properly: some URIs get converted to `prefix:fragment`, some are `ns1:fragment` (this is ok according to the definition of W3C), but some are still...
- only one general consumer is needed (no need to differentiate ACHE and RSS crawler) - user can specify which field name to be treated as project_name - user can...
- [x] DIG UI: asked Thomas, added to TODOs - [x] ACHE: done - [ ] Landmark Tool: need to ask Brain Home page can be re-defined / redirected by...
Logstash pipeline files should be a part of persistent data. This is an incompatible change.
one of the solutions for https://github.com/usc-isi-i2/rltk/issues/35
This issue is caused by incomplete serialization of Record class defined in `__main__`. https://github.com/cloudpipe/cloudpickle/issues/243