@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix mfx: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:label "Union of named graphs" ; mf:entries ( [ mf:name "Merge-1" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-2" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-3" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-4" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-5" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-6" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] # Queries that need more than one SQL query (currently) [ mf:name "Merge-A" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] [ mf:name "Merge-B" ; rdf:type mfx:TestQuery ; mf:action [ qt:query ; qt:data ; qt:graphData ; qt:graphData ; ] ; mf:result ] ).