Re: Help on FROM keyword

2015-05-14 Thread Andrea Gazzarini
Hi Stian, Many thanks for the explanation Best, Andrea On 14 May 2015 21:35, Stian Soiland-Reyes st...@apache.org wrote: BTW, for arbitrary dummy or example graphs it might be better to name them using example.com and friends (.org, .net) which are exactly for that purpose. E.g. SELECT ?s

Re: Implementing RDF reader

2015-05-14 Thread Martynas Jusevičius
Andy, I took a crack at it: https://github.com/Graphity/graphity-core/blob/master/src/main/java/org/graphity/core/riot/lang/RDFPostReader.java https://github.com/Graphity/graphity-core/blob/master/src/main/java/org/graphity/core/riot/lang/TokenizerText.java It was surely one of the more

Re: Help on FROM keyword

2015-05-14 Thread Stian Soiland-Reyes
BTW, for arbitrary dummy or example graphs it might be better to name them using example.com and friends (.org, .net) which are exactly for that purpose. E.g. SELECT ?s WHERE { GRAPH http://example.com/graph1 { ?s ?p ?o . } That way it is more obvious to future readers of your code (e.g. your