Adrian Gschwend

Results 133 comments of Adrian Gschwend

We talked about this internally already, main problem is that VS Code is not a normal JavaScript environment. It's neither Node.js nor it is a browser. Which means getting things...

@matentzn you might want to try this one as well https://github.com/elsevierlabs-os/linked-data Didn't try it but it should be able to do SPARQL directly.

Most likely, did you try it on standalone Oxigraph?

These things might be nice to have but we should reflect where they should be done. IMO it would make sense to: - have a generic RDF converter extension (based...

@tpluscode yes for re-use. We have standard pipelines that are used everywhere by now so we could include them instead and semantic version them.

Not sure if that changed but console.log was or is synchronous so it's better to use an abstraction for logging that *can* write to console but doesn't do so unless...

This is something which was partially done for some projects, we need to cherry-pick from them and create a template for what makes sense: * [VoID template for Basel](https://github.com/Staatsarchiv-Basel-Stadt/RDF-Pipeline/blob/master/metadata/void.ttl) *...

This might not be necessary when we use modules like [url-slug](https://www.npmjs.com/package/url-slug), which worked well in some pipelines already.

You mean you would expect this: And not the unprefixed IRIs. That's what you get on https://sketch.zazuko.com/ for your example by the way. If this is what you mean, that's...

This is at least partially implemented at http://www.uduvudu.me/browser.html, surely needs improvements but it's a start. Thanks to @bergos