@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix mfx: . @prefix qt: . @prefix tt: . <> rdf:type mf:Manifest ; rdfs:label "Good turtle tests from Raptor" ; mf:entries ( # Good tests [ mf:name "test-00" ; rdf:type tt:TestInOut ; mf:action [ tt:input ; tt:inputIRI ; ] ; mf:result [ tt:output ] ; ] [ mf:name "test-01" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-02" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-03" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-04" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-05" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-06" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-07" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-08" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-09" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-10" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-11" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-12" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-13" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-14" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-15" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "test-16" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "rdf-schema" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] [ mf:name "rdfq-results" ; rdf:type tt:TestInOut ; mf:action [ tt:input ; tt:inputIRI ; ] ; mf:result [ tt:output ] ; ] [ mf:name "rdfs-namespace" ; rdf:type tt:TestInOut ; mf:action [ tt:input ] ; mf:result [ tt:output ] ; ] ).