Re: Overview doc now on CVS

I'd like to suggest the following query for the query example in the 
document "SPARQL 1.1 Overview"

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name (COUNT(?friend) AS ?count)
WHERE {
    ?person foaf:name ?name .
            foaf:knows ?friend .
} GROUP BY ?person ?name

This shows more of SPARQL 1.1. Query and does not use FROM.

	Andy


On 16/08/11 08:49, Axel Polleres wrote:
> FWIW, I have moved an initial version of the Overview doc to CVS, still needs some fixing (particularly the refernces aren't correct yet) ...
>
>     http://www.w3.org/2009/sparql/docs/sparql11-overview/Overview.xml
>
> Axel
>
> On 7 Aug 2011, at 16:02, Axel Polleres wrote:
>
>> I have updated the Overview document...
>>
>> http://www.w3.org/2009/sparql/wiki/Overview-Document
>>
>> In principle, my intention was a run-through all parts of the spec by a running example. this should be there now, touching all our docs (hope I didn't forget anything ;-) ) I hope this is sufficient as an entry point to our specs and a bit more appealing than only a plain bullet list of specs.
>>
>> This is still on the wiki, since AFAIR there was some process to turn TR template documents into spec-ready html (sandro?)
>> if not, I can convert it manually to xmlspec, but that's not the major concern.
>>
>> Comments welcome! If it's good to go, maybe we can publish it together with Fed query...
>>
>>
>> Axel
>>
>>
>>
>>
>
>

Received on Monday, 5 September 2011 13:12:41 UTC