Douglas Fils

Results 44 comments of Douglas Fils

@ceteri I likely lack the depth of experience to suggest a path. :) What little I do know makes me think fsspec sounds interesting. If only since I am learning...

@ceteri I'm still seeing this error after the update. ``` Traceback (most recent call last): File "/home/fils/.conda/envs/kglab/lib/python3.8/site-packages/rdflib/plugins/parsers/notation3.py", line 1174, in uri_ref2 ns = self._bindings[pfx] KeyError: 'rdf' ``` I can try...

@Koshroy @kazarena I just wanted to follow up on this.. I am trying to dig through the commit and see how to set the expireTime and/or neverExpires params. I'm not...

just to maintain the thread I have gotten to this point and it looks to be working but it's possibly not the best example. Please excuse the mapping, we had...

Is there a similar example on how to download, build and view via a web browser? I was able to install bazel and rebuild for Jupyter, but not seeing a...

I think Joseki took a stab at this: https://github.com/Callidon/joseki/blob/master/graph/treeGraph.go

@simcap Thanks for the update.... I like some of the triple store features you have, so I am going to see if there is some way I can deal with...

Would be nice to see this updated to polymer 2.0 as well....

self answer, maybe not the best.. but it gets me from interface to json and then to struct... There might be a quicker more pedantic way... ``` graph := framedDoc["@graph"]...

@kazarena Thanks! appreciate the info and confirmation. Thanks for a really nice Go based JSON-LD library too! Going to be using more and more of it it looks like.