@prefix mf: . @prefix rdfs: . @prefix rdft: . <> a mf:Manifest ; rdfs:comment "Serd longhand writing test suite" ; mf:entries ( <#write-longhand> ) . <#write-longhand> a rdft:TestTurtleEval ; mf:action ; mf:name "write-longhand" ; mf:result .