@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:comment "SPARQL examples from query WD" ; mf:entries ([ mf:name "sparql-query-example-2.1a" ; rdfs:comment "Example from section 2.1" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-2.2a" ; rdfs:comment "Example from section 2.2" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-2.3a" ; rdfs:comment "Example from section 2.3" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-2.4a" ; rdfs:comment "Example from section 2.4" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "sparql-query-example-3" ; rdfs:comment "Example from section 3" ; mf:action [ qt:query ; qt:data ] ; mf:result ] # End of tests ).