@prefix rdf: . @prefix : . @prefix rdfs: . @prefix mf: . @prefix qt: . @prefix ox: . <> rdf:type mf:Manifest ; rdfs:label "Oxigraph SPARQL reasoning tests" ; mf:entries ( :simple_type_inheritance :simple_fact :with_graph_name :simple_recursion ) . :simple_type_inheritance rdf:type ox:SparqlRuleEvaluationTest ; mf:name "Simple type inheritance" ; mf:action [ qt:query ; qt:data ] ; ox:rulesData ; mf:result . :simple_fact rdf:type ox:SparqlRuleEvaluationTest ; mf:name "Simple fact" ; mf:action [ qt:query ; qt:data ] ; ox:rulesData ; mf:result . :with_graph_name rdf:type ox:SparqlRuleEvaluationTest ; mf:name "Simple type inheritance" ; mf:action [ qt:query ; qt:graphData ] ; ox:rulesData ; mf:result . :simple_recursion rdf:type ox:SparqlRuleEvaluationTest ; mf:name "Simple recursion" ; mf:action [ qt:query ; qt:data ] ; ox:rulesData ; mf:result .