use of org.apache.jena.sparql.expr.E_LangMatches in project jena by apache.
the class ExprFactoryTest method langMatchesTest.
@Test
public void langMatchesTest() {
Expr e = factory.langMatches(factory.none(), factory.none());
assertTrue(e instanceof E_LangMatches);
}
Aggregations