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...