Thomas Bergwinkl
Thomas Bergwinkl
[Here](https://github.com/zazuko/rdf-cube-view-query/blob/view-query/lib/query/utils.js#L20-L41) is a simple version of it that only checks the terms. The implementation for clownface should by default check `term`, `dataset` and `graph` of the context. It should be...
In the RDF world, the term *edge* is not used that much. *predicate* and *property* are more common, where *predicate* is used in the context of triples and *property* in...
The `predicate` is used only for indexed argument variables. It's somehow in the docs but not really part of the interface. For sure, I didn't spend much time thinking about...
I haven't tried to use the client with Markus site for a while. I'm not sure if there are any changes or as you said it's caused by a change...
Yes, in the examples the Promise lib is loaded globally. Since most nodejs installations today support Promises out of the box I'm not sure if this is something that needs...
A similar feature was implemented in an old version of barnard: - [count](https://github.com/zazuko/barnard59-legacy/blob/master/lib/count.js) - [size](https://github.com/zazuko/barnard59-legacy/blob/master/lib/size.js) - [speed](https://github.com/zazuko/barnard59-legacy/blob/master/lib/speed.js)
@tpluscode Like in any other RDF/JS triple vs. quad discussion, I would like to know the problem you can't solve? You build the named graph from the HTTP path and...
The types should always follow the WebIDL definitions in the specifications. Therefore, the [stream spec](https://github.com/rdfjs/stream-spec/) would be the right place to discuss this topic. If you consider making a proposal,...
If treating `{}` as `true`, as proposed by @josd, is possible without drawbacks, I would support that solution. That would avoid the problems mentioned by @rubensworks. Btw. These kind of...
**Just a general remark:** The RDF/JS specs are more open than one would expect after looking at the RDF spec. There was no big discussion about it, but I would...