Oxigraph
48 posts

Oxigraph
@oxigraph
Oxigraph is a SPARQL graph database
Присоединился Ocak 2021
8 Подписки250 Подписчики

Curious if you could define what you mean by "with a variable". I am definitely using graph ?g on a dataset with a LOT of named graphs. I am doing things like
SELECT ?resource
WHERE {
GRAPH ex:somethine {
?resource ex:someProperty "someValue" .
}
}
or
SELECT ?graph ?resource
WHERE {
GRAPH ?graph {
?resource ex:someProperty "someValue" .
}
FILTER(CONTAINS(STR(?graph), "substringToMatch"))
}
If there is a better way to do that filter I'm interested.
Thanks
English

GitHub issue: github.com/oxigraph/oxigr…
For reference, triple terms is the "<< s p o >>" syntax, if you don't know what it is, you are very likely not affected.
English

To use the streaming parser use the if instructed to do so using the application/ld+json;profile=#streaming" target="_blank" rel="nofollow noopener">w3.org/ns/json-ld#str… media type.
Streaming JSON-LD: #streaming-profile" target="_blank" rel="nofollow noopener">w3.org/TR/json-ld11-s…
English
