Sarven Capadisli
Sarven Capadisli
This may be relevant: I haven't looked closer at the code, but it appears to be that https://github.com/antoniogarrote/rdfstore-js/tree/master/frontend/js/rdf_store_min.js (last update in 2011) the SPARQL query is not handling blank nodes...
Thanks @antoniogarrote . I've tested with https://github.com/antoniogarrote/rdfstore-js/tree/master/frontend/js/rdf_store_min.js from the browser: ``` javascript var store = rdfstore.create(); store.load('remote', 'http://example.org/foo.ttl', function(success, results){ store.execute(query, function(success, results) { console.log(results); }); }); ``` If you'd...
Thanks @antoniogarrote . Feel free to close the issue as it addresses my original concern. I'll comment here I suppose in the meantime re: `gulp browser`. See my output https://gist.github.com/csarven/b1af825f489796f28b6d...
I second this question/issue. Moreover: What I find awkward is that without some sort of a store persistence, the first query filters the result set and thereby any subsequent queries...
This is a good enhancement/extension to have. I would suggest that if there is "useless HTML code" being generated, it should instead be documented and cleaned-up at core instead of...
https://github.com/solid/vocab/commit/ddf5ac5a00f280cca02d1c1a38ee8441410106ad reflects this issue. I suggest closing this issue if deemed appropriate.
Why don't we just change the example in the proposal to `vcard:VCard` resolve this particular issue?
Overall, I don't really like the idea of a special API to delete accounts. It should all happen through the common interface. >Should we allow users to delete their own...
Interesting to note that LDP uses non-normative text to mention altering resources: https://www.w3.org/TR/ldp/#ldp-http-method-side-effects >6.2.4 LDP servers can alter the state of other resources as a result of any HTTP request,...
I agree but not easy to categorise. What function would it have (besides repurposing the repo name). It served as a soup of things in the past. People still run...