{
Ymris y = new Ymris( new StringReader( rules ) );
YAST yast = y.ymris();
Reasoner r = new DirectReasoner( yast.ruleSets().get( 0 ) );
Graph base = graphWith( baseTriples );
InfGraph ig = r.bind( base );
assertIsomorphic( graphWith( desiredTriples ), ig );
}
}