You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/1_query/2_usage.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,6 @@ Using the power of Comunica and JSON-LD contexts, you can write expressions like
139
139
LDflex is used within the [Solid](https://solidproject.org/) community to easily [interact with one or more Solid data pods](https://github.com/solid/query-ldflex/).
140
140
Using the compact syntax of LDflex, it is very simple to query from within [React components](https://github.com/solid/react-components).
LDkit provides built-in support to query SPARQL endpoints, but it is [fully compatible with Comunica](https://ldkit.io/docs/how-to/query-with-comunica) in case you need to access other RDF data sources.
This tool is useful in situations where you have a URL, and you just need the parsed triples/quads, without having to concern yourself with determining the correct content type and picking the correct parser.
198
189
Internally, this library makes use of the `rdf-dereference` bus and actors from Comunica.
199
190
200
-
<divclass="usage-clear"></div>
201
-
<imgsrc="/img/usage-showcase/rdf-play.jpg"alt="RDF Play logo"class="usage-logo" />
202
-
203
191
## RDF Play
204
192
205
193
_Open Source_
@@ -255,9 +243,6 @@ _Academic_
255
243
It generates realistic social-network RDF datasets distributed across simulated Solid pods
256
244
and uses Comunica SPARQL Solid as its reference query engine to execute and measure benchmark queries.
0 commit comments