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
<imgsrc="/img/usage-showcase/mentor.svg"alt="Mentor for Visual Studio Code logo"class="usage-logo" />
120
+
97
121
## Mentor for Visual Studio Code
98
122
99
123
_Open Source_
@@ -102,6 +126,9 @@ _Open Source_
102
126
with features like SPARQL querying, ontology navigation, reasoning, and workspace-wide indexing of RDF resources.
103
127
Mentor uses Comunica to power its SPARQL querying capabilities, allowing users to execute queries against RDF data in their workspace and external sources directly from the editor.
[RDF Play](https://rdf-play.rubensworks.net/) is a Web-based tool for performing simple RDF operations, such as parsing, serializing and dereferencing from URLs.
163
196
Internally, this library makes use of RDF parsers from the Comunica framework, which enable streaming processing of RDF.
@@ -170,6 +206,9 @@ All metadata of the [ESWC Conference (2020)](https://2020.eswc-conferences.org/)
170
206
via a jQuery widget instance of Comunica.
171
207
It features several example queries over a [Triple Pattern Fragments](https://linkeddatafragments.org/concept/) interface through which the ESWC 2020 metadata is published.
@@ -207,6 +252,9 @@ with engines such as Comunica and [LDF Server](https://github.com/LinkedDataFrag
207
252
It covers the full provenance chain: software setup, input data generation, experiment execution, dependency tracking, result reporting, and archiving.
208
253
JBR makes it straightforward to compare different Comunica configurations or measure the impact of custom modifications.
209
254
255
+
<divclass="usage-clear"></div>
256
+
<imgsrc="/img/usage-showcase/css.png"alt="Community Solid Server logo"class="usage-logo" />
257
+
210
258
## Community Solid Server
211
259
212
260
_Academic_
@@ -216,6 +264,9 @@ The [Community Solid Server (CSS)](https://github.com/CommunitySolidServer/Commu
216
264
CSS uses `@comunica/query-sparql` internally to evaluate SPARQL queries and updates against its in-memory RDF data stores,
217
265
making it one of the most prominent real-world deployments of Comunica in a server-side context.
0 commit comments