is_a(sachin,batsman).
is_a(batsman,cricketer).
profile(X,Y):-is_a(X,Z),is_a(Z,Y).
 

Prolog Online Compiler

Write, Run & Share Prolog code online using OneCompiler's Prolog online compiler for free. It's one of the robust, feature-rich online compilers for Prolog language. Getting started with the OneCompiler's Prolog editor is easy and fast. The editor shows sample boilerplate code when you choose language as Prolog and start coding.