Nicholas Car

Results 254 comments of Nicholas Car

I'm using Docker extensively at SURROUND (wasn't before) so I'll review pyLODE's Docker setup shortly. I know it's working now but perhaps it could be enhanced

Hi @smarie, perhaps we can settle on an RDF property which, if present, will override the auto-generation of that link? I'd like to keep as much config as possible within...

I think that if we allow an override property like this, then it's up to the deployer to cater for all the possibilities of their environment. Ideally, the URI would...

> Semantically, `dcterms:hasFormat` seems to mean... Well easy for me to _not_ implement it! > ...supporting a configuration file such as a custom section in `setup.cfg`... This might be the...

No worries. I'm always happy to help people extend or implement pyLODE as sometimes I learn things from them!

> I'd be happy to help out with this one if you're open to pull requests. I love PRs! I'm going to tackle PR #114 on Monday and PR #89's...

Hi @lewismc & @carueda, have you reached consensus here? I'm happy to merge in whatever you want for the Falcon server when you're ready as you know that territory, but...

> Is it feasible (and desirable)... It is entirely feasible but sorry but I don't think it's desirable. The documented version (HTML or MD) really does have to perfectly accord...

Hi @marrog, I can confirm this is a real issue. It occurs because csvwlib binds a whole pile of prefixes & namespaces to the rdflib `Graph()` (see https://github.com/DerwenAI/csvwlib/blob/master/csvwlib/utils/rdf/Namespaces.py#L13) and then...

@rob-metalinkage, is this going to cause problems for JSON- > JSON-LD expansion due to the separate Context?