@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . @prefix dawgt: . <> rdf:type mf:Manifest ; rdfs:comment "Sorting test cases." ; mf:entries ( [ mf:name "sort-1" ; rdfs:comment "Alphabetic sort (ascending) on untyped literals" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approvedBy ; dawgt:approval dawgt:Approved ] [ mf:name "sort-2" ; rdfs:comment "Alphabetic sort (descending) on untyped literals" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-3" ; rdfs:comment "Sort on (possibly unbound) URIs" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-4" ; rdfs:comment "Sort on datatyped (integer) literals" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-5" ; rdfs:comment "Sort first on untyped literals (ascending), then on datatyped (integer) literals (descending" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-6" ; rdfs:comment "Sort on mixed result of uris and literals." ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-7" ; rdfs:comment "Sort on comparable mixed typed literals (integer and float)" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sort-8" ; rdfs:comment "Sort on several mixed values (bnode, uri, literal)" ; mf:action [ qt:query ; qt:data ] ; mf:result ] ).