@prefix rdf: . @prefix rdfs: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:comment "SPARQL regex tests" ; mf:entries ( [ mf:name "regex-query-001" ; rdfs:comment "Simple unanchored match test" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "regex-query-002" ; rdfs:comment "Case insensitive unanchored match test" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "regex-query-003" ; rdfs:comment "Use/mention test" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "regex-query-004" ; rdfs:comment "str()+URI test" ; mf:action [ qt:query ; qt:data ] ; mf:result ] # End of tests ).