@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . @prefix t: . <> rdf:type mf:Manifest ; rdfs:comment "TriG good syntax test cases (must pass)" ; mf:entries ( [ rdf:type t:TestInOut ; mf:name "trig-test-00" ; rdfs:comment "" ; mf:action [ qt:data ] ; mf:result ] [ rdf:type t:TestInOut ; mf:name "trig-test-01" ; rdfs:comment "" ; mf:action [ qt:data ] ; mf:result ] [ rdf:type t:TestInOut ; mf:name "trig-test-02" ; rdfs:comment "" ; mf:action [ qt:data ] ; mf:result ] ).