-
-
I've tried to use this in a brand new app using node and my guess is there are some setup instructions missing. In particular, something about setting up the comunica engine. I've tried installing the…
-
It seems that if I'm using an async comparator with `asyncTakeSorted`, elements are randomly sorted.
For example:
```javascript
// Promise comparator
const array = asyncTakeSorted(
3,
…
-
…so people don't have the impression LDflex is read-only 🙂
-
This may already be possible, but I haven't been able to get anything to work.
I'm trying to get all the subjects in a given document, or even all the subjects matching some predicate in a given do…
-
-
I need to get all predicates of a resource.
For instance, with the resource in the example (`https://ruben.verborgh.org/profile/#me`), I try:
```javascript
console.log(Object.keys(await person));…
-
I made a test building an __index__.json with only title and date modified skinnytiddlers works without any problems.
I took these from the container. So no need for an index except if you want to lo…
-
Hi Ruben,
We are currently using for our project (Startin'blox) a server that provides data in JSON-LD format.
In the LDFlex examples the requested data is in turtle format.
- Does LDFlex suppo…
-
When developing apps using `link-redux`, I tend to write a lot of explicit references to RDFS Classe URIs and RDFS Property URIs. These are error-prone and cumbersome to type.
Although `LRS.namespa…