@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 ).