Douglas Fils

Results 22 issues of Douglas Fils

First.. this is cool and amazingly easy. I could really see me using this in some of the visualizations I do for scientific drilling data from NSF. Second.. I am...

enhancement

I am trying to write to a local Minio instance. The error seems odd though. it seems to prepend the bucket name "gleaner" to the front he URL. Does the...

### I'm submitting a - [X ] bug report. - [ ] feature request. ### Current Behaviour: ### Expected Behaviour: running pyshacl from the command results in this ``` (kglab)...

bug

With dask I can do ``` df = dd.read_parquet('s3://bucket/key', storage_options={'anon': True}) ``` and it will work for a public bucket / object on AWS S3 trying ``` kg = kglab.KnowledgeGraph()...

I see in https://github.com/piprate/json-gold/issues/6 we now have caching headers. This is fantastic, but can you tell me how I invoke this. I am not sure where to start to turn...

Is there a way to introduce weighted relations. Something like: te.Likes.Add("Mario", "The Godfather", "4") where 4 is some kind of "weight" given to the link relative to other weights provided?

http://www.rdfhdt.org/ I honestly don't know if HDT would be a benefit or a hindrance. I'm really just passing this along as an FYI to the developers.

I'm interested in trying this library out to address a use case; 1) I have multiple JSON-LD documents that I convert to NT 2) These documents often have blank nodes...

I am working with GeoJSON fine via the component ``` Tiles © Esri — Sources: GEBCO, NOAA, CHS, OSU, UNH, CSUMB, National Geographic, DeLorme, NAVTEQ, and Esri ``` Is there...

I'm looking to use the framing aspect of this library to help me parse down schema.org JSON-LD into known chunks. My example is at https://github.com/ESIPFed/snapHacks/blob/master/sh01-jsonldCrawl/simpleCrawler/main.go I am using the JSON-LD...