Re: Best practices on how to publish SPARQL queries?

2015-04-27 Thread Paul Houle
...@cs.uni-bonn.de] > > Sent: Sunday, April 26, 2015 1:01 PM > > To: semantic-...@w3.org; public-lod@w3.org > > Subject: Best practices on how to publish SPARQL queries? > > > > Hi all, > > > > I am currently developing a vocabulary which has "typical"

RE: Best practices on how to publish SPARQL queries?

2015-04-26 Thread Neubert, Joachim
Niklas Petersen [mailto:peter...@cs.uni-bonn.de] > Sent: Sunday, April 26, 2015 1:01 PM > To: semantic-...@w3.org; public-lod@w3.org > Subject: Best practices on how to publish SPARQL queries? > > Hi all, > > I am currently developing a vocabulary which has "typical" queries rel

Re: Best practices on how to publish SPARQL queries?

2015-04-26 Thread Martynas Jusevičius
Hey Niklas, we're using SPIN SPARQL syntax for this: http://spinrdf.org/sp.html Here's an example vocabulary with embedded queries: https://github.com/Graphity/graphity-processor/blob/master/src/main/resources/org/graphity/processor/vocabulary/gp.ttl Martynas graphityhq.com On Sun, Apr 26, 2015

Best practices on how to publish SPARQL queries?

2015-04-26 Thread Niklas Petersen
Hi all, I am currently developing a vocabulary which has "typical" queries related to it. I am wondering if there exist any "best practices" to publish them together with the vocabulary? The best practices on publishing Linked Data [1] only focuses on the endpoints, but not on the queries.