- From: Nolan Nichols <nolan.nichols@gmail.com>
- Date: Fri, 31 Aug 2018 10:56:53 -0700
- To: olaf.hartig@liu.se
- Cc: martynas@atomgraph.com, msc.otaviocx@gmail.com, danbri@danbri.org, eric@w3.org, SW-forum Web <semantic-web@w3.org>
- Message-ID: <CALLiDF1A=bFWA1w6iBzdfkEsWxxYTVbOwL3X9T_4+goTzCQTzA@mail.gmail.com>
HI All, Another one to check out is Stardog. They have support to query RDF graphs using GraphQL: https://www.stardog.com/docs/#_graphql_queries Stardog supports querying data stored (or mapped) in a Stardog database > using GraphQL <http://graphql.org/> queries. You can load data into > Stardog as usual and execute GraphQL queries without creating a GraphQL > schema. You can also associate one or more GraphQL schemas > <https://www.stardog.com/docs/#_graphql_schemas> with a database and > execute GraphQL queries against one of those schemas. Cheers, Nolan On Fri, Aug 31, 2018 at 3:52 AM Olaf Hartig <olaf.hartig@liu.se> wrote: > Hi all, > > On Fri, 2018-08-31 at 11:34 +0200, Martynas Jusevičius wrote: > > This could also be of interest: "Semantics and Complexity of GraphQL" > > https://users.dcc.uchile.cl/~jperez/papers/www2018_preprint.pdf > > Martynas, thanks for mentioning our work. > > Otávio, in the above-mentioned paper we have studied fundamental, > computation-related properties of the GraphQL query language. I also > have a blog post that provides a high-level informal summary of our > results. You may want to read this post first before trying to dig into > the math-heavy details of the paper. Find the post at: > > > http://blog.liu.se/olafhartig/2018/08/08/lightweight-summary-of-our-paper-semantics-and-complexity-of-graphql/ > > Since you mention combining Semantic Web technologies with GraphQL, I > should say that our work in this paper has nothing to do with Semantic > Web technologies. However, I am certain that the formalizations of > GraphQL as introduced in our paper can serve you well as a foundation > for formalizing whatever you are going to do. > > Best, > Olaf > > > > On Fri, Aug 31, 2018 at 11:08 AM Dan Brickley <danbri@danbri.org> wrote: > > > > > > > > > > > > On Fri, 31 Aug 2018, 03:26 Eric Prud'hommeaux, <eric@w3.org> wrote: > > >> > > >> * Otávio Calaça Xavier <msc.otaviocx@gmail.com> [2018-08-30 > 11:18-0300] > > >> > Hello! > > >> > > > >> > I'm starting to study GraphQL [1]. This is a new query language to > transfer > > >> > data. GraphQL popularity is growing fast and maybe that is the next > > >> > generation of web services. > > >> > > > >> > My master's degree was about semantic describing RESTful web > services and > > >> > now, maybe, I can do something with GraphQL as a doctoral degree. > But, I > > >> > didn't find publications about combining semantic web technologies > and > > >> > GraphQL. Do you know some research in this area? > > >> > > >> I believe someone used GraphQL to query a JSON-LD-ified representation > > >> of DBPedia. (I last looked at GraphQL for its schema language to see > > >> if it offered any advice to the design of ShEx or the syntax of > ShExC.) > > > > > > > > > See also https://www.topquadrant.com/technology/graphql/ > > > > > > > > > > > >> > > >> > > >> > Thank you! > > >> > > > >> > [1] https://graphql.org > > >> > > > >> > Cheers, > > >> > Otávio Calaça Xavier > > >> > > >> -- > > >> -ericP > > >> > > >> office: +1.617.599.3509 > > >> mobile: +33.6.80.80.35.59 > > >> > > >> (eric@w3.org) > > >> Feel free to forward this message to any list for any purpose other > than > > >> email address distribution. > > >> > > >> There are subtle nuances encoded in font variation and clever layout > > >> which can only be seen by printing this message on high-clay paper. > > >> > > > > > >
Received on Friday, 31 August 2018 17:57:49 UTC