Re: Casing: RdfTerm or RDFTerm?

2015-03-17 Thread Peter Ansell
+1, I prefer the current style and no clear reason why the other possibility would be more beneficial for us at this point. Cheers, Peter On 17 March 2015 at 22:27, Andy Seaborne wrote: > I prefer the current style. It's more common and closer to the specs. > > Java itself uses SOAP*, SQL*, XP

Re: Casing: RdfTerm or RDFTerm?

2015-03-17 Thread Gary Gregory
+1 for Acronyms as word. I never want to see another XMLSAXDTDParser type of name... Gary On Tue, Mar 17, 2015 at 2:51 AM, Reto Gmür wrote: > I know it's just a detail and there is no clear right or wrong. Still I'd > like to have a conscious decision on how to do the casing so we can apply > i

Re: Casing: RdfTerm or RDFTerm?

2015-03-17 Thread Stian Soiland-Reyes
I'm never quite decided on those.. I struggle with JsonThing vs JSONThing. One advantage of the first style is that it autocompletes much nicer, I don't have to type out the full acronym before I can type the T for Thing (e.g. J T Ctrl-Shift-T). Also it downplays the importance of the acronym. get

Re: Casing: RdfTerm or RDFTerm?

2015-03-17 Thread Andy Seaborne
I prefer the current style. It's more common and closer to the specs. Java itself uses SOAP*, SQL*, XPath*, JMX*, JAXB*, HTML*, .. and a mix of Xml and XML, Http and HTTP. (With deviation from any rules where obvious readability improvements result.) Digressing - I found that an identifier

Re: Cross Posting

2015-03-17 Thread Reto Gmür
Hi Rob, In Clerezza we have started a subproject where develop the code we originally suggested for the commons sandbox. We try to keep the rest of clerezza in sync with the changes there so we will also have releases on this subproject. The project shall gradually become closer to the incubator c

Re: Clerezze RDF commons moved back to clerezza with a SPARQL Backend

2015-03-17 Thread Reto Gmür
Hi Sergio, I'm not sure which deliberate decision you are referring to, is it Issue #35 in Github? Anyway, the impl.sparql code is not about extending the API to allow running queries on a graph, in fact the API isn't extended at all. It's an implementation of the API which is backed by a SPARQL

Casing: RdfTerm or RDFTerm?

2015-03-17 Thread Reto Gmür
I know it's just a detail and there is no clear right or wrong. Still I'd like to have a conscious decision on how to do the casing so we can apply it consistently everywhere. Approaches: A) Acronyms are treated like normal words, i.e. only the first character is uppercased, this is what the googl

Cross Posting

2015-03-17 Thread Rob Vesse
Folks Can we please avoid cross posting across multiple RDF/Linked Data project mailing lists now that we have the Commons RDF podling up and running. For those of us already on the lists of multiple projects getting multiple copies of discussions is not particularly helpful for keeping track of

Re: Clerezze RDF commons moved back to clerezza with a SPARQL Backend

2015-03-17 Thread Sergio Fernández
Hi Reto, thanks for updating us with the status from Clerezza. In the current Commons RDF API we delivery skipped querying for the early versions. Although I'd prefer to keep this approach in the initial steps at ASF (I hope we can import the code soon...), that's for sure one of the next p