# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. @prefix rdf: . @prefix rdfs: . @prefix dawgt: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:comment "SPARQL examples from query WD" ; mf:entries ([ mf:name "sparql-query-example-a" ; rdfs:comment "Example from section 2.1" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approvedBy ; dawgt:approval dawgt:Approved ] [ mf:name "sparql-query-example-b" ; rdfs:comment "Example from section 2.3" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approvedBy ; dawgt:approval dawgt:Approved ] [ mf:name "sparql-query-example-c" ; rdfs:comment "Example from section 2.4" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approvedBy ; dawgt:approval dawgt:Approved ] [ mf:name "sparql-query-example-d" ; rdfs:comment "Example from section 2.5" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approvedBy ; dawgt:approval dawgt:Approved ] [ mf:name "sparql-query-example-e" ; rdfs:comment "Example from section 3" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-0" ; rdfs:comment "Example from section 11" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-1" ; rdfs:comment "2nd Example from section 11" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-RDFterm-equal" ; rdfs:comment "Example from section 11.2.3.1" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-RDFterm-equal-2" ; rdfs:comment "2nd Example from section 11.2.3.1" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-bound" ; rdfs:comment "Example from section 11.2.3.2" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-bound-2" ; rdfs:comment "2nd Example from section 11.2.3.2" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-isURI" ; rdfs:comment "Example from section 11.2.3.3" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-isBlank" ; rdfs:comment "Example from section 11.2.3.4" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-isLiteral" ; rdfs:comment "Example from section 11.2.3.5" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-str" ; rdfs:comment "Example from section 11.2.3.6" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-Testing-Values-lang" ; rdfs:comment "Example from section 11.2.3.7" ; mf:action [ qt:query ; qt:data ] ; mf:result ] # End of tests ).