Created
October 30, 2012 14:44
-
-
Save kasei/3980615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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