Skip to content

Instantly share code, notes, and snippets.

@kasei
Created October 30, 2012 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasei/3980615 to your computer and use it in GitHub Desktop.
Save kasei/3980615 to your computer and use it in GitHub Desktop.
:agg-empty-group rdf:type mf:QueryEvaluationTest ;
mf:name "agg empty group" ;
mf:name "Aggregate over empty group resulting in a row with unbound variables" ;
mf:feature sparql:aggregate ;
rdfs:seeAlso <http://answers.semanticweb.com/questions/17410/semantics-of-sparql-aggregates> ;
# dawgt:approval dawgt:Approved ;
# dawgt:approvedBy <http://www.w3.org/2009/sparql/meeting/2012-08-07#resolution_2> ;
rdfs:comment "Unapproved on 2012-10-30 due to typo in agg-empty-group.srx";
mf:action
[ qt:query <agg-empty-group.rq> ;
qt:data <empty.ttl> ] ;
mf:result <agg-empty-group.srx>
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment