-
Hello.
We are using GraphQL-LD as an interface to our triple store and noticed that variables passed alongside the query are silently ignored. Code responsible for handling then looks to be missing…
-
I think SPARQL query is important. The reason can be seen here:
https://github.com/dgraph-io/dgraph/issues/1#issuecomment-266360074
Hope to support SPARQL query in 2020.
-
Some related collections are expensive to compute, in the sense that they require additional database queries. Examples include `Period#getContentNodes()` and `Day#getScheduleEntries()`.
With our c…
-
Hi Peter,
Here is a tweak of the Turtle and JSON-LD that is currently generated for the[ KNoWS Software Page](https://knows.idlab.ugent.be/dev/software), using relative HTTP URIs.
**Why is this…
-
Idée: transformer un API GraphQL en serveur LDP, avec ses containers et ses ressources.
Pourrait servir pour ouvrir en sémantique les données de [toutes les instances Mobilizon](https://docs.joinmo…
-
* Triple Pattern Specification -- https://www.hydra-cg.com/spec/latest/triple-pattern-fragments/
* SPARQL
* GraphQL
...
-
#### Issue type:
- :heavy_plus_sign: Feature request
____
#### Description:
Comunica engines can have a lot of features, such as support for SPARQL endpoints, local files, remote files, JSON…
-
The following query:
```graphql
{
name @single
image @single
readMoreUrl @single
rml @single
knowledgeGraph @optional @single
}
```
On the following ttl file:
…
-
## Why?
Newline-delimited JSON (line-oriented JSON) is often used in preference of JSON because it is streamable and can be processed with line-oriented tools (eg grep)
## Previous work
- spe…
-
When given a GraphQL-LD query, it should be possible to auto-generate TypeScript typings.
For example:
```graphql
query MyQuery @single(scope: all) {
graph
... on Collection {
subset(_…